Adafruit
Circuit Playground Bluefruit Bluetooth LE Board
· MPN: ADA764
Circuit Playground Bluefruit is a round, beginner-friendly electronics and programming board with Bluetooth® Low Energy built in. It builds on the Circuit Pl...
Circuit Playground Bluefruit is a round, beginner-friendly electronics and programming board with Bluetooth® Low Energy built in. It builds on the Circuit Playground Express concept with a more powerful nRF52840 microcontroller, making it suitable for wireless projects, wearables, sensors, interactive art and learning to code.
The board has large alligator-clip friendly pads around the edge, so you can connect components without soldering or sewing. It can be powered from USB, a AAA battery pack, or a LiPo battery for more advanced portable projects.
Built-in USB support means you can plug it in directly for programming and debugging with no special cable or adaptor required. It can be used with Arduino or CircuitPython; MakeCode is not supported at this time.
Features:
- Processor: 1 x nRF52840 Cortex M4 processor with Bluetooth® Low Energy support
- NeoPixels: 10 x mini NeoPixels
- NeoPixel colour: Each mini NeoPixel can display any colour
- Motion sensor: 1 x LIS3DH triple-axis accelerometer
- Tap detection: Supported by the LIS3DH motion sensor
- Free-fall detection: Supported by the LIS3DH motion sensor
- Temperature sensor: 1 x thermistor
- Light sensor: 1 x phototransistor
- Colour sensor capability: The light sensor can also act as a colour sensor
- Pulse sensor capability: The light sensor can also act as a pulse sensor
- Sound sensor: 1 x MEMS microphone
- Speaker: 1 x mini speaker with class D amplifier
- Speaker size/type: 7.5mm magnetic speaker/buzzer
- Push buttons: 2 x push buttons, labelled A and B
- Slide switch: 1 x slide switch
- I/O pads: 8 x alligator-clip friendly input/output pins
- I2C: Included
- UART: Included
- Analogue inputs: 6 pins can do analogue inputs
- PWM outputs: Multiple PWM outputs
- Power LED: Green “ON” LED so you know it is powered
- Blink LED: Red “#13” LED for basic blinking
- Reset: Reset button
- Flash storage: 2 MB of SPI Flash storage, used primarily with CircuitPython to store code and libraries
- USB connector: MicroUSB port for programming and debugging
- USB serial: USB port can act like a serial port
- USB keyboard: USB port can act like a keyboard
- USB mouse: USB port can act like a mouse
- USB joystick: USB port can act like a joystick
- USB MIDI: USB port can act like MIDI
- Low-power control: A pin allows the user to turn off power to the NeoPixels, microphone, and temperature/light sensor so only the accelerometer is active, for low power usage
Specifications:
- Outer Diameter: ~50.6mm / ~2.0"
- Weight: 8.9g
A great choice for learning CircuitPython or Arduino with built-in sensors, LEDs, sound, Bluetooth LE and clip-friendly connections in one compact board.
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.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- 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.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
- 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
Connectivity
Microcontrollers
Supplier page — adafruit.com
Supplier Description · 1.8 MB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au