Adafruit
Circuit Playground Bluefruit - ALPHA - Bluetooth Low Energy
The Circuit Playground Bluefruit builds on the popular Circuit Playground Express by upgrading to an nRF52840 microcontroller with built-in Bluetooth Low Ene...
The Circuit Playground Bluefruit builds on the popular Circuit Playground Express by upgrading to an nRF52840 microcontroller with built-in Bluetooth Low Energy. The round board is packed with sensors, LEDs, and inputs — all accessible via alligator-clip pads with no soldering required.
Program it with CircuitPython, Arduino, or Microsoft MakeCode. Power it from USB, a AAA battery pack, or a LiPo battery. The built-in USB port shows up as a drive for drag-and-drop programming and can also act as a serial port, keyboard, mouse, joystick, or MIDI device.
Onboard Features
- nRF52840 Cortex M4 – With Bluetooth Low Energy support
- 10× Mini NeoPixels – Full RGB, individually addressable
- Motion Sensor – LIS3DH triple-axis accelerometer (tap and free-fall detection)
- Temperature Sensor – Thermistor
- Light Sensor – Phototransistor (also works as colour and pulse sensor)
- Sound Sensor – MEMS microphone
- Mini Speaker – 7.5 mm magnetic speaker with Class D amplifier
- 2× Push Buttons – Labelled A and B
- 1× Slide Switch
- 8× Alligator-Clip I/O Pads – Including I²C, UART, 6 analogue inputs, and PWM outputs
- 2 MB SPI Flash – For CircuitPython code and library storage
- Micro USB Port – Programming, debugging, and USB HID
- Green Power LED and Red #13 LED
- Reset Button
Ideal For
- Learning electronics and programming
- Bluetooth Low Energy projects and wearables
- Interactive art and music installations
- STEM education and workshops
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- LIS3DH
- A specific low-power 3-axis accelerometer chip made by STMicroelectronics. Knowing the chip part number helps you find the correct datasheet, libraries, wiring details, and limits such as its safe voltage range.
- MEMS microphone
- A tiny microphone made using micro-electromechanical systems, the same style of miniature manufacturing used in many phone sensors. It lets the board detect sound without needing an external microphone, which is useful for noise-reactive projects and simple audio input.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- nRF52840
- The nRF52840 is a Nordic Semiconductor microcontroller commonly used in maker boards, especially where Bluetooth Low Energy is needed. Seeing it listed tells you the USB host software may support boards based on this chip.
- phototransistor
- A light-sensitive transistor that changes its electrical output when light hits it. Compared with a modulated IR receiver, a simple phototransistor can be more affected by ambient light, so it may need extra filtering or careful setup.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Brands
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au