Little Bird
Raspberry Pi Pico WH and MicroUSB Cable
Get started quickly with the Raspberry Pi Pico WH — a wireless-enabled microcontroller board with pre-soldered headers and a MicroUSB cable included. The Pic...
Get started quickly with the Raspberry Pi Pico WH — a wireless-enabled microcontroller board with pre-soldered headers and a MicroUSB cable included. The Pico WH combines the RP2040 microcontroller with an Infineon CYW43439 wireless chip for Wi-Fi (802.11 b/g/n) and Bluetooth 5.2 connectivity, all in a compact breadboard-friendly form factor.
Built around Raspberry Pi's in-house RP2040 chip with dual Cortex-M0+ cores, the Pico WH delivers excellent performance at a low cost. The on-board buck-boost power supply accepts a wide input range (~1.8–5.5 V), making it easy to power from USB, a single lithium cell, or three AA batteries.
Key Features
- RP2040 Microcontroller – Dual ARM Cortex-M0+ @ 133 MHz with 264 KB SRAM
- Wi-Fi + Bluetooth – Infineon CYW43439 with 802.11 b/g/n and Bluetooth 5.2
- Pre-Soldered Headers – 2 × 20-pin headers ready for breadboard use
- MicroUSB Cable Included – Connect and start programming right away
- Flexible Power Input – On-board SMPS accepts ~1.8–5.5 V
- USB Mass Storage Programming – Drag and drop UF2 firmware files
- SWD Debug Port – For interactive debugging and alternative programming
- Castellated Pads – Can also be used as a surface-mount module
Specifications
- Processor: RP2040 – Dual Cortex-M0+ @ 133 MHz
- Memory: 264 KB SRAM + 2 MB on-board flash
- Wireless: 802.11 b/g/n Wi-Fi, Bluetooth 5.2 (CYW43439)
- GPIO: 26 multi-function pins (3× ADC, 2× UART, 2× SPI, 2× I2C, 16× PWM)
- USB: Micro-USB 1.1 with host and device support
- Power Input: ~1.8–5.5 V via SMPS or USB
- Operating Voltage: 3.3 V (regulated)
Ideal For
- IoT projects requiring Wi-Fi or Bluetooth connectivity
- MicroPython and CircuitPython development
- Breadboard prototyping with wireless capabilities
- Battery-powered wireless sensor nodes
Package Contents
- 1× Raspberry Pi Pico WH (with pre-soldered headers)
- 1× MicroUSB cable
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.
- 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.
- 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.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- 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.
- 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.
- 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.
- RP2040
- A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
- 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 is a two-wire programming and debugging interface used with many microcontrollers. It matters if you need low-level access to program, recover or debug the processor board connected to this carrier.
- 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.
- USB mass storage
- USB mass storage is the standard USB device class used by many flash drives and external storage devices. If a board supports it, your project may be able to read and write files on compatible USB storage, provided the software library also supports the device.
Find this product in
Microcontrollers