MicroPython driver for the CuteBot Pro and the Micro:Bit.
Work in progress. Library can be used for (almost) all hardware on the CuteBot Pro, but is not yet documentend and/or tested.
I downloaded the hex-file from MicroBit - MicroPython, version 2.1.12. Copying the .hex file to the USB-drive (microbit) should be enough.
Upload the code to the micro:bit (using Thonny or another IDE). The main.py is an example where the PID line-follow is started once the A-button is pressed.
- When the I2C device (motorboard, LEDs, sensors) on the CuteBot Pro is not available, a cross is displayed on the micro:bit. Switching on the power to the motorboard usually fixes this error.