> 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/educational-kit-sets/meowbit-creator-kit/meowbit-creator-kit-introduction.md).

# Meowbit Creator Kit Introduction

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

Meowbit Creator Kit is an education kit developed for Meowbit to utilise the hardware capabilities of Meowbit. This kit comes with multiple sensors and actuators, combining with building bricks, this kit expands the flexibility of Meowbit, allowing more unique games to be created.

### Meowbit Creator Kit Contents

* Robotbit Expansion Board x1
* Sliding Potentialmeter x1
* Infra Red Line Follow Sensor x1
* Ambient Sound Sensor x1
* RGB LED Module x1
* NekoUltrasound Module x1
* GeekServo 9G Motor x1
* GeekServo 9G Servo x1
* Male to Male Dupont Wires x20
* Male to Female Dupont Wires x20
* 18650 Litihum Battery x1
* Conductive Copper Stickers x1 Sheet
* USB Cable x1
* Building Bricks x1 Bag
* Decorative Cardboard x1 Sheet
* Double Sided Adhesive Tape x1 Roll
* Robotbit Base x1

### Special Features

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

1. Meowbit can display dynamic graphics and text in many languages, allowing your creations to be more flexible and visually appealing
2. Supports coding with both MakeCode Arcade or Kittenblock, lowering the requirements for coding skills

### Specifications

* Package Size: 195x175x70mm
* Weight: 650g

### Model Showcase

#### 1. Step Counter

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

#### 2. Tug-Of-War

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

#### 3. Coin Collector

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

#### 4. Rubbish Bin

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

#### 5. Basketball Game

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

#### 6. Piano Master

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

#### 7. Voice Control Lights

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

#### 8. Anti-Noise Window

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

#### 9. Line Follower Robot

![../../\_images/trace2.jpg](https://kittenbothk-eng.readthedocs.io/en/latest/_images/trace2.jpg)

#### 10. Obstacle Avoiding Robot Cat[](https://kittenbothk-eng.readthedocs.io/en/latest/Kits/meowbit_creator/creatorIntro.html#obstacle-avoiding-robot-cat)

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

#### 11. Smart Parking Lot

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


---

# 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/educational-kit-sets/meowbit-creator-kit/meowbit-creator-kit-introduction.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.
