BBC micro:bit Program Projects
Project: Button control LEDs
⛑️Control the lighting and putting out of LEDs in the 25-LED matrix with the buttons
Summary of this episode
👍Using loops to create larger arrays
👍Using for loops and indexes to process information in an array
👍Understanding x and y coordinates for the LED matrix (and so all graphical computing)
👍Converting 1 row of data (in an array) into x and y coordinates for 5 rows
Equipment used here
🛠️micro:bit V1
🛠️USB type A to micro USB
🛠️Internet connected device with USB type A socket
These projects will:
🌍use JUST a micro:bit (or two), the connecting cable and a computer (usually internet connected, although you can download an app)
🌍use a micro:bit version 1 (so they'll work on all micro:bits)
🌍use the block code (rather than the JavaScript or Python editors)