Tutorial

MicroPython

Micro:bit

Project 01: Music Machine

MicroPython

Project 01: Music Machine

Pin Layout

  • Buzzer: Pin0

  • ADKeypad: Pin2

 

Small note about the ADKeypad

The ADKeypad returns an analog signal when its buttons are pressed. Each button pressed would return a unique integer value ranging from 0 (meaning 0V) to 1023 (meaning 3V). 

However, it is not uncommon that each button would give a small range of values when pressed at different times and different ADKeypads might give different signals yet again. Hence, in this example code, we provide a range of possible values that your ADKeypad’s buttons are likely to return when pressed. 

Feel free to test out the values that your ADKeypad might return when pressed and change the values in the example code 🙂

Project 01: Music Machine
Project 01: Music Machine

Project 02: Smart Light

Pin Layout

  • PIR Sensor: Pin0

  • LED: Pin1

Project 02: Smart Light
Project 02: Smart Light

Project 03: Electro-Theremin

Pin Layout

  • Buzzer: Pin0

  • Potentiometer: Pin1

Project 03: Electro-Theremin
Project 03: Electro-Theremin

Project 04: Simple Alarm Box

Pin Layout

  • Crash Sensor: Pin0

  • LED: Pin8

  • OLED: I2C row (at the bottom of the BoB)

Project 04: Simple Alarm Box
Project 04: Simple Alarm Box

Project 05: Plant Monitoring Device

Pin Layout

  • Buzzer: Pin0

  • Soil Moisture Sensor: Pin1

  • OLED: I2C row (at the bottom of the BoB)

Project 05: Plant Monitoring Device
Project 05: Plant Monitoring Device

Get Creative!

Mix and match the component in the Tinker Kit to create your own projects.

For a more comprehensive explanation of MicroPython, visit the official documentation here!

Join us for the best coding and digital making experiences for students, teachers, and professionals in Singapore and beyond.