Adafruit
nRF51822 Bluetooth Low Energy Module - MDBT40-256RV3
If you have a custom PCB design and you'd like to add a little Bluetooth Low Energy, this module is ultra compact and easy to use. It contains a Nordic nRF51...
Get notified when back in stock
If you have a custom PCB design and you'd like to add a little Bluetooth Low Energy, this module is ultra compact and easy to use. It contains a Nordic nRF51822 Cortex M0 chip that comes integrated with BLE radio as well as most of the supporting circuitry and even a chip antenna. The whole thing is in a tin and comes with FCC, CE and TELEC certifications.
Please note! The module comes with a blank chip - this is for people who are comfortable programming the chips themselves with a J-Link programmer and the Nordic SDK. We don't provide any firmware to go along with it!
This is the same chip as the micro:bit, so there is micropython support as well as some basic Arduino support. Either way you go (SDK/micropython/Arduino) you'll still need to solder this onto a PCB and load code via a SWD programmer.
TECHNICAL DETAILS-
- 32-bit ARM® Cortex™ M0 CPU
- Supply: 1.8V – 3.6V
- Memory: 256kB Flash Memory, 32kB SRAM
- Tx Power: +4 dBm @ 16mA
- Rx Sensitivity: -93 dBm @ 13mA
- Flexible and configurable 31 GPIO
- Interfaces: UART / I2C / SPI / PWM
- One 32 bit and two 16 bit timers with counter mode
- SPI Master / Slave
- Two-wire Master (I2C compatible)
- UART (CTS/RTS)
- CPU independent Programmable Peripheral Interconnect (PPI) . Quadrature Decoder (QDEC)
- AES HW encryption
- Real Timer Counter (RTC)
- Operating Temp: -40°C to +105°C
- Raytac's product page
Product Dimensions: 18.0mm x 10.0mm x 2.9mm / 0.7" x 0.4" x 0.1"
Product Weight: 0.9g / 0.0oz
Jargon buster
Plain-language definitions for the technical terms used above.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- CTS
- CTS stands for Clear To Send, a serial flow-control signal that tells the other device it may transmit. It matters for reliable high-speed serial communication where buffers could otherwise overflow.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- 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.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- RTS
- RTS stands for Request To Send, a serial flow-control signal used to manage when a device is ready to receive data. It matters when moving fast serial streams because flow control can help prevent lost data.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- 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.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- SWD
- Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- 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
Related Tutorials
Free guides on learn.littlebird.com.au