AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

$48.95 |
Out of stock
No reviews yet

The MicroMod STM32WB5MMG Processor expands on SparkFun's MicroMod ST product line with a powerful combination of computing and wireless capabilities on one M...

Get notified when back in stock

Qty
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout
The MicroMod STM32WB5MMG Processor expands on SparkFun's MicroMod ST product line with a powerful combination of computing and wireless capabilities on one M.2-connectable processor. The STM32WB5MMG from STMicroelectronics™ is an ultra-low power microcontroller that combines a pair of Arm® Cortex® processors; a Cortex-M4 processor with FPU and ART for primary computing and a Cortex-M0 to run the 2.4 GHz RF stack. The module's radio is Bluetooth® Low Energy 5.3, Zigbee® 3.0, and OpenThread certified.
The Cortex-M4 CPU on this Processor can operate at a frequency of up to 64 MHz and features a floating point unit (FPU) single precision, which supports all ARM single-precision data-processing instructions and data types. It also implements a full set of DSP instructions and a memory protection unit (MPU) which enhances application security. The module uses an integrated chip antenna for the RF stack with Tx output power up to +6 dBm and Rx sensitivity of -96 dBm for BLE and -100 dBm for 802.15.4 protocols. The processor includes an additional 128Mb (16MB) serial flash memory chip.
MicroMod is a modular interface ecosystem that connects a microcontroller “processor board” to various “carrier board” peripherals. Utilizing the M.2 standard, the MicroMod standard is designed to easily swap out processors on the fly. Pair a specialized carrier board for the project you need with your choice of compatible processor!
Features:
STM32WB5MMG General Features:
  • Pair of Arm® Cortex® Processors: 
    • Arm® Cortex®-M4 CPU with FPU (Floating Point Unit) 
      • Adaptive real-time accelerator (ART Accelerator™) allowing 0-wait state execution from Flash memory
      • Frequency up to 64 MHz
      • Memory protection unit
      • 80 DMIPS/ 1.25 DMIPS/MHz (Dhrystone 2.1)
      • DSP instructions
    • Arm® Cortex®-M0+ CPU 
      • Dedicated to 2.4 GHz RF transceiver and security peripherals
  • 2.4 GHz RF Transceiver 
    • Bluetooth® 5.3
    • IEEE 802.15.4-2011 PHY and MAC
    • Output Power: Programmable up to +6 dBm (1 dBm increments)
    • RX Sensitivity: 
      • -96 dBm for BLE @ 1 Mbps
      • -100 dBm for 802.15.4
    • Max Range: 75 m
  • 16 MB External Flash memory
  • 256 KB SRAM
  • Supply Voltage Range: 1.71 to 3.6 V
  • Ultra-Low Power Consumption 
    • Shutdown Mode: 13 nA
    • Stop Mode: 600 nA
    • Standby Mode: 600 nA
    • Radio: 4.5 mA (Rx) / 5.2 mA (Tx @ 0 dBm)
Specific Peripherals available on MicroMod STM32WB5MMG
  • Two UART (One low power)
  • Two I2C Buses
  • SPI
  • I2S Audio
  • 16-bit Advanced Four-Channel Timer
  • Two Dedicated Analog Inputs
  • Two Dedicated PWM 
    • Shared with Timer pins
  • Eight General Purpose I/O Pins
Documents:
MicroMod STM32WB5MMG Processor Documentation
MicroMod Documentation
Videos



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.
DSP
Digital signal processing means using software or hardware to analyse or modify signals such as audio, vibration, or sensor readings. A board suited to DSP is useful when a project needs fast maths for filtering, synthesis, or real-time signal analysis.
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.
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.
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.
M.2
M.2 is a compact edge-connector standard for plugging small modules - such as SSDs, wireless cards or microcontroller modules - into a host board without soldering. The same slot shape can carry different interfaces (for example PCIe, SATA or USB), so keying and the supported module type need to be checked.
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.
MicroMod
MicroMod is a modular board system where a small processor board plugs into a separate carrier board (via an M.2 connector) that provides connectors, power, and peripherals. Within the MicroMod system, a board is either a processor board or a carrier board, and you need a matching pair of both before you can run project code.
MPU
MPU can refer to a few different things in electronics: a microprocessor unit (a processor powerful enough to run a full operating system such as Linux, with external memory and storage), a motion-processing unit like the MPU-6050 or MPU-9250 inertial sensor modules, or a memory protection unit built into some microcontrollers. The intended meaning depends on the surrounding context.
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.
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.
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.
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.
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.

MicroMod STM32WB5MMG Schematic

Schematic · 131.2 KB · Click any page to view full size

Download PDF

STM32WB5MMG Module Datasheet

Datasheet · 4.5 MB · Click any page to view full size

Download PDF

STM32WB55xx Datasheet

Datasheet · 3.0 MB · Click any page to view full size

Download PDF

STM32WB55xx Reference Manual

User Guide · 17.3 MB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

Supplier Description · 823.0 KB · Click any page to view full size

Download PDF

SparkFun MicroMod Interface v1.0 Pinout

Pinout · 27.5 KB · Click any page to view full size

Download PDF

SparkFun MicroMod Interface v1.0 Pin Descriptions

Document · 58.2 KB · Click any page to view full size

Download PDF

MicroMod General Pinout v10 Graphical Datasheet

Datasheet · 984.8 KB · Click any page to view full size

Download PDF

MicroMod M.2 Connector Datasheet TE 2199230 4

Datasheet · 336.1 KB · Click any page to view full size

Download PDF

MicroMod Reflowable Standoff

Datasheet · 1.2 MB · Click any page to view full size

Download PDF

AP7361C

Document · 909.5 KB · Click any page to view full size

Download PDF
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.