# 未來板Lite AI

- [未來板Lite AI介紹](https://sharinghub.kittenbot.hk/mcu/liteai/liteaidetails.md)
- [未來板Lite AI 硬件簡介](https://sharinghub.kittenbot.hk/mcu/liteai/resources.md)
- [未來板Lite AI 操作教學](https://sharinghub.kittenbot.hk/mcu/liteai/lite_operation_guide.md)
- [Kittenblock編程教學](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock.md)
- [快速開始](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/quickstart.md)
- [點陣模式](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/matrix.md)
- [全彩像素模式](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/tft.md)
- [海龜繪圖](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/logo.md)
- [板載感應器](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/sensors.md)
- [蜂鳴器](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/buzzer.md)
- [RGB彩燈](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/neopixel.md)
- [電機與舵機](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/motors_servos.md)
- [IoT物聯網](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/iot.md)
- [無綫通訊](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/wireless.md)
- [Sugar感應器](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/sugar.md)
- [AI鏡頭KOI 2](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/koi2.md)
- [KOI2 x Teachable Machine Lite AI 編程教學](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/koi2/koi2-x-teachable-machine-lite-ai-bian-cheng-jiao-xue.md)
- [聊天Agent](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/liao-tian-agent.md)
- [Micropython編程教學](https://sharinghub.kittenbot.hk/mcu/liteai/micropython.md)
- [未來板Lite AI Micropython編程快速開始](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/wei-lai-ban-lite-ai-micropython-bian-cheng-kuai-su-kai-shi.md)
- [1 屏幕顯示](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/screens.md)
- [2 板載感應器](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/sensors.md)
- [3 音樂](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/buzzer.md)
- [4 IO接口](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/gpio.md)
- [5 彩燈](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/neopixel.md)
- [6 電機和舵機](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/motorsandservos.md)
- [7 無線通訊](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/wireless.md)
- [8 麥克風](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/microphone.md)
- [9 串口](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/serial.md)
- [10 WIFI](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/wifi.md)
- [11 Sugar數碼模組](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/sugardigital.md)
- [12 Sugar模擬模組](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/sugaranalog.md)
- [13 I2C模塊](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/i2c.md)
- [14 語音識別模塊](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/asr.md)
- [15 AI鏡頭 KOI 2](https://sharinghub.kittenbot.hk/mcu/liteai/micropython/koi2.md)
- [AI編程平台 胖虎](https://sharinghub.kittenbot.hk/mcu/liteai/bunfu.md)
- [Lite AI固件更新](https://sharinghub.kittenbot.hk/mcu/liteai/lite-ai-gu-jian-geng-xin.md)


---

# Agent Instructions: 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:

```
GET https://sharinghub.kittenbot.hk/mcu/liteai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
