> 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/wifibrick_iot/wifibrick_makecode/wifibrick-yu-koi-1/connectwifi.md).

# WifiBrick連接網絡

### 加載Kittenbot插件：

### 在擴展頁直接搜尋Kittenbot/KittenWifi (Kittenbot已經過微軟認證，可以直接搜尋)

### 選擇KittenWifi。

<figure><img src="/files/aGtY7HNxWFUe3CPnFmRW" alt=""><figcaption></figcaption></figure>

### 連接WiFi網絡

{% hint style="info" %}
Wifibrick需要連接2.4GHz的網絡，請注意。
{% endhint %}

{% hint style="info" %}
Armourbit用家請使用Armourbit相應的初始化積木。
{% endhint %}

<figure><img src="/files/v80FkWK2dlqKilsU3PbM" alt=""><figcaption></figcaption></figure>

{% embed url="<https://makecode.microbit.org/_PVqa7vCzJUgw>" %}

[參考程式下載](https://makecode.microbit.org/_fgDhzoXbM8zh)

將程序上載至Microbit之後等待WifiBrick連上網絡。成功連上網絡之後，WifiBrick會亮著綠燈。

然後按A鍵，Micro:bit會顯示IP地址。假如IP地址為0.0.0.0，則代表WifiBrick未能成功連接網絡。

![](https://kittenbothk.readthedocs.io/en/latest/_images/update31.gif)


---

# 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/wifibrick_iot/wifibrick_makecode/wifibrick-yu-koi-1/connectwifi.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.
