Espressif Systems

ESP32-P4NRW32X - Dual-Core RISC-V HMI MCU 32MB PSRAM | Espressif

MPN: ESP32-P4NRW32X ✓ Active
In Stock Ships in 1-3 business days
32 MB Package
From $3.35 USD / Unit
MOQ: 1 |
Price updated: 2026-09-10
Volume Pricing
Qty Unit Price Extended
1 $4.9 $4.90
10 $4.45 $44.50
100 $4.05 $405.00
500 $3.7 $1,850.00
1,000 $3.35 $3,350.00
ℹ️ All prices are in USD

ESP32-P4NRW32X Overview

The Espressif Systems ESP32-P4NRW32X is a high-performance 32-bit microcontroller built around a dual-core RISC-V HP (high-performance) processor plus a single-core RISC-V LP (low-power) coprocessor, with 32 MB of in-package PSRAM, housed in a 104-pin QFN package measuring 10 x 10 mm.

A microcontroller (MCU) is a single integrated circuit that combines a processor core, memory, and programmable peripherals into one chip, sitting at the heart of the embedded systems hierarchy: SoC -> microcontroller -> embedded system. The ESP32-P4 is Espressif's flagship application-class MCU, positioned above the ESP32-S3 for compute-intensive embedded workloads.

Key features include the HP/LP dual-system architecture that lets the LP core handle sleep-state housekeeping while the HP cores run demanding workloads, 32 MB of in-package PSRAM (the NRW32 variant) supporting large frame buffers, powerful image and voice processing capability, and rich HMI-oriented peripherals. Unlike most ESP32 family members, the ESP32-P4 focuses purely on compute; wireless connectivity is added externally via companion chips such as the ESP32-C6.

Technically, the HP system contains the dual-core RISC-V processor with AI instruction extensions, an advanced memory subsystem, and integrated high-speed peripherals, while the LP system contains the single-core RISC-V low-power microprocessor. This split allows always-on voice wake-word detection or sensor polling at minimal power, waking the HP cores only when needed.

Typical applications include rich Human-Machine Interfaces (HMI) with touch displays, edge computing nodes, image and camera processing pipelines, and voice processing endpoints. The large in-package PSRAM directly supports display frame buffers and AI model working sets without external memory routing.

Design consideration: Espressif recommends the v3-or-later reference schematic for new designs and at least a 4-layer PCB for the 10 x 10 mm QFN-104 footprint; strapping pins must be reviewed against the ESP32-P4 datasheet before layout is frozen.

This page synthesizes distributor pricing, drop-in alternatives, package guidance, and design notes not found in the manufacturer datasheet.

Drop-in alternatives for ESP32-P4NRW32X — same package, pin-to-pin compatible. Different-package parts requiring PCB rework are excluded.

Variants in this series

Same-series models that are drop-in compatible with ESP32-P4NRW32X (same form factor and footprint) — differing in Core (HP System), In-Package PSRAM, Package.

Espressif Systems
Core (HP System): RISC-V 32-bit dual-core high-performance microprocessor
In-Package PSRAM: 16 MB (OPI/HPI)
Package: QFN104, 10 x 10 mm
Compare with ESP32-P4NRW32X →

Quick Comparison Tool — Select alternative parts for side-by-side comparison:

ESP32-P4NRW16X

✅ Drop-In
Espressif Systems
📦 QFN-104 (10x10 mm)
RISC-V 32-bit dual-core high-performance microprocessor · RISC-V single-core low-power microprocessor · 16 MB (OPI/HPI) · 1.8 V · -40 C to +85 C · v3.x · QFN104, 10 x 10 mm · High-performance MCU SoC (no on-chip Wi-Fi/Bluetooth radio)

✓ In Stock

$3.2 / Unit

View Datasheet →

ESP32-P4NRW32X Maximum Ratings & Electrical Characteristics

Core (HP System) RISC-V 32-bit dual-core high-performance microprocessor with AI instruction extensions
Core (LP System) RISC-V single-core low-power microprocessor
Architecture HP (High Performance) system + LP (Low Power) system
In-Package PSRAM 32 MB
Package QFN-104, 10 x 10 mm
Key Capabilities Image processing, voice processing, rich HMI, edge computing
Wireless None on-chip (use external companion such as ESP32-C6)
Mounting Type Surface Mount
RoHS Status Compliant

ESP32-P4NRW32X qfn-104, 10 x 10 mm Pin Configuration Guide

Pin configuration for ESP32-P4NRW32X (qfn-104, 10 x 10 mm package). This digital IC includes GPIO, communication interfaces (UART, SPI, I2C), and power pins. Refer to the manufacturer datasheet for alternate pin functions and configuration options. Essential for embedded system design and PCB layout.

qfn-104, 10 x 10 mm package pinout diagram for ESP32-P4NRW32X

No detailed pinout data available for ESP32-P4NRW32X.

Refer to the datasheet for full pin configuration.

Typical Applications

ESP32-P4NRW32X is suitable for 6 applications: Rich HMI Touch Displays, Edge Computing and AI Inference, Camera and Image Processing, Voice Processing Endpoints, Industrial Automation Panels, Smart Home Controllers.

📺

Rich HMI Touch Displays

The ESP32-P4NRW32X fits rich Human-Machine Interface applications because its dual-core RISC-V HP processor with AI instruction extensions and 32 MB of in-package PSRAM can hold multi-layer display frame buffers locally, while the high-speed integrated peripherals drive modern touch panels. In a typical design, the HP cores run the GUI framework and rendering pipeline while the LP coprocessor keeps the touch controller and backlight logic alive in light-sleep, waking the HP system only on user interaction to cut average power. The 32 MB PSRAM variant is preferred over the 16 MB ESP32-P4NRW16X when animations, rotation, or double buffering would otherwise exhaust memory. Espressif recommends the v3-or-later reference schematic and a 4-layer PCB for signal integrity on this QFN-104 footprint.

🧩

Edge Computing and AI Inference

For edge computing nodes, the ESP32-P4NRW32X offers a dual-core RISC-V CPU with AI (vector) instruction extensions that accelerate quantized neural network inference, and its 32 MB of in-package PSRAM comfortably holds model weights and activation buffers without external memory. The advanced memory subsystem keeps the HP cores fed, while the LP coprocessor handles sensor polling and event detection at microamp-scale power between inference sessions. Typical deployments include anomaly detection on industrial equipment, keyword spotting, and smart-building gateways. Because the chip has no on-chip radio, pair it with an ESP32-C6 companion for cloud connectivity. The QFN-104 10 x 10 mm package keeps board area compact even with the companion and power tree included on a 4-layer stackup.

🎥

Camera and Image Processing

Image pipelines are memory-hungry, and this is where the ESP32-P4NRW32X's 32 MB of in-package PSRAM directly enables the application: raw camera frames at QVGA-to-HD resolutions fit on-chip, avoiding the routing complexity and signal-integrity risk of external PSRAM. The HP system's high-speed peripherals interface camera sensors, while the dual-core RISC-V HP processor with AI extensions performs format conversion, resizing, and on-device detection or classification. The LP system can monitor a PIR sensor and wake the HP cores only when motion is detected, dramatically cutting standby power in battery-backed cameras. Designers should allocate PSRAM carefully - a single VGA RGB565 frame consumes about 1.2 MB, leaving ample room for double or triple buffering within the 32 MB budget.

🎧

Voice Processing Endpoints

Voice front-ends benefit from the ESP32-P4NRW32X's architecture split: the LP coprocessor runs the always-on wake-word detector at minimal power, then wakes the dual-core HP system for full speech command recognition, audio codecs, and network transmission. The 32 MB in-package PSRAM holds acoustic models, audio ring buffers, and echo-cancellation working sets simultaneously - a budget that the 16 MB ESP32-P4NRW16X may exhaust in far-field multi-microphone designs. The HP system's high-speed integrated peripherals include the audio interfaces needed for I2S microphone arrays. Note that network audio streaming requires an external wireless companion such as the ESP32-C6, keeping RF certification decoupled from the voice compute board.

🏭

Industrial Automation Panels

Industrial HMI panels and machine-interface controllers use the ESP32-P4NRW32X to combine a responsive graphical display, fieldbus communication, and local analytics in one MCU. The dual-core HP system partitions rendering from control logic, so touch responsiveness does not suffer when protocol stacks run concurrently, while the LP coprocessor maintains watchdog and sensor monitoring through deep-sleep idle periods. The 32 MB PSRAM supports screen composition, data-logging buffers, and protocol state machines without external memory. For environments demanding wide operating temperature or functional safety, verify the specific chip revision and qualification data against the ESP32-P4 Series Errata before committing. Espressif's v3-or-later reference schematic and 4-layer PCB recommendation apply directly to industrial EMI conditions.

🌐

Smart Home Controllers

Smart-home hubs and scene controllers leverage the ESP32-P4NRW32X's compute headroom to run a local UI, protocol translation, and automation rules simultaneously. Pairing the P4's dual-core RISC-V HP system with an ESP32-C6 companion yields Thread, Zigbee (802.15.4), Wi-Fi, and BLE connectivity alongside strong local processing - a combination neither chip delivers alone. The 32 MB of in-package PSRAM accommodates device tables, UI assets, and over-the-air update staging buffers. In battery-conscious wall-mounted designs, the LP coprocessor holds the mesh in low-power mode and wakes the HP cores on touch or scheduled events. Layout the QFN-104 with Espressif's recommended 4-layer stack and v3 reference schematic to keep the high-speed digital domain clean.

Recommended Products Summary

What is the ESP32-P4NRW32X?
The ESP32-P4NRW32X is a high-performance 32-bit microcontroller from Espressif Systems that combines a dual-core RISC-V high-performance (HP) processor and a single-core RISC-V low-power (LP) microprocessor with 32 MB of in-package PSRAM in a QFN-104 (10 x 10 mm) package. According to the ESP32-P4 Series datasheet, it targets rich HMI, edge computing, image processing, and voice processing applications where large internal memory and strong compute are required.
Does the ESP32-P4NRW32X have built-in Wi-Fi or Bluetooth?
No, the ESP32-P4NRW32X does not include on-chip Wi-Fi or Bluetooth. Unlike the ESP32, ESP32-S3, or ESP32-C6, the P4 is a pure compute-focused MCU; wireless is added via an external companion chip such as the ESP32-C6 over SDIO/SPI. This partitioning lets designers pair maximum application compute with exactly the radio they need, keeping certification and RF layout separate from the high-speed digital domain.
How much PSRAM does the ESP32-P4NRW32X have?
The ESP32-P4NRW32X contains 32 MB of in-package PSRAM, as confirmed by the JLCPCB part detail page and Espressif product family documentation. The sibling part ESP32-P4NRW16X offers 16 MB instead. In-package stacking means the PSRAM requires no external memory bus routing, simplifying PCB design and improving signal integrity for frame-buffer-heavy HMI and image processing workloads.
What package does the ESP32-P4NRW32X use?
The ESP32-P4NRW32X is packaged in a 104-pin QFN measuring 10 x 10 mm, per the JLCPCB part listing. This fine-pitch QFN-104 footprint requires careful PCB design: Espressif recommends the v3-or-later reference schematic and at least a 4-layer board with dedicated ground planes. The exposed pad must be well soldered to the ground plane for thermal and electrical performance.
What is the difference between ESP32-P4NRW32X and ESP32-P4NRW16X?
The only functional difference is in-package PSRAM capacity: the ESP32-P4NRW32X has 32 MB while the ESP32-P4NRW16X has 16 MB. Both share the identical dual-core RISC-V HP core, single-core LP core, and the same QFN-104 10 x 10 mm package footprint, so they are drop-in interchangeable on the same PCB. Choose the 32 MB variant when display frame buffers, camera pipelines, or AI models exceed 16 MB of working memory.
Is the ESP32-P4NRW32X suitable for HMI display applications?
Yes, the ESP32-P4NRW32X is specifically targeted at rich Human-Machine Interface (HMI) applications. According to Espressif's product page, the chip is tailored for rich HMIs thanks to its dual-core RISC-V processor with AI extensions, advanced memory subsystem, and 32 MB of in-package PSRAM that comfortably holds display frame buffers. Its high-speed integrated peripherals support the display and touch interfaces needed for responsive graphical user interfaces.
What is the best drop-in replacement for ESP32-P4NRW32X?
The only true drop-in replacement is its same-family sibling ESP32-P4NRW16X, which shares the identical QFN-104 10 x 10 mm footprint and pin-to-pin compatibility, differing only in PSRAM (16 MB vs 32 MB). No cross-brand pin-compatible equivalents exist in the verified web data; competitor MCUs such as the Raspberry Pi RP2350, STM32H7, or Nordic nRF54 series are functional alternatives only and require full PCB redesign. Always verify the PSRAM budget before substituting the 16 MB variant.
Is ESP32-P4 the same as ESP32-S3?
No, the ESP32-P4 and ESP32-S3 are fundamentally different chips. The ESP32-P4 uses a dual-core RISC-V HP architecture with a separate LP core and up to 32 MB in-package PSRAM, while the ESP32-S3 uses dual-core Xtensa LX7 with integrated Wi-Fi and Bluetooth. The P4 delivers substantially higher compute for HMI and image processing but lacks on-chip radio. They are not pin-compatible and cannot be swapped on the same board.
Which ESP32-P4NRW32X package alternatives from other brands are pin-compatible?
None are known. According to the cross-reference searches performed, no other manufacturer offers a pin-compatible QFN-104 equivalent for the ESP32-P4NRW32X. The realistic alternatives are functional substitutes - STM32H7, Raspberry Pi RP2350, Nordic nRF54, or NXP i.MX RT - all of which use different packages and require PCB redesign. For supply-chain resilience, design in the ESP32-P4NRW16X as a second source within the same footprint.
When should I choose ESP32-P4NRW32X over ESP32-S3?
Choose the ESP32-P4NRW32X when your application is compute- or memory-bound: large touch displays, camera image processing, or on-device AI inference where 32 MB of PSRAM and the dual-core RISC-V HP system justify the external wireless companion. Choose the ESP32-S3 when integrated Wi-Fi/BLE matters more than raw compute, or when a smaller, cheaper single-chip solution suffices. The P4 also suits designs that need RF certification flexibility via a separate ESP32-C6 module.
What are the key specifications of ESP32-P4NRW32X that engineers should know?
The five key specifications are: (1) dual-core 32-bit RISC-V high-performance CPU with AI instruction extensions, (2) an additional single-core RISC-V low-power coprocessor, (3) 32 MB of in-package PSRAM, (4) a QFN-104 package measuring 10 x 10 mm, and (5) no on-chip wireless - connectivity comes from external companion chips. Per the ESP32-P4 Series datasheet, the HP system handles main workloads while the LP system manages sleep-state tasks.
Where can I download the ESP32-P4NRW32X datasheet PDF?
The official ESP32-P4 Series datasheet PDF is available from Espressif documentation at documentation.espressif.com/esp32-p4_datasheet_en.pdf. The document runs 93 pages and covers all ESP32-P4 series variants, including strapping pin configurations and chip revision identification. Mirror copies exist on alldatasheet.net and digchip.com, but Espressif's documentation portal is the authoritative source and always carries the latest revision.
What is the price of ESP32-P4NRW32X?
As of 2026-09-10, ESP32-P4NRW32X unit pricing at quantity 1 is approximately $4.90 at authorized distributors, scaling down to roughly $3.35 at 1000-piece volume. Pricing was cross-checked against Mouser, DigiKey, and Octopart listings; Octopart currently lists 1 authorized distributor carrying stock. For production volumes above 1000 units, request quotes through TrustedParts.com for additional distributor competition.
Where to buy ESP32-P4NRW32X online?
The ESP32-P4NRW32X can be purchased from authorized distributors including Mouser (mouser.com), DigiKey (digikey.com), and through JLCPCB's parts marketplace (part C54540373), with availability aggregated on TrustedParts.com and Octopart. Mouser and DigiKey both list the part with datasheet, inventory, and pricing on their product pages. Buy only from franchised distributors to guarantee genuine Espressif silicon with full traceability.
Is ESP32-P4NRW32X in stock and what is the lead time?
Stock status at major distributors was verified as of 2026-09-10: DigiKey's listing indicated buy-now, ships-today availability, and Octopart shows one distributor with stock. Because ESP32-P4 is a newer part with multiple chip revisions on the market under the same part number, confirm the revision you receive matches your ESP-IDF release before mass production. For volume orders, request a quoted lead time from distributors via TrustedParts.com.
Is the ESP32-P4NRW32X RoHS compliant?
Yes, the ESP32-P4NRW32X is RoHS compliant, as listed on the JLCPCB part detail page (marked ROHS). As a modern Espressif semiconductor produced for global markets, it is supplied lead-free. Full REACH, halogen-free, and conflict-minerals declarations should be requested directly from Espressif or your distributor, as those certificates were not present in the verified web data reviewed for this page.

Engineering reference data for ESP32-P4NRW32X — comparison, design guidance, and compliance information.

Selection Guide

Choose the ESP32-P4NRW32X when your design needs maximum embedded compute and memory: rich touch HMI, camera pipelines, or on-device AI where 32 MB of in-package PSRAM removes external memory complexity. Its HP/LP architecture excels whenever always-on low power must coexist with bursty high-performance workloads. Choose the ESP32-P4NRW16X instead when 16 MB of PSRAM suffices - it is pin-to-pin identical and cheaper, so verify your memory budget before defaulting to 32 MB. Choose the ESP32-S3 when integrated Wi-Fi/BLE in one chip outweighs raw compute, or when cost per unit dominates. There is no cross-brand pin-compatible alternative: STM32H7, RP2350, or nRF54 designs require complete PCB redesign. For new layouts, follow Espressif's v3-or-later reference schematic on a 4-layer board.

Comparison with Alternatives

Parameter This Product ESP32-P4NRW16X
Package QFN-104 (10 x 10 mm) QFN-104 (10 x 10 mm) - same
Brand Espressif Systems Espressif Systems
HP CPU Dual-core RISC-V 32-bit with AI extensions Dual-core RISC-V 32-bit with AI extensions
LP Coprocessor Single-core RISC-V low-power Single-core RISC-V low-power
In-Package PSRAM 32 MB 16 MB
Wireless None on-chip None on-chip
RoHS Compliant Compliant
Drop-in Compatible Yes (mutual) Yes - same footprint, verify PSRAM budget

Key Differentiators

  • Double the in-package PSRAM (vs ESP32-P4NRW16X)
  • HP + LP dual-system architecture (vs ESP32-S3)
  • Decoupled RF certification (vs ESP32-S3)

Design Notes

Espressif explicitly recommends at least a 4-layer PCB for the ESP32-P4 QFN-104 (10 x 10 mm) footprint, per the esp32-p4-design-resources community reference. Use a dedicated internal ground plane, stitch the exposed pad to ground with a via array, and follow Espressif's v3-or-later reference schematic for new designs. The 104 fine-pitch balls include high-speed interfaces whose signal integrity depends directly on controlled-impedance routing and solid return paths.

The ESP32-P4 series ships multiple chip revisions under the same part number, as stated in the datasheet's chip revision section. Verify the revision on received units against the ESP32-P4 Series SoC Errata and confirm your ESP-IDF release supports it before mass production. Additionally, strapping pins are highlighted by pin name in the datasheet - review their reset-time configurations before finalizing pull-up/pull-down networks, or boot failures will appear intermittently.

The ESP32-P4 has no on-chip radio, but if you pair it with an ESP32-C6 companion for wireless, budget the RF peak current separately and provide independent decoupling for each supply domain. Keep the LP system's supply rail alive in deep sleep so the coprocessor can wake the HP cores; an inadvertent regulator shutdown of the LP domain will make the system unrecoverable without a hard reset. Esimated: allow margin on the HP rail for dual-core peak loading during AI inference.

Compliance Information

RoHS
Compliant
REACH
Unknown
AEC-Q100
Not Applicable
Lead Free
Yes
Halogen Free
Unknown
Conflict Minerals
Unknown

RoHS compliance confirmed via JLCPCB part listing (marked ROHS). REACH, halogen-free, and conflict-minerals status not found in verified web data - request declarations from Espressif.

Data verified on: 2026-09-10 — data verified and curated by XAIPART's component engineering team

Related Searches

ESP32-P4NRW32X datasheet PDF Espressif ESP32-P4NRW32X price ESP32-P4NRW32X vs ESP32-P4NRW16X ESP32-P4 dual-core RISC-V MCU 32MB PSRAM ESP32-P4NRW32X QFN-104 10x10 package ESP32-P4NRW32X drop-in replacement ESP32-P4 HMI display microcontroller buy ESP32-P4NRW32X in stock what can replace ESP32-P4NRW32X ESP32-P4NRW32X pinout QFN-104 ESP32-P4 image processing voice processing SoC ESP32-P4NRW32X Wi-Fi companion ESP32-C6

Related Components & Terms

Espressif Systems ESP32-P4NRW32X ESP32-P4NRW16X ESP32-P4 ESP32-C6 ESP32-S3 RISC-V microcontroller MCU SoC system-on-chip HP system LP system PSRAM QFN-104 RoHS rich HMI edge computing image processing voice processing AI instruction extensions surface mount
Quick Quote RFQ
Fill in complete details — our sales team will respond within 24 hours
Part Number Manufacturer Package QTY Target Price Extended
Total: $0.00 USD
Quote submitted!

We will respond to your email within 24 hours

1
RFQ Submitted
2
Quote Received
3
Order Placed
4
Payment
5
Shipped
6
Delivered
View RFQ Details