ESP32 WROVER
Manufacturer | Espressif |
---|---|
Board docs | ESP32-WROVER series |
Datasheet | esp32-wrover-b_datasheet_en.pdf 1 |
PlatformIO | Espressif ESP-WROVER-KIT2 |
ESPHome config | packages/boards/esp32wrover.yaml 3 |
The WROVER modules are modified ES32-WROOM-32x modules, with more pins and PSRAM.
Specifications
Name | |
---|---|
Flash size | 4 MB |
PSRAM size | 8 MB |
Operating voltage |
ESPHome support
esp32:
board: esp-wrover-kit
framework:
type: arduino
Config for status_led
:
light:
- platform: status_led
name: "Status LED"
id: esp_status_led
icon: "mdi:alarm-light"
restore_mode: ALWAYS_OFF
pin: GPIO02
These boards also have orange LEDs on the TX
/GPIO1
and RX
/GPIO3
pins:
light:
- platform: binary
name: TX LED
output: led_tx
- platform: binary
name: RX LED
output: led_rx
output:
- platform: gpio
id: led_tx
pin:
number: GPIO1
inverted: true
- platform: gpio
id: led_rx
pin:
number: GPIO3
inverted: true
Both of the orange LED TX
and RX
lights are inverted
.
Pinout
Pins
Camera pins:
Pin | |
---|---|
GPIO4 | Y2 data |
GPIO5 | Y3 data |
GPIO18 | Y4 data |
GPIO19 | Y5 data |
GPIO21 | XCLK / external clock |
GPIO22 | PCLK / pixel clock |
GPIO23 | HREF |
GPIO25 | VSYNC |
GPIO26 | SIOD / I²C SDA |
GPIO27 | SIOC / I²C SCL |
GPIO36 / VP | Y6 data |
GPIO39 / VN | Y7 data |
GPIO34 | Y8 data |
GPIO35 | Y9 data |