Downloads

Your StudioBot comes pre-installed with the software you will need to get started straight away, however if you find that you need to update this software you can download the files from here.

Starting Code (Bouncing Words)

Extract the contents of this zip file and copy all of the files to the CIRCUITPY drive.

Default Code

The 2023 Robots can use the following DefaultCode (corrects the forward movement direction)

Use the above for the 2023 robots

Block Editor

If your not yet comfortable with text based Python, you can look at using an online tool like EduBlocks that can help turn blocks into Python code.

Browse to: https://staging.edublocks.org/editor

Select the CircuitPython option:

From here you can create code with the block editor and then copy the python code on the right to your file.

Last updated