Site icon David Yin's Blog

About ESP32

ESP32 is a series of low-cost and low-power System-on-a-chip (SoC) microcontrollers developed by Espressif, including Wi-Fi and Bluetooth wireless capabilities and a dual-core processor.  Someone is familiar with ESP8266, the ESP32 is its successor.  I am not, so I have a lot to learn about it.

Some features of ESP32 (Original):

ESP32 Specifications

ESP32 does not just refer to the bare ESP32 chip. ESP32 is also used to refer to ESP32 development boards.

ESP32 SoC

 

ESP32-DevKitC V4 Development Board

 

At the end of 2020, ESP32-S3 was launched.

ESP32 S3 Series

It comes with the Xtensa dual-core 32-bit LX7 processor. Speed 240MHz.

About the processing memory, it is 512KB of SRAM, 384KB ROM and double the size of flash memory of up to 8MB.

The Wi-Fi is 2.4GHz (802.11 b/g/n) with a speed of up to 150Mbps and Bluetooth Low Energy (BLE)5.0.

It is a kind of replacement for the original ESP32.

The same year, ESPRESSIF announced the RISC version of ESP32.

ESP32 C3 Series

It is a RISC-V  chip. C3 is a single-core 32-bit RISC-V processor, with a clock speed of 160MHz.

It provides 400KB of SRAM, 384KB ROM, and up to 4MB of flash memory.

Same Wi-Fi and Bluetooth features as ESP32 S3.

In 2021, ESP32-C6 was released.

ESP32 C6 Series

It is also RISC-V, the same as C3.

But, it has Wi-Fi 6, 2.4GHz (802.11ax)  with 802.11 b/g/n.

Bluetooth is BLE5.3

It provided better connectivity.

There are also ESP32 S2, ESP32 C2, ESP32 C5 etc.  Here is a comparison table for reference.

So, which ESP32 do you choose for your project?

Exit mobile version