Raspberry Pi Ltd
Raspberry Pi Pico WH
· MPN: SC0919
The Raspberry Pi Pico WH is the header-ready version of the Pico W — featuring the same RP2040 microcontroller and Infineon CYW43439 wireless chip, but with ...
Get notified when back in stock
The Raspberry Pi Pico WH is the header-ready version of the Pico W — featuring the same RP2040 microcontroller and Infineon CYW43439 wireless chip, but with male headers pre-soldered to all through-hole pads for immediate breadboard use.
The CYW43439 provides Wi-Fi (802.11 b/g/n) and Bluetooth 5.2 (Classic + BLE) connectivity. The RP2040 offers a dual-core Arm Cortex-M0+ processor running up to 133 MHz, 264 KB SRAM, 2 MB flash, and a rich set of I/O including 26 GPIO pins, SPI, I2C, UART, ADC, and 8 programmable I/O (PIO) state machines.
Key Features
- RP2040 Microcontroller – Dual-core Arm Cortex-M0+ at up to 133 MHz
- Wi-Fi 802.11 b/g/n – 2.4 GHz wireless via Infineon CYW43439
- Bluetooth 5.2 – Classic and BLE, central and peripheral roles
- Pre-Soldered Headers – 2.54 mm pitch male headers, breadboard-ready
- 264 KB SRAM + 2 MB Flash – Onboard memory and storage
- 26 GPIO Pins – Multi-function with 2× SPI, 2× I2C, 2× UART
- 3× 12-Bit ADC – Analogue input channels
- 16× PWM Channels – Controllable pulse-width modulation outputs
- 8× PIO State Machines – Custom peripheral support via programmable I/O
- USB 1.1 – Host and device support, drag-and-drop programming
- Flexible Power Input – ~1.8–5.5V via onboard buck-boost SMPS
- Low-Power Modes – Sleep and dormant states for battery-powered projects
- Onboard Temperature Sensor – Built-in to the RP2040
- Castellated Pads – Can also be soldered directly to carrier boards as an SMT module
Ideal For
- Wi-Fi and Bluetooth IoT projects
- Breadboard prototyping with wireless connectivity
- MicroPython and C/C++ development
- Battery-powered embedded applications
Resources
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 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.
- 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.
- through-hole
- A mounting style where the component leads pass through holes in a circuit board and are soldered on the other side. Through-hole parts are often easier to handle and solder by hand, which is useful for classroom and hobby projects.
- 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.
Find this product in
Microcontrollers