> 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/main-controllers/futureboard/futureboard-micropython-programming-tutorial.md).

# FutureBoard MicroPython Programming Tutorial

{% content-ref url="/pages/dUmivb8P2gBvkqIqvUza" %}
[FutureBoard & MicroPython Quick Start Guide](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/futureboard-and-micropython-quick-start-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/zEwWRi3Hz8zWhvcwiubm" %}
[Programming with MicroPython: Screen and Display](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-screen-and-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/lQ2nG8kIF9gy3W6IXDjT" %}
[Programming with MicroPython: Onboard Sensors](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-onboard-sensors.md)
{% endcontent-ref %}

{% content-ref url="/pages/fKOIFWIxLL2BdCr8EJnR" %}
[Programming with MicroPython: Buzzer](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-buzzer.md)
{% endcontent-ref %}

{% content-ref url="/pages/1NWWhgdfObbYHDDKiRqp" %}
[Programming with Micropython: Turtle](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-turtle.md)
{% endcontent-ref %}

{% content-ref url="/pages/6GbIbSLUsjCOiuQGgifY" %}
[Programming with MicroPython: GPIO](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-gpio.md)
{% endcontent-ref %}

{% content-ref url="/pages/l1lPJ0C0YXpbKvXeZLiH" %}
[Programming with MicroPython: NeoPixel](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-neopixel.md)
{% endcontent-ref %}

{% content-ref url="/pages/gDr2BlUfzBSCXtI6gy2k" %}
[Programming with MicroPython: WiFi & IoT](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-wifi-and-iot.md)
{% endcontent-ref %}

{% content-ref url="/pages/emZYvrn10tl3y8DsIBGC" %}
[Programming with MicroPython: Network Time Protocol](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-network-time-protocol.md)
{% endcontent-ref %}

{% content-ref url="/pages/qFxyOSZkYZLCcoT1kjJ1" %}
[Programming with MicroPython: I2S Microphone](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-i2s-microphone.md)
{% endcontent-ref %}

{% content-ref url="/pages/vYAlaegDa9alabK5vbc4" %}
[Programming with MicroPython: Wireless Radio](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-wireless-radio.md)
{% endcontent-ref %}

{% content-ref url="/pages/SC8hhsOt9jWwVtWkCEvg" %}
[Programming with MicroPython: Robotbit](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-robotbit.md)
{% endcontent-ref %}

{% content-ref url="/pages/rPb2CrPDowg0EtUji6Mj" %}
[Programming with MicroPython: urequests & ujson](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-urequests-and-ujson.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZylVWSWbUMmH5EypVypz" %}
[Programming with MicroPython: I2C Device](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-i2c-device.md)
{% endcontent-ref %}

{% content-ref url="/pages/VKZMQiWsRNUASj5b6f4Z" %}
[Programming with MicroPython: Sugar and Powerbrick Modules](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-sugar-and-powerbrick-modules.md)
{% endcontent-ref %}

{% content-ref url="/pages/VqFUPfo2qJDYEOaVO1i3" %}
[Programming with MicroPython: ASR Voice Recognition Module](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-asr-voice-recognition-module.md)
{% endcontent-ref %}

{% content-ref url="/pages/3TA77Tnis93qEOxksh6S" %}
[Programming with MicroPython: KOI](/main-controllers/futureboard/futureboard-micropython-programming-tutorial/programming-with-micropython-koi.md)
{% endcontent-ref %}


---

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

```
GET https://sharinghub-eng.kittenbot.hk/main-controllers/futureboard/futureboard-micropython-programming-tutorial.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.
