Make
Create Music with Light!
Three blocks of code and an earphone are enough to create this musical instrument. Or perhaps you will use it as a directional sensor in a maze game. Its potential is up to your imagination. One of the delights of the micro:bit is the ability to explore complex ideas using simple software and hardware solutions. Use the MakeCode editor to create a program that would challenge a microPython or Arduino coder. Learn about the alternative functionality of LEDs and become a confident hardware hacker.
Make
How to make your own add-on boards with household materials
You may think that if you’re starting out running a code club, you need a huge budget to buy a load of materials - the truth is, the hardware is, well, hardwearing and almost guaranteed to work, but sometimes a quick-and-easy homemade solution can work as a stopgap. I’d like to share some boards I have successfully made with Year 5’s in my code club, and examples of what you can do with them. I have assumed you have micro:bits and crocodile clips.
Make
Temperature with MicroPython
Did you know that the micro:bit has a built-in temperature sensor? It is part of the processor and using MicroPython we can unlock the power of the sensor and use it as an input in a project. In this project we will show a smiley face when it is warm, but a sad face when it gets too cold.