> 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/wifibrick_update.md).

# WifiBrick固件更新

Kittenbot會不定時推出Wifibrick固件，提升穩定性和改善功能。

以下會講解一下檢查和更新固件版本的方法。

### 加載Kittenbot插件：

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

### 選擇KittenWifi。

### 檢查固件版本

首先編寫以下程式將Wifibrick連上路由器。

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

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

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

按下A按鍵，Microbit的屏幕上會顯示WifiBrick的IP地址。請將IP地址抄寫下來。

```
假如你有網絡路由器的管理員權限，您可以直接到網絡路由器的頁面中查找閣下Wifibrick的IP地址，不用慢慢抄寫。
```

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

然後請打開瀏覽器，在搜尋欄輸入剛抄寫下來的IP地址然後按Enter。

```
例如，我的IP地址是192.168.2.117，我就將它輸入到瀏覽器然後按Enter前往。
```

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

你的WifiBrick固件版本就會顯示在Wifibrick介面。

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

### 更新WifiBrick固件

下載最新版本的固件：[v2.88](https://bit.ly/WifiBrickFW288)

根據以上方法進入到WifiBrick的介面。

在左邊的菜單中選擇Upgrade Firmware。

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

根據提示，選擇正確的user.bin。

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

頁面提示我們要上載user2.bin，所以我們選擇相應的檔案。

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

完成下載更新。

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


---

# 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/wifibrick_update.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.
