# Quick Start If you are using this product for the first time, please read this chapter carefully to quickly learn how to use KIDZQbot to make some simple cases. ## Voice Programming Control In this section, we will use the KIDZQbot Xiao Q Robot, voice recognition sensor, and motor to create a fan controlled by voice commands. Through this project, you will gain a deeper understanding of how voice commands interact with hardware modules. **Case Overview** ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart01.gif) **Steps** 1. Preparation | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart02.png) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart03.png) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart04.png) | | :---: | :---: | :---: | | KIDZQbot Xiao Q Robot × 1 | Voice Recognition Sensor × 1 | Motor × 1 | | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart05.png) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart06.png) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart07.png) | | 2×6 Thin Plates × 4 | 40-Tooth Gear × 1 | No. 3 Axle × 1 | 2. Assembly Steps | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart08.gif) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart01.gif) | | :--- | :--- | | 1. Plug the voice recognition sensor into blue port 1.
Plug the motor into green port 1. | 2. Assemble the fan blades and attach them to the motor. | | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart10.gif) | | | 3. Start using the fan:
First, wake up KIDZQbot by saying "Hello, Xiao Q."
Use voice commands like “Motor one forward/backward” to control the fan's rotation.
Say “Stop motion” to stop the motor. | | ## Software Programming Control In this section, we will guide you through creating a voice-controlled stage character. This project will help you understand how to use voice commands to manipulate stage characters effectively. **Case Overview** ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart11.gif) **Steps** 1. Preparation | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart12.png) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart13.png) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart14.png) | | :---: | :---: | :---: | | KIDZQbot Xiao Q Robot × 1 | Voice Recognition Sensor x 1 | KIDZQbot Software × 1 | 2. Assembly Steps | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart15.gif)
| | --- | | Connect the voice recognition sensor to Port 1 or Port 2 of the KIDZQbot Xiao Q Robot. | 3. Programming Steps | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart16.gif)
| ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart17.gif)
| | --- | --- | | 1、Choose a background image. | 2、Select a Pac-Man character and three beans,
then resize them to appropriate sizes
(Note: Select the target character before resizing). | | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart18.gif) | ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart19.gif)
| | 3、Program Pac-Man to move using voice commands. | 4、Program the beans to disappear when Pac-Man eats them. | 4. Connect via Bluetooth and click “[Learn More](/docs/KIDZQbot/05ProgrammingSoftware/04UserGuideforApp.html).” ![](https://pub-eed680a9b7c24a0c8ca64ceb3e12d6e4.r2.dev/icqbot/docs/KIDZQbot/img/QuickStart11.gif) 5. Start Using + Click the green flag above the stage to run the program. + Wake up Xiao Q Robot by saying "Hello, Xiao Q." + Use the commands “Move up,” “Move down,” “Move left,” and “Move right” to control Pac-Man's movements.