> 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/expansion_board/newbit-arcade-shield/arcadeshield.md).

# Newbit Arcade Shield擴展板

<div><figure><img src="/files/D6VfGZirOvZtP6GWlBLu" alt=""><figcaption></figcaption></figure> <figure><img src="/files/k1h0s1mYWQquGwYhBAlv" alt=""><figcaption></figcaption></figure></div>

因應Microbit V2的硬件性能提高，Kittenbot特意為Microbit V2設計出Newbit Arcade Shield，賦予Microbit V2可編程遊戲的能力。透過Microsoft MakeCode Arcade可以實現圖像化的遊戲編程並且下載到V2上遊玩，亦都可以把擴展板當作遙控器使用。

### 產品參數

* 尺寸: 115 x 65 x 17.5 mm
* 重量: 35g
* 供電方式: Micro USB(5V)/鋰電池(3.7V)
* 板載資源: 160*128 TFT顯示屏, 方向鍵*4, AB按鍵, 3Pin 金手指, Micro USB供電/充電接口, JacDac接口, 電源指示燈

### 產品詳細

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

### 編程教學

#### MakeCode Arcade

MakeCode Arcade是編寫遊戲的編程平台，配合Micro:bit V2就可以在Newbit上玩到Arcade的遊戲。

{% content-ref url="/pages/Z2phX7pkaLE019iOqJBj" %}
[MakeCode Arcade編程教學](/expansion_board/newbit-arcade-shield/newbitarcade.md)
{% endcontent-ref %}

#### MicroCode

MicroCode是MicroSoft開發的全圖像化離線編程平台，簡單的編程邏輯和圖像化的編程令初小學生也可以接觸到編程教育。

{% content-ref url="/pages/hobhgg3RUrQP5Ot2nYfI" %}
[MicroCode 編程教學](/expansion_board/newbit-arcade-shield/newbitmicrocode.md)
{% endcontent-ref %}

### Jacdac

<img src="https://kittenbothk.readthedocs.io/en/latest/_images/jacdac.jpg" alt="" width="375">

有關Newbit與Jacdac的玩法介紹，可以參考以下文章：

{% content-ref url="/pages/wGcV4cSSrRqJcHDylvHY" %}
[Newbit x Jacdac 玩法介紹](/expansion_board/newbit-arcade-shield/newbitmicrocode/newbitxjacdac.md)
{% endcontent-ref %}


---

# 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/expansion_board/newbit-arcade-shield/arcadeshield.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.
