$ idf.py set-target |
ESP32-C3 | ESP32-H2 | |
CPU | 32-bit RISC-V single-core processor, up to 160MHz | 32-bit RISC-V single-core processor, up to 96MHz |
Memory | 384 KB ROM 400 KB SRAM 8 KB RTC Memory(RTC memory remains powered on in Deep-sleep mode) |
128 KB ROM 320 KB SRAM 4 KB LP Memory(LP memory remains powered on in Deep-sleep mode) |
Wi-Fi | 802.11 b/g/n |
|
Bluetooth | Bluetooth 5.0/Bluetooth Mesh |
Bluetooth 5.0/Bluetooth Mesh |
IEEE 802.15.4 | |
Compliant with IEEE 802.15.4-2015 protocol • Thread 1.3 • Zigbee 3.0 |
Advanced Peripheral Interfaces | • 22 × programmable GPIOs • 2 × 12-bit SAR ADCs, up to 6 channels • 1 × Temperature sensor • 1 × Brownout detector • 2 × UART • 2 × SPI ports for communication with flash • 1 × General purpose SPI port • 1 × I2C • 1 × I2S • 1 × USB Serial/JTAG controller • 1 × TWAI controller (compatible with ISO 11898-1) • 1 × LED PWM controller, up to 6 channels • 1 × Remote control peripheral (RMT) (TX/RX) • 1 × General DMA controller (GDMA), with 3 transmit channels and 3 receive channels |
• 19 × programmable GPIOs • 1 × 12-bit SAR ADCs, up to 5 channels • 1 × Temperature sensor • 1 × Brownout detector • 2 × Analog voltage comparator • 2 × UART • 2 × SPI ports for communication with flash • 1 × General purpose SPI port • 1 × I2C • 1 × I2S • 1 × USB Serial/JTAG controller • 1 × TWAI controller (compatible with ISO 11898-1) • 1 × LED PWM controller, up to 6 channels • 1 × Remote control peripheral (RMT) (TX/RX) • 1 × General DMA controller (GDMA), with 3 transmit channels and 3 receive channels • 1 × Motor Control PWM (MCPWM), up to 6 channels • 1 × Pulse count controller (PCNT) • 1 × Event task matrix (ETM) • 1 × Parallel IO (PARLIO) controller |
$ grep -rn "Supported Targets" *
| grep ESP32-H2 | grep -v "ESP32-C6" | grep -v
"ESP32 " |
$ grep -rn "Supported Targets" *
| grep ESP32-H2 | grep "ESP32-C6" | grep -v "ESP32 " |
grep -v "ESP32-C3" |