<aside>
💡
To connect your robot
- Go to the Code Kitty USB Serial Console
- Click Connect
- In the list of devices, click the option that has CircuitPython or ACM in the name, and click Connect.
- Click in the black rectangle on the screen and press the Enter key.
- You should see a Python REPL (>>>).
- Now you can code your robot!
</aside>
<aside>
â›”
Not working?
If no text shows up in the black rectangle, even after you click in it
If the black rectangle just says connected
If the Connect button does not do anything, or you get an error when you hook up the USB cable
</aside>
<aside>
💻
How to Code Your robot
Your robot runs a special version of Python called Circuit Python.
To use it, you click in the USB Serial Console (where it shows >>>) and type things and then press Enter.
The codekitty
 module
Time and Sleep
Sensors
Learn More
</aside>