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 notified when back in stock
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 connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering 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 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.
- 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
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- 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.
- 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.
- USB 1.1
- USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
- 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