<aside> 💡 Welcome to the world of CYOBot!

We will walk you through setting up the robot and how to start developing with your robot using Python.

</aside>

Onboarding: Load Python Portal via Robot WiFi

Your robot is embedded with Python Portal that you can access by connecting to the robot via WiFi. Refer to Onboarding with Python Portal to set up.

If this does not work, please follow the instructions below to download the Python Portal.

Download & Set up Block Portal

Go online while connecting to robot

Refer to Connect to the Internet via Portal.

Sample activities

1. Shake counter

In this activity, we will combine reading data from onboard motion sensor and writing to LED display to create a shake counter that counts a number up and down when we shake the robot.

shake-counter-demo-resize.gif

Hint

Solution

2. Sound activated LED light

In this activity, we will combine reading sound data from microphone and writing to LED ring to create a sound-activated LED light.

Hint

Solution