> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/mcu/nanobit/shield.md).

# Nanobit Shield擴展板

![](https://kittenbothk.readthedocs.io/en/latest/_images/512.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/69.png)

Nanobit已經支援市面上大多數Arduino Nano的擴展板，不過KittenBot亦都自家開發了專為Nanobit而設計的Nanobit Shield，不但將Nanobit的引腳引出成為2.54間距的杜邦線感應器接口，亦都為Nanobit帶來電機驅動能力與聲和光的能力，更加為Nanobit提供穩定的鋰電池電源。

### 產品特色

* 體積細小，搭載電機驅動，可以製作更加細小的小車應用
* 板載電池座，可以使用鋰電池。板上亦搭載充放電管理電路，確保電源的穩定和安全性
* 板上設有兼容樂高插孔的結構孔，令機械結構更自由更靈活

### 產品參數

* 呎吋: 78 x 57 x 23 mm
* 重量: 37.5g
* 供電方式: 3.7V(14650鋰電池)/5V(USB)
* 工作電壓: 3.7V
* Vin外接電源: 最大5V 3A
* 板載資源: 2.54間距SVG杜邦連接頭 \*15、蜂鳴器、RGB LED \*2、電機接口 \*4、I2C杜邦接口、5V輸出接口 \*3、電源按鈕、電源重置按鈕、USB充電接口、外部電源輸入接口

### 詳細板載資源圖解

![](https://kittenbothk.readthedocs.io/en/latest/_images/78.png)

### 連接方法

![](https://kittenbothk.readthedocs.io/en/latest/_images/1113.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/121.jpg)

請如圖將Nanobit插在Nanobit Shield上，將Nanobit的VIN對準Nanobit Shield的VIN引腳插到板上，並將引腳完全插入插槽。

### MakeCode編程教學

![](https://kittenbothk.readthedocs.io/en/latest/_images/mcbanner18.png)

#### Nanobit Shield插件地址: <https://github.com/Kittenbot/pxt-nanobit>

#### Nanobit Shield插件積木塊:

![](https://kittenbothk.readthedocs.io/en/latest/_images/87.png)

#### 範例程式: 控制電機

```
注意：Nanobit Shield上的USB插口只是用來充電，要下載程式請使用Nanobit下載器。
```

![](https://kittenbothk.readthedocs.io/en/latest/_images/96.png)

#### 範例程式: 板載RGB燈條

```
注意：Nanobit Shield上的USB插口只是用來充電，要下載程式請使用Nanobit下載器。
```

![](https://kittenbothk.readthedocs.io/en/latest/_images/108.png)

### 應用分享

![](https://kittenbothk.readthedocs.io/en/latest/_images/car11.jpg)

![](https://kittenbothk.readthedocs.io/en/latest/_images/car2.jpg)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/mcu/nanobit/shield.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
