Skip to main content

micro:bit

micro logo

micro:bit is an educational board with on-board LEDs and sensors, plus it has edge pads allowing it to plug into accessories.

micro

Some of those pads have holes, supporting alligator clips.

micro with alligator clips

Alternatives

If you enjoy the edge connector and alligator clips, DUELink offers bit-compatible boards, such as the ultra-low-cost CincoBit and also PixoBit that includes a display.

CincoBit

The DUELink CincoBit and PixoBit work like all other DUELink modules, through DUELink Scripting Engine or the Arduino IDE, among other Hosted Language options. These microcomputers can be used with micro:bit accessories, like in this robot!

CincoBit with Robot

To connect micro:bit to one of the many DUElink modules, you can use the LinkBit module. It extends the micro:bit edge connector and adds a Downlink connector.

LinkBit

Alternately you can also use any of the boards that include an on-board JST connector like the Sparkfun Qwiic micro:bit Breakout

micro breakout

One of the two JST sockets becomes a Downlink bringing you hundreds of DUELink module options, that connect in a Daisylink.

Sparkfun

These boards don't have pull-up resistors on the I2C bus which is required, this might not be a problem in most cases, but we have a PullUp module to solve this if there's an issue. When using our LinkBit accessory a PullUp module isn't needed.

Software options

There are multiple options to program micro:bit to use DUELink modules. We are only going to list the ones we have tested.

MakeCode

Microsoft MakeCode is the most used interface with micro:bit. It is block-based, making it an easy choice for beginners and young learners.

micro MakeCode

Our MakeCode page has everything you need.

MicroPython

This is one of the well supported options with DUELink.

micro micropython

learn more about DUELink's MicroPython language support.

MicroBlocks

This is a great option to program micro:bit using blocks.

MicroBlocks IDE

The MicroBlocks language page will show you how!