This is my testing ground for the BBC Microbit. I'm using micropython, via the mu editor.
These projects involve using two microbits to control something. One microbit is handheld and sends a radio message to the other with readings from its sensors. The second microbit can then be connected to a device which can use those readings.
This provides the handler module which deals with the communication between the microbits and whatever device is being used to deal with that information.
This is a simple game using pygame
. Avoid
the trees and collect the gems. The microbit controls the player's
left and right movement.
This is a variety of scripts that use the microbit to draw using the
turtle
module.
These are some projects that involve controlling a lego robot with a
microbit connected to it. The EV3 robots work using
'ev3dev' on the brick and a python script
using mbhandler
. The RCX2.0 robot is a bit more
complicated as the receiving microbit has to be hooked up to a sensor.