Micro python script to control a hacked lego motor with a microbit and kiktronic motor board, powered through a 4 AA battery pack.
Kiktronic motor board details here
How to hack lego motor wires here
robot_car.py is a script for a single motor, to go forward and back if buttons A or B are pressed
2dances.py is a script for 2 motors including pre-set dance routines for the robot
radio_motor.py is a script that takes a step towards one microbit controlling the other as a remote control, but first just to test how to send messages via radio. While the motor is powered, it doesn't receive the strings via the chloe_radio script. chloe_radio.py is the attempt to use the second microbit (the name is because it is currently attached to Chloe the doll...) as a remote control, but first just to test by sending messages. Again it doesn't work with radio_motor.py
radio_motor2.py is a way to send messages that does work taken from here chloe_radio2.py is a script that successfuly receives messages, taken from the same site.