Esp32-Wrover Datasheet en
Esp32-Wrover Datasheet en
Datasheet
NS D
DE
EN
M
D) IG
M
RN ES
CO
D
RE
W
NE
T
NO
(N
R
FO
Version 2.7
Espressif Systems
Copyright © 2023
www.espressif.com
About This Document
This document provides the specifications for the ESP32-WROVER module.
Document Updates
Please always refer to the latest version on https://www.espressif.com/en/support/download/documents.
Revision History
For revision history of this document, please refer to the last page.
Certification
Download certificates for Espressif products from www.espressif.com/en/certificates.
1 Overview 6
2 Pin Definitions 8
2.1 Pin Layout 8
2.2 Pin Description 9
2.3 Strapping Pins 10
3 Functional Description 12
3.1 CPU and Internal Memory 12
3.2 External Flash and SRAM 12
3.3 Crystal Oscillators 12
3.4 RTC and Low-Power Management 12
5 Electrical Characteristics 15
5.1 Absolute Maximum Ratings 15
5.2 Recommended Operating Conditions 15
5.3 DC Characteristics (3.3 V, 25 °C) 15
5.4 Wi-Fi Radio 16
5.5 Bluetooth LE Radio 17
5.5.1 Receiver 17
5.5.2 Transmitter 17
6 Schematics 18
7 Peripheral Schematics 19
8 Physical Dimensions 20
11 Product Handling 23
11.1 Storage Conditions 23
11.2 Electrostatic Discharge (ESD) 23
11.3 Reflow Profile 23
11.4 Ultrasonic Vibration 24
Revision History 26
1 Overview
ESP32-WROVER is a powerful, generic Wi-Fi + Bluetooth + Bluetooth LE MCU module that targets a wide
variety of applications, ranging from low-power sensor networks to the most demanding tasks, such as voice
encoding, music streaming and MP3 decoding.
This module is provided in two versions: one with a PCB antenna, the other with an external antenna connector.
ESP32-WROVER features a 4 MB external SPI flash and an additional 8 MB SPI Pseudo static RAM
(PSRAM).
For detailed ordering information, please see ESP Product Selector. For dimensions of the external antenna
connector, please see Chapter 10. The information in this datasheet is applicable to both modules.
At the core of this module is the ESP32-D0WDQ6 chip*. The chip embedded is designed to be scalable and
adaptive. There are two CPU cores that can be individually controlled, and the CPU clock frequency is adjustable
from 80 MHz to 240 MHz. The chip also has a low-power coprocessor that can be used instead of the CPU to
save power while performing tasks that do not require much computing power, such as monitoring of
peripherals. ESP32 integrates a rich set of peripherals, ranging from capacitive touch sensors, SD card interface,
Ethernet, high-speed SPI, UART, I2S, and I2C.
Note:
* For details on the part numbers of the ESP32 family of chips, please refer to the document ESP32 Datasheet.
The integration of Bluetooth® , Bluetooth LE and Wi-Fi ensures that a wide range of applications can be targeted,
and that the module is all-around: using Wi-Fi allows a large physical range and direct connection to the Internet
through a Wi-Fi router, while using Bluetooth allows the user to conveniently connect to the phone or broadcast
low energy beacons for its detection. The sleep current of the ESP32 chip is less than 5 µA, making it suitable for
battery powered and wearable electronics applications. The module supports a data rate of up to 150 Mbps,
and 20 dBm output power at the antenna to ensure the widest physical range. As such the module does offer
industry-leading specifications and the best performance for electronic integration, range, power consumption,
and connectivity.
The operating system chosen for ESP32 is freeRTOS with LwIP; TLS 1.2 with hardware acceleration is built in as
well. Secure (encrypted) over the air (OTA) upgrade is also supported, so that users can upgrade their products
even after their release, at minimum cost and effort.
2 Pin Definitions
Keepout Zone
1 GND GND 38
2 VDD33 IO23 37
3 EN IO22 36
4 SENSOR_VP TXD0 35
5 SENSOR_VN RXD0 34
6 IO34 IO21 33
7 IO35 NC 32
39 GND
8 IO32 IO19 31
9 IO33 IO18 30
10 IO25 IO5 29
11 IO26 NC 28
12 IO27 NC 27
13 IO14 IO4 26
14 IO12 IO0 25
15 GND IO2 24
16 IO13 IO15 23
17 SD2 SD1 22
18 SD3 SD0 21
19 CMD CLK 20
Notice:
1. GPIO12 is internally pulled high in the module and is not recommended for use as a touch pin.
2. Pins SCK/CLK, SDO/SD0, SDI/SD1, SHD/SD2, SWP/SD3 and SCS/CMD, namely, GPIO6 to GPIO11 are con-
nected to the SPI flash integrated on the module and are not recommended for other uses.
• MTDI
• GPIO0
• GPIO2
• MTDO
• GPIO5
Software can read the values of these five bits from register “GPIO_STRAPPING”.
During the chip’s system reset release (power-on-reset, RTC watchdog reset and brownout reset), the latches of
the strapping pins sample the voltage level as strapping bits of “0” or “1”, and hold these bits until the chip is
powered down or shut down. The strapping bits configure the device’s boot mode, the operating voltage of
VDD_SDIO and other initial system settings.
Each strapping pin is connected to its internal pull-up/pull-down during the chip reset. Consequently, if a
strapping pin is unconnected or the connected external circuit is high-impedance, the internal weak
pull-up/pull-down will determine the default input level of the strapping pins.
To change the strapping bit values, users can apply the external pull-down/pull-up resistances, or use the host
MCU’s GPIOs to control the voltage level of these pins when powering on ESP32.
MTDI Pull-down 0 1
Booting Mode
Pin Default SPI Boot Download Boot
GPIO0 Pull-up 1 0
GPIO2 Pull-down Don’t-care 0
Enabling/Disabling Debugging Log Print over U0TXD During Booting
Pin Default U0TXD Active U0TXD Silent
MTDO Pull-up 1 0
Timing of SDIO Slave
FE Sampling FE Sampling RE Sampling RE Sampling
Pin Default FE Output RE Output FE Output RE Output
MTDO Pull-up 0 0 1 1
GPIO5 Pull-up 0 1 0 1
Note:
• Firmware can configure register bits to change the settings of ”Voltage of Internal LDO (VDD_SDIO)” and ”Timing
of SDIO Slave” after booting.
• The MTDI is internally pulled high in the module, as the flash and SRAM in ESP32-WROVER only support a power
voltage of 1.8 V (output by VDD_SDIO).
The illustration below shows the setup and hold times for the strapping pins before and after the CHIP_PU signal
goes high. Details about the parameters are listed in Table 5.
t0 t1
VIL_nRST
CHIP_PU
VIH
Strapping pin
Table 5: Parameter Descriptions of Setup and Hold Times for the Strapping Pins
3 Functional Description
This chapter describes the modules and functions integrated in ESP32-WROVER.
• 8 KB of SRAM in RTC, which is called RTC FAST Memory and can be used for data storage; it is accessed
by the main CPU during RTC Boot from the Deep-sleep mode.
• 8 KB of SRAM in RTC, which is called RTC SLOW Memory and can be accessed by the co-processor
during the Deep-sleep mode.
• 1 Kbit of eFuse: 256 bits are used for the system (MAC address and chip configuration) and the remaining
768 bits are reserved for customer applications, including flash-encryption and chip-ID.
ESP32 can access the external QSPI flash and SRAM through high-speed caches.
• The external flash can be mapped into CPU instruction memory space and read-only memory space
simultaneously.
– When external flash is mapped into CPU instruction memory space, up to 11 MB + 248 KB can be
mapped at a time. Note that if more than 3 MB + 248 KB are mapped, cache performance will be
reduced due to speculative reads by the CPU.
– When external flash is mapped into read-only data memory space, up to 4 MB can be mapped at a
time. 8-bit, 16-bit and 32-bit reads are supported.
• External SRAM can be mapped into CPU data memory space. Up to 4 MB can be mapped at a time.
8-bit, 16-bit and 32-bit reads and writes are supported.
ESP32-WROVER integrates a 4 MB of external SPI flash and an 8 MB PSRAM for more memory space.
For details on ESP32’s power consumption in different power modes, please refer to section ”RTC and
Low-Power Management” in ESP32 Datasheet.
Note:
1. GPIO12 is internally pulled high in the module and is not recommended for use as a touch pin.
2. External connections can be made to any GPIO except for GPIOs in the range 6-11, 16, or 17. GPIOs 6-11 are
connected to the module’s integrated SPI flash and PSRAM. GPIOs 16 and 17 are connected to the module’s
integrated PSRAM. For details, please see Chapter 6 Schematics.
5 Electrical Characteristics
1. The module worked properly after a 24-hour test in ambient temperature at 25 °C, and the IOs in three domains
(VDD3P3_RTC, VDD3P3_CPU, VDD_SDIO) output high logic level to ground. Please note that pins occupied by flash
and/or PSRAM in the VDD_SDIO power domain were excluded from the test.
2. Please see Appendix IO_MUX of ESP32 Datasheet for IO’s power domain.
Notes:
1. Please see Appendix IO_MUX of ESP32 Datasheet for IO’s power domain. VDD is the I/O voltage for a particular power
domain of pins.
2. For VDD3P3_CPU and VDD3P3_RTC power domain, per-pin current sourced in the same domain is gradually reduced
from around 40 mA to around 29 mA, VOH >=2.64 V, as the number of current-source pins increases.
3. Pins occupied by flash and/or PSRAM in the VDD_SDIO power domain were excluded from the test.
5.5.2 Transmitter
6 Schematics
6 Schematics
D D
ESP32 Module:
with 1.8V Flash & SRAM Pin.1
GND
Pin.15
GND
Pin.38
GND
GND
The BLUE netname means 1.8V. GND
D1 GND GND
GND GND Pin.2 Pin.16 Pin.37
ESD3.3V88D-LCDN
3
U1 VDD33 IO13 IO23
The values of C1 and C2 vary with VDD33
GND
GND XOUT
GPIO13 GPIO23
the selection of a crystal.
C1 C2
XIN
22pF/6.3V(10%) 22pF/6.3V(10%)
Pin.3 Pin.17 Pin.36
VDD33 CHIP_PU/EN SD2 IO22
2
CHIP_PU SHD/SD2 GPIO22
C3
GND
100pF/6.3V(10%) GND
R1 20K(5%) 40MHz+/-10ppm
VDD33 Pin.4 Pin.18 Pin.35
GND GPIO21
C6 C5 U0TXD
SENSOR_VP SD3 TXD0
U0RXD SENSOR_VP SWP/SD3 U0TXD
C9
10nF/6.3V(10%) 3.3nF/6.3V(10%) GPIO22
0.1uF/6.3V(10%) GPIO19
VDD33 GND
GND C4 Pin.5 Pin.19 Pin.34
49
48
47
46
45
44
43
42
41
40
39
38
37
VDD33 SENSOR_VN CMD RXD0
IPEX
Submit Documentation Feedback
R14 0R(5%)/NC C13 C12 C11 C10 0.1uF/6.3V(10%) SENSOR_VN SCS/CMD U0RXD
C 1 C
GND
CAP1
CAP2
VDDA
XTAL_P
XTAL_N
VDDA
GPIO21
U0TXD
U0RXD
GPIO22
GPIO19
VDD3P3_CPU
10uF/6.3V(10%) 10uF/6.3V(10%) 1uF/10V(20%) 0.1uF/6.3V(10%)
J39 GND
2
VDD3P3_RTC
the actual selection of a PCB board. IO32 SD1 IO19
32K_XN
GPIO32 SDI/SD1 GPIO19
GPIO25
GPIO26
GPIO27
GPIO2
GPIO0
GPIO4
MTMS
MTDO
MTCK
C18 C24
MTDI
4.7uF/16V(10%) 2K(5%)
U2 ESP32-D0WDQ6 Pin.9 Pin.23 Pin.30
13
14
15
16
17
18
19
20
21
22
23
24
GND GND VDD33 IO33 IO15 IO18
SCK/CLK R12 0R(5%) FLASH_CLK GPIO33 GPIO15 GPIO18
C19
GPIO33
GPIO25
GPIO26
GPIO27
GPIO14
GPIO12
GPIO13
GPIO15
Not Recommended For New Designs (NRND)
R11
GPIO2
GPIO0
GPIO4
0.1uF/6.3V(10%)
0R(5%)(NC) Pin.10 Pin.24 Pin.29
GND IO25 IO2 IO5
GPIO17 R13 0R(5%) SRAM_CLK GPIO25 GPIO2 GPIO5
B Pin.11 Pin.28 B
IO26 NC
GPIO26
U3 10K(5%)
SCS/CMD 1 5 SDI/SD1 U4
VCC
/CS DI GPIO16 1 8
FLASH_CLK 6 2 SDO/SD0 SDO/SD0 2 CS# VDD 7 SHD/SD2
CLK DO SO/SIO1 SIO3 Pin.13 Pin.26
SWP/SD3 3 6 SRAM_CLK
GND
IO14 IO4
ESP32-WROVER Datasheet v2.7
R9
Pin.14 10K(5%)
Pin.39 Pin.25
GND GND IO12 GND IO0
GPIO12 GND GPIO0
Title
ESP32-WROVER-V4
Size Document Number Rev
C <Doc>
Date: Wednesday, November 14, 2018 Sheet 1 of 1
5 4 3 2 1
Espressif Systems
7 Peripheral Schematics
7 Peripheral Schematics
VDD33 U1
39 VDD33
GND 1 P_GND 38 GND
2 GND1 GND3 37 GPIO23 JP1
EN 3 3V3 IO23 36 GPIO22 1
GPI36 SENSOR_VP 4 EN IO22 35 TXD0 2 1
R1 GPI39 SENSOR_VN 5 SENSOR_VP TXD0 34 RXD0 3 2
GPI34 6 SENSOR_VN RXD0 33 GPIO21 4 3
C1 C2 TBD GPI35 7 IO34 IO21 32 4
GPIO32 8 IO35 NC 31 GPIO19 UART
IO32 IO19
22uF/25V(10%)
0.1uF/50V(10%)
GPIO33 9 30 GPIO18
GPIO25 10 IO33 IO18 29 GPIO5 GND
C3 GPIO26 11 IO25 IO5 28
GPIO27 12 IO26 NC2 27
TBD GPIO14 13 IO27 NC1 26 GPIO4
GPIO12 14 IO14 IO4 25 GPIO0
GND 15 IO12 IO0 24 GPIO2
GPIO13 16 GND2 IO2 23 GPIO15
SD2 17 IO13 IO15 22 SDI GND
SD2 SD1
1
2
GND GND SD3 18 21 SDO
CMD 19 SD3 SD0 20 SCK
1
2
CMD CLK
JP2
Boot Option
SW1
R2 0R(5%) EN JP3
1 GPIO14 MTMS
1 2 GPIO12 MTDI
2 3 GPIO13 MTCK
C4 0.1uF/50V(10%) 3 4 GPIO15 MTDO
4
JTAG
GND
Note:
• Soldering Pad 39 to the Ground of the base board is not necessary for a satisfactory thermal performance. If users
do want to solder it, they need to ensure that the correct quantity of soldering paste is applied.
• To ensure the power supply to the ESP32 chip during power-up, it is advised to add an RC delay circuit at the EN pin.
The recommended setting for the RC delay circuit is usually R = 10 kΩ and C = 1 µF. However, specific parameters
should be adjusted based on the power-up timing of the module and the power-up and reset sequence timing
of the chip. For ESP32’s power-up and reset sequence timing diagram, please refer to Section Power Scheme in
ESP32 Datasheet.
8 Physical Dimensions
Unit: mm
18.00±0.15
3.30±0.15
0.80
5.90
5.90
0.90
2.12
0.85
0.45 4.10
10.45
0.1
3.72
31.40±0.15
4.10
24.09
23.06
16.17
15.84
1.27
10.38
1.10
0.57
Note:
For information about tape, reel, and product marking, please refer to Espressif Module Package Information.
• Figures for recommended PCB land patterns with all the dimensions needed for PCB design. See Figure 6
Recommended PCB Land Pattern of ESP32-WROVER.
• Source files of recommended PCB land patterns to measure dimensions not covered in Figure 6. You can
view the source files for ESP32-WROVER with Autodesk Viewer.
Unit: mm
Via for thermal pad
Copper
18.00
6.31
Antenna Area
38x1.50
1 4.10 38
1.05
38x0.90
0.475
31.40
22.86
7.62
0.475
4.10
1.05
16.17
1.27
1.10
19 20
0.50
Unit: mm
11 Product Handling
After unpacking, the module must be soldered within 168 hours with the factory conditions 25 ± 5 °C and 60
%RH. If the above conditions are not met, the module needs to be baked.
Peak Temp.
235 ~ 250 ℃
250
Preheating zone Reflow zone Cooling zone
150 ~ 200 ℃ 60 ~ 120 s 217 ℃ 60 ~ 90 s –1 ~ –5 ℃/s
217
200
Soldering time
> 30 s
Ramp-up zone
1 ~ 3 ℃/s
100
50
25
Time (sec.)
0
0 50 100 150 200 250
Developer Zone
• ESP-IDF Programming Guide for ESP32 – Extensive documentation for the ESP-IDF development framework.
• ESP-IDF and other development frameworks on GitHub.
https://github.com/espressif
• ESP32 BBS Forum – Engineer-to-Engineer (E2E) Community for Espressif products where you can post questions,
share knowledge, explore ideas, and help solve problems with fellow engineers.
https://esp32.com/
• The ESP Journal – Best Practices, Articles, and Notes from Espressif folks.
https://blog.espressif.com/
• See the tabs SDKs and Demos, Apps, Tools, AT Firmware.
https://espressif.com/en/support/download/sdks-demos
Products
• ESP32 Series SoCs – Browse through all ESP32 SoCs.
https://espressif.com/en/products/socs?id=ESP32
• ESP32 Series Modules – Browse through all ESP32-based modules.
https://espressif.com/en/products/modules?id=ESP32
• ESP32 Series DevKits – Browse through all ESP32-based devkits.
https://espressif.com/en/products/devkits?id=ESP32
• ESP Product Selector – Find an Espressif hardware product suitable for your needs by comparing or applying filters.
https://products.espressif.com/#/product-selector?language=en
Contact Us
• See the tabs Sales Questions, Technical Enquiries, Circuit Schematic & PCB Design Review, Get Samples
(Online stores), Become Our Supplier, Comments & Suggestions.
https://espressif.com/en/contact-us/sales-questions
Revision History