> For the complete documentation index, see [llms.txt](https://sharinghub-eng.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-eng.kittenbot.hk/airelated/koi/koi-firmware-update/koi-wifi-firmware-update.md).

# KOI WiFi Firmware Update

Kittenbot may release Wifi firmware updates periodically to improve stability and performance.

Users can follow this guide to update their KOI Wifi firmware.

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

### Load KOI Extension:

### <https://github.com/KittenBot/pxt-koi>

### [Loading Extensions:](https://kittenbothk-eng.readthedocs.io/en/latest/AI%20Cam/makecodeQs.html)

### Checking firmware version:

Build the following program.

Extension Version: 0.6.4 or above

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

[Sample Link Download](https://makecode.microbit.org/_07dVj25FFJCy)

Extension Version: 0.5.7 or below

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

[Sample Code Download](https://makecode.microbit.org/_YAiLoH9XoPta)

Upload the program to Micro:bit and wait for KOI to connect to the internet.

Press A to show the IP address of KOI, write the address down.

```
If you have administrator rights to your network, you can go to your router's homepage and see the IP address directly.
```

Use a web browser and type in the IP address, then press Enter.

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

```
The firmware version is shown on the homepage.
```

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

### Updating KOI’s Wifi Firmware

Download the latest firmware: [v2.95](https://bit.ly/KOIWifiFW295)

Enter KOI’s homepage using the above method.

Select Upgrade Firmware from the menu.

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

Select the right file according to the instructions.

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

The instruction tells us to upload user2.bin, so that file is selected.

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

The update will be done automatically.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/update7.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-eng.kittenbot.hk/airelated/koi/koi-firmware-update/koi-wifi-firmware-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.
