Resources — BBC microbit
Use MakeCode to Program the micro:bit with a TCS34725 Colour Sensor
ages 11+ BBC microbit BBC microbit v2 colour sensor makecode microbit microbit accessories microbit tutorials skittles sorting
This tutorial shows how to program the TCS34725 sensor which can be found in the Pimoroni Enviro:bit, Adafruit RGB and Flora sensor boards. These sensor boards all use the I2C ('eye squared see') protocol to communicate - this leaves lots of pins free on your micro:bit for controlling servo motors, LEDs, and even other I2C devices so you can build larger projects e.g., colour sorting machines, or robots. In this project, you will learn: how to set up the set up the Adafruit TCS34725 sensor with the micro:bit v2.x and makecode You will need: a micro:bit v2.x a Kitronik edge...
Program a micro:bit with Python to Control a Water Pump
BBC microbit Kitronik microbit plant microbit tutorials moisture sensor pump python soil moisture
In this project, you will learn:
- how a relay works;
- how to use code to control a relay to turn a water pump on and off; and
- how to automate the pump based on sensor readings.
You will need:
- To have completed our previous tutorial for calibrating a moisture sensor, with the following:
- a micro:bit, computer with mu editor Thonny editor, and microUSB cable for programming the micro:bit
- a moisture sensor
Additional hardware required for this tutorial:
- 1 x submersible pump and hose to fit
- 1 x MonkMakes relay
- 5 x crocodile leads to connect everything up
- 1 x old water bottle or similar container to hold water
Project Tutorial: Make a number base Converter
BBC microbit BBC microbit v2 button kitronik mathematics microbit tutorials programming python
In this project, you will learn:
- What number bases are
- How to connect and program buttons on the BBC micro:bit (works on V1 and V2)
- How to program the micro:bit in Python, to convert between different number bases
Use Python to calibrate your Kitronik Prong Moisture Sensor
BBC microbit Kitronik MicroPython moisture sensor mu editor Thonny
In this tutorial, you'll learn to:
- Use Python to read the output from a moisture sensor
- Use mu or Thonny editors to debug your micro:bit code
- Calibrate your code to detect the right amount of moisture
Kitronik :MOVE Motor robot for the BBC micro:bit - MakeCode Block-based Tutorials
BBC microbit kitronik makecode micro:bit accessories MicroPython python robotics