> 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/airelated/koi/update/wifiupdate.md).

# KOI Wifi固件更新

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

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

### 我們先加載KOI Wifi插件：[¶](broken://pages/4HtNbgPaZgWHccFGyqst)

### <https://github.com/KittenBot/pxt-koi[¶>]\(/pages/4HtNbgPaZgWHccFGyqst)

### [詳細方法](/programmingplatforms/makecode/kittenbotandmakecode.md)[¶](broken://pages/4HtNbgPaZgWHccFGyqst)

### 檢查固件版本[¶](broken://pages/4HtNbgPaZgWHccFGyqst)

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

插件版本：0.6.4或之後

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

插件版本：0.5.7或之前

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

將程序上載至Microbit之後等待KOI連上網絡。

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

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

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

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

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/update4.gif" alt=""><figcaption></figcaption></figure>

```
固件版本就會顯示在KOI Wifi介面。
```

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/update2.png" alt=""><figcaption></figcaption></figure>

### 更新KOI Wifi固件[¶](broken://pages/4HtNbgPaZgWHccFGyqst)

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

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

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

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/update5.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/update6.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/update8.png" alt=""><figcaption></figcaption></figure>

完成下載更新。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/update7.png" alt=""><figcaption></figcaption></figure>


---

# 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/airelated/koi/update/wifiupdate.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.
