makeIRLPCB engineering field guide

Modules & development boards

Raspberry Pi Pico W integration: PCB layout and release checks

Design a reliable Raspberry Pi Pico W carrier with real RP2040 with Infineon CYW43439 power, pinout, footprint, layout, sourcing, and MakeIRL gate guidance.

Practical PCB integration · KiCad 9 · Manufacturing gate

Start with the actual Raspberry Pi Pico W, not a generic footprint

A dependable carrier for the Raspberry Pi Pico W starts by treating it as a specific through-hole module, not as an interchangeable member of the Raspberry Pi Pico wireless family. This version is built around RP2040 with Infineon CYW43439, uses dual-core Arm Cortex-M0+ or dual-core Cortex-M33 / Hazard3 RISC-V, and occupies 51 × 21 mm. Its physical implementation is 40 castellated pads plus underside SWD and onboard antenna. Those details determine the land pattern, carrier outline, programming access, antenna or connector clearance, and which signals are genuinely available after the module maker has used its own pins.

Pico W keeps the Pico header map but adds CYW43439 radio hardware and an onboard antenna, with some RP2040 signals consumed internally.

Typical reasons to choose it include wireless sensor gateways and MicroPython connected controllers. The useful comparison is therefore not merely processor speed: it is whether the exact memory, radio, connector, power path, exposed I/O, and mechanical envelope match the product that will be built. The row below is the integration baseline that should agree with the schematic, footprint, BOM, assembly drawing, and firmware target.

PartRaspberry Pi Pico W
ControllerRP2040 with Infineon CYW43439
Architecturedual-core Arm Cortex-M0+ or dual-core Cortex-M33 / Hazard3 RISC-V
Format40 castellated pads plus underside SWD and onboard antenna; 51 × 21 mm
Power input1.8–5.5 V VSYS or USB VBUS; onboard 3.3 V regulator
I/O domain3.3 V I/O; wireless-board GPIO is not 5 V tolerant
Memory2 MB QSPI flash
Radio2.4 GHz Wi-Fi and Bluetooth 5.2 support
Interfaces2.4 GHz Wi-Fi, Bluetooth, USB, PIO, SPI, I²C, UART, ADC
Critical pinsWL chip uses internal SPI/control signals; antenna end, VBUS/VSYS, RUN and SWD remain critical

Power, placement, and signal planning

The carrier power tree must satisfy 1.8–5.5 V VSYS or USB VBUS; onboard 3.3 V regulator while every external signal respects 3.3 V I/O; wireless-board GPIO is not 5 V tolerant. These are separate checks. A board can accept USB or VIN at one connector while its GPIO remains strictly 3.3 V, and an onboard regulator can be safe at idle yet lose regulation during a radio, display, motor, or memory-current burst. Document which source owns each rail, what happens when USB and carrier power are both present, and where bulk and high-frequency decoupling close the current loop.

Extend the official antenna keepout through the carrier, avoid metal and batteries around the radio end, and keep high-current switching paths away from that zone.

  • Keep the Pico wireless antenna end beyond the carrier edge or clear copper and components from the marked antenna volume. The onboard radio consumes pins internally, so use the wireless board's pinout rather than the base Pico diagram.
  • Separate VBUS and VSYS correctly, budget transient current for radio activity, and keep switching regulators and display clocks away from the antenna and analog reference region.

Route from a verified pin table rather than a reseller graphic. In particular, treat WL chip uses internal SPI/control signals; antenna end, VBUS/VSYS, RUN and SWD remain criticalas design constraints that must survive schematic capture, footprint numbering, layout, production programming, and enclosure assembly. Mark orientation on copper or silkscreen, retain recovery/debug access, and make every antenna, cable, card, switch, or connector operable after the carrier is fully populated—not only while it is open on a bench.

What the manufacturing gate should check for Raspberry Pi Pico W

A generic DRC run cannot know that a technically connected pin is the wrong boot strap, that a development-board header was mirrored, or that copper under an antenna will ruin range. The useful release check combines KiCad connectivity and fabrication rules with the product-specific conditions below. Each item should be supported by the selected module datasheet, hardware guide, board schematic, or mechanical drawing—not by a footprint name alone.

  1. Check the 40-pin mechanical pattern, board orientation, antenna keepout, underside components, and USB overhang.
  2. Check VBUS and VSYS isolation, regulator headroom, 3.3 V logic levels, and the wireless chip-select or handshake pins reserved onboard.
  3. Check SWD and BOOTSEL access and flag carrier copper, batteries, or enclosure metal that shadows the antenna.
  4. For Raspberry Pi Pico W, check the antenna keepout and never allocate the internally used wireless-control pins from a bare-RP2040 assumption.

After those checks, refill every copper zone, run ERC and DRC from the same revision used to generate fabrication data, and inspect the actual Gerbers, drill file, BOM, and placement output. Confirm that the module ordering code in the BOM matches the memory and radio assumptions in firmware. A carrier is not release-ready when its prototype happens to boot; it is ready when the exact build configuration can be reproduced and inspected.

Common integration failures and sourcing reality

These failures recur because family names conceal physical and electrical differences. For this particular integration, watch for the following concrete mistakes:

  • Placing a ground plane under the antenna because the standard Pico footprint allowed it can sharply reduce range without triggering ordinary DRC.
  • Routing a ground plane beneath the antenna because the non-wireless Pico footprint had no corresponding keepout.
  • Using an onboard-radio-reserved signal as if it were a freely available GPIO from the original Pico pinout.

Sourcing note. Buy the official Pico W code and verify software support for the required Wi-Fi/Bluetooth feature; non-wireless Pico is not a transparent substitute. Record the complete manufacturer code, approved alternates, module or board revision, antenna and cable when applicable, memory population, and the firmware build that was tested. If a substitute changes any of those facts, reopen the footprint, power, pinout, radio, and production-programming review instead of treating it as a purchasing-only change.

From module choice to review-ready board

Use Raspberry Pi Pico W as the starting point for a generated carrier you can inspect in KiCad.

Generate a carrier board