Resources — educational electronics
micro:bit MakeCode Tutorials: Project 1 of 5
ages 11+ ages 7+ ages 8+ ages 9+ BBC micro:bit BBC microbit BBC microbit v2 Classroom coding digital technologies display educational electronics light sensors makecode microbit tutorials wireless
In this project, you will learn:
- How to use the micro:bit’s built-in accelerometer sensor to detect when it is being tilted left and right (input)
- How to use the
if..then
(conditional) block to display image on the micro:bit’s LED matrix display - Use a
forever
loop to repeat this (iteration)