ESP32 Testing and Development

Job review listings on LinkedIn ask for a lot; you must have 10 years experience with X product, you must have generated at least Y Million in company revenue in the last year, etc etc. I wanted to expand my skillset and to do so I wanted to delve into the world of Microcontroller design. while I’ve used many different microcontroller families and models, I’ve never had to really diagnose issues with one, and thus my skills surrounding them could be called into question by more senior engineers. Therefore I’ve come up with the plan to expand my understanding of this field by developing my own range of custom boards using various ESP32 SoC modules.

the plan is to start simple with boards that merely utilise the already existing components built into the Wroom line up of ESP32 SoCs, but as I continue and learn more about the topic to eventually transition to more niche models for specific tasks. the eventual goal is to have the ability to rapidly design and prototype a board for a custom task and to do so cheaply and quickly.



Step 1: What ESP32 to use?

There are many types of ESP32 all designed for different tasks, but consulting the website and multiple documents just increased the barrier to entry, by overloading me with pages and chrome tabs each with a single piece of relevant information. I found that the Wikipedia page on the ESP32 does a good job of summarising key details into concise lists, if more general information is needed then I recommend the table below, which is an updated copy of Fabian Oriccardi’s markdown document on current ESP32 models.

ESP8266ESP32ESP32-S2ESP32-S3ESP32-C3ESP32-C6ESP32-C2 / ESP8684
Announcement Date2014, August2016, September2019, September2020, December2020, November2021, April2022, April
Main processorTensilica L106 32-bit (up to 160MHz)Tensilica Xtensa 32-bit LX6 (up to 240MHz) (optionally dual core)Tensilica Xtensa 32-bit LX7 (up to 240MHz)Tensilica Xtensa 32-bit LX7 dual core (up to 240MHz)RISC-V 32-bit (up to 160MHz)RISC-V 32-bit (up to 160MHz)RISC-V 32-bit (120MHz)
SRAM160KB520KB320KB512KB400KB400KB272KB
ROM0448KB128KB384KB384KB384KB576KB
JTAGX?
Cache32 KB instruction64KB8/16KB (configurable)?16KB32KB16KB
WiFiWi-Fi 4 (only up to 72.2Mbps)Wi-Fi 4Wi-Fi 4Wi-Fi 4Wi-Fi 4Wi-Fi 6Wi-Fi 6
BluetoothXBLE 4.2 (upgrade to 5.0, with limitations)XBLE 5.0BLE 5.0BLE 5.0BLE 5.0
EthernetXX?XXX
RTC memory768B16KB16KB16KB8KB??
PMU?
ULP coprocessorXULP-RISC-V?XXX
Cryptographic AcceleratorXSHA, RSA, AES, RNGSHA, RSA, AES, RNG, HMAC, Digital SignatureSHA, RSA, AES, RNG, HMAC, Digital SignatureSHA, RSA, AES, RNG, HMAC, Digital SignatureSHA, RSA, AES, RNG, HMAC, Digital SignatureSHA, AES, RNG
Secure bootX
Flash encryptionXXTS-AES-128/256XTS-AES-128XTS-AES-128
SPI244?333
I2C122?11 + 1 low power1
I2S121?110
UART2 (one TX only)32?22 + 1 low power2
SDIO Host0102000
SDIO Slave0100000
GPIO17344344222214
LED PWM5168?666
MCPWM0602000
Pulse counter084?0XX
GDMA*000?6X1
USBXXUSB OTG 1.1?Serial/JTAGXX
TWAI**011?12X
ADC1x 10-bit SAR2x 12-bit SAR, up to 18 channels2x 13-bit SAR, up to 20 channels?2x 12-bit SAR, up to 6 channels1x 12bit SAR, up to 7 channels1x 12bit SAR, up to 5 channels
DACX2x 8-bit2x 8-bit?XXX
RMT1x transmission + 1x reception8x transmission/reception4x transmission/reception?2x transmission + 2x reception1x transmission + 1x receptionX
Timer2x 23-bit***4x 64-bit4x 64-bit?2x 54-bit + 1x 52-bit1x 52-bit + 2x 54-bit1x 52-bit + 1x 54-bit
Temperature Sensor?
Hall SensorXX?XXX
Touch Sensor01014?XXX

For my first Microcontroller board, I decided to use the ESP32-2C otherwise known as the ESP8684, as it seems to be the simplest modern microcontroller from ESP replacing the ESP8266. it has many benefits over the ESP8266 including increased SRAM and ROM as well as the ability to diagnose issues mid code execution using the JTAG interface. Another positive change is the addition of blue-tooth and wifi6, allowing for easy connectivity with other devices and the network.

Step 2: Picking additional required parts:

To program and run the microcontroller SoC however, more components are needed, specifically a USB to serial module is needed to flash the microcontroller with code and a voltage regulator for managing power and regulating it to the 3.3V required of the ESP8684. I could also add some other ICs that increase the functionality of the board and add specific features, but because this is my first attempt. I want the overall board to be simple.









Next
Next

Blog Post Title Two