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...
Get notified when back in stock
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 (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.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to 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 single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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 system-on-chip built around a 32-bit Arm Cortex-M4 processor, with built-in Bluetooth Low Energy and native USB. It is widely used in maker and wearable boards, where it offers BLE and USB support along with broad library coverage in common maker toolchains.
- 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 asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
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