Little Bird
Programming Kit for Micro:Bit
This programming kit is a broad starter set for experimenting with a micro:bit board v1, sensor modules, displays, outputs and simple input devices.It includ...
Get notified when back in stock
This programming kit is a broad starter set for experimenting with a micro:bit board v1, sensor modules, displays, outputs and simple input devices.
It includes the micro:bit board, an extension board, USB cable, acrylic plastic piece, 400 point breadboard, wiring, storage box and a large collection of plug-in modules for learning electronics and coding.
The mix covers common classroom and maker projects such as LEDs, buzzers, relays, temperature sensing, light sensing, distance sensing, motion sensing, remote control, OLED display output, servo movement and more.
Included:
- micro:bit board v1: ×1
- micro:bit extension board: ×1
- micro:bit USB cable: ×1
- micro:bit acrylic plastic: ×1
- 400 point breadboard: ×1
- Two Colour LED Module: ×1
- RGB-LED Module: ×1
- 7 Colour Flashing LED Module: ×1
- 1 Channel Relay Module: ×1
- Laser Head Sensor Module: ×1
- Button Key Switch Sensor Module: ×1
- SW520D Golden Angle sensor module: ×1
- SW-420 Motion Sensor Module: ×1
- Infrared Remote Control Receiving Module: ×1
- Active Buzzer Module: ×1
- Passive Buzzer Module: ×1
- Beam Photoelectric Sensors Infrared Shooting: ×1
- TM1637 LED Display Clock Module: ×1
- Raindrops Sensor: ×1
- Dual-axis XY Joystick Module: ×1
- Adjustable Potentiometer Module: ×1
- Temperature Sensor Module: ×1
- Sound Detection Sensor Module: ×1
- Hall Switch Motor Module: ×1
- Light Dependent Resistor module: ×1
- 3Pin Flame Sensor Module: ×1
- Smoke Gas Sensor Module: ×1
- Remote Control: ×1
- Touch Module: ×1
- Ultrasonic Sensor Module: ×1
- Plastic Box: ×1
- DS18B20 Temperature Sensor Module: ×1
- Rotary Encoder Module: ×1
- Fan kit: ×1
- SG90 servo: ×1
- 40P M-F Dupont Cable: ×1
- Jumper Wire: ×1
- DHT11 Sensor Module: ×1
- Infrared Tracing Obstacle Sensor: ×1
- SSD1306 OLED Module: ×1
- BMP180 Module: ×1
- BH1750 Light Intensity Illumination Module: ×1
- DS1302 Real Time Clock Module: ×1
- Tracking Sensor Module: ×1
A practical kit for micro:bit learning, STEM activities and general electronics prototyping.
Jargon buster
Plain-language definitions for the technical terms used above.
- DS1302
- A real-time clock chip used to keep track of time and date, often with a small backup battery. It matters for data logging, timers, and classroom projects that need timekeeping even when the main controller is reset or turned off.
- DS18B20
- The DS18B20 is a common digital temperature sensor, often supplied in a waterproof stainless-steel probe, that sends its readings to a microcontroller over a 1-Wire connection. It is a typical choice for adding temperature data to environmental or water-monitoring projects.
- encoder
- An encoder is a sensor that converts the rotation or position of a shaft, knob or dial into electrical signals, reporting movement as incremental steps and direction, or as an absolute position. It is used to track how far something has turned, which matters for precise positioning, speed control, repeatable movement, or using a rotary knob as an input.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- OLED
- OLED stands for organic light-emitting diode, a display type where each pixel produces its own light. It matters because OLED screens are thin, high-contrast and easy to read for small status displays, but they can be more sensitive to image burn-in than some other display types.
- photocell
- A light-sensitive component whose electrical resistance changes with the amount of light falling on it. It matters when choosing or using light sensors, automatic lights, or brightness-detecting circuits because its response speed, resistance range, and sensitivity affect how reliably it detects light levels.
- potentiometer
- A variable resistor usually turned with a knob or shaft to create an adjustable electrical signal. It is often used for inputs such as volume, brightness or position, so it helps beginners learn how a microcontroller reads changing values.
- Relay module
- A relay module uses an electrically controlled switch to let a low-power microcontroller control a separate circuit. It matters when switching devices that need different voltages or more current than a microcontroller pin can safely handle.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- servo
- A servo is a motor with built-in position control, usually told to move to a specific angle by a control signal. It matters when you need repeatable movement, such as steering, arms, flaps, or linkages, rather than continuous spinning.
Related Tutorials
Free step-by-step guides