# Meowbit MicroPython Quick Start

Meowbit supports MicroPython for text-based programming.

### Enter PyBoard Mode

#### 1. Enter Program Downloading Mode

* Press and hold Button A then turn on Meowbit.

![](https://kittenbothk.readthedocs.io/en/latest/_images/kb1.jpg)

A device named ARCADE-F4 will appear.

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

#### 2. Copy the meowbit.uf2 onto Meowbit.

{% file src="/files/eRSYu5TE0c3J1VBUk7t3" %}

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

A device named PYBFLASH will appear.

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

#### 3. Edit main.py

Meowbit will run main.py when turned on.

Refer to this page for tutorial: [Meowbit API](/main-controllers/meowbit/meowbit-programming-tutorial/meowbit-micropython-api.md)

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


---

# 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-eng.kittenbot.hk/main-controllers/meowbit/meowbit-programming-tutorial/meowbit-micropython-quick-start.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.
