Coding using micro:bit - I#
micro:bit Resources for Learners#
Complete steps 1-3 of the Getting started tutorial. The following links might be useful for step 3:
MakeCode Editor – a visual editor which uses blocks to build programs. Good for beginners who want to learn programming logic and abstraction.
Python Editor – a text editor for writing programs in MicroPython. Good for continuing users who want to get familiar with real-world programming.
Complete the Heart and the Beating Heart projects (interaction with the LED display).
Complete the Jukebox project (interaction with sounds).
Complete the Thermometer and the Max-min thermometer projects (interaction with sensors).