SparkFun
Raytac MDBT50Q-1MV2 nRF52840 BLE Module
· MPN: WRL-21605
Raytac’s MDBT50Q-1MV2 is a compact Bluetooth Low Energy module built around Nordic’s nRF52840 SoC. It is designed for connected products that need Bluetooth ...
Raytac’s MDBT50Q-1MV2 is a compact Bluetooth Low Energy module built around Nordic’s nRF52840 SoC. It is designed for connected products that need Bluetooth 5.x capability alongside 2.4 GHz radio options such as IEEE 802.15.4 for Thread and Zigbee, proprietary 2.4 GHz RF and ANT+.
The module brings out a broad set of interfaces for connecting peripherals and sensors, including GPIO, SPI, UART, I2C, I2S, PMD, PWM, ADC, NFC and USB. It also includes an embedded 2.4 GHz transceiver and is intended for low-power designs with ultra-low peak, average and idle mode power consumption.
With its small 15.5 x 10.5 mm footprint and full BLE software stack coverage, this module is suited to custom wireless hardware, sensor nodes, wearables, automation devices and other compact embedded projects.
Features:
- Embedded 2.4GHz transceiver supports Bluetooth 5.2, IEEE 802.15.4 (Thread & Zigbee) & 2.4Ghz RF & ANT+ upon customer’s preference.
- Low power requirements, ultra-low peak, average and idle mode power consumption.
- Fully coverage of BLE software stack.
- BLE & RF transmission switching helps products fit all operation system and most hardware.
Specifications:
- Bluetooth specification certification: BT5.4 & BT5.2 & BT5.1 & BT5 Bluetooth Specification Certified.
- Radio support: Bluetooth 5, IEEE 802.15.4, 2.4 GHz transceiver
- Sensitivity in 1Mbps BLE mode: -95dBm
- Sensitivity in 125Kbps BLE mode (long range): -103dBm
- TX power: +8 dBm TX power (down to -20 dBm in 4 dB steps)
- On-air compatibility: On-air compatible with nRF52, nRF51, nRF24L and nRF24AP Series
- Programmable output power: Programmable output power from +8dBm to -20dB
- RSSI: RSSI (1dB resolution)
- Supported data rates: Supported data rates:
- Bluetooth 5 data rates: 2 Mbps, 1 Mbps, 500 kbps, 125 kbps
- IEEE 802.15.4-2006 data rate: 250 kbps
- Proprietary 2.4 GHz data rates: 2 Mbps, 1 Mbps
- Processor: ARM Cortex –M4 32-bit processor with FPU, 64 MHz
- Memory: 1MB flash / 256KB RAM
- Security acceleration: HW accelerated security
- Security subsystem: ARM TrustZone Cryptocell 310 security subsystem
- AES co-processor: 128 bit AES / ECB / CCM / AAR co-processor (on-the-fly packet encryption)
- On-chip interfaces: Advanced on-chip interfaces
- USB: USB 2.0 full speed (12Mbps) controller
- QSPI: QSPI 32MHz interface
- SPI: High speed 32MHz SPI
- NFC: Type 2 near field communication (NFC-A) tag with wake-on field
- PPI: Programmable peripheral interconnect (PPI)
- General purpose I/O: 48 general purpose I/O pins
- EasyDMA: EasyDMA automated data transfer between memory and peripherals.
- ADC: 12 bit, 200ksps ADC – 8 configurable channels with programmable gain
- PWM: 4 x 4 channel pulse width modulator (PWM) units with EasyDMA
- Audio peripherals: I2S, digital microphone interface (PDM)
- Timers: 5 X 32-bit timers with counter mode
- SPI masters / slaves: Up to 4 x SPI masters / 3 x SPI slaves with EasyDMA
- I2C compatible 2-wire masters / slaves: Up to 2 x I2C compatible 2-wire masters / slaves
- UART: 2 x UART(CTS/RTS) with EasyDMA
- Quadrature decoder: Quadrature decoder (QDEC)
- Real-time counters: 3 x 24-bit real-time counters (RTC)
- Dimensions: Compact size with (L) 15.5 x (W) 10.5 x (H) 2.05 or 2 mm
A good choice for engineers and makers designing low-power BLE and 2.4 GHz wireless products around the Nordic nRF52840 platform.
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- 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.
- FPU
- A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
- 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.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- 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.
- programmable gain
- An adjustable amplification setting inside the ADC that makes small input signals larger before they are measured. It matters because choosing the right gain helps use more of the ADC’s range without overloading the input.
- 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.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RF
- RF means radio frequency, referring to signals used for wireless communication and other high-frequency electronics. A low-noise, stable power supply is important for RF circuits because power noise can affect signal quality and measurements.
- 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.
- 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.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- 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.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
Connectivity
MDBT50Q-1MV2 nRF52840 Module Datasheet
Datasheet · 5.2 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 494.8 KB · Click any page to view full size