Skip to content

MICROCONTROLLER

Due to the requirements of IoT functionality and edge AI processing, we chose the ESP32S3 as the main control chip. The ESP32S3 is a high-performance, low-power Wi-Fi and Bluetooth dual-mode SoC launched by Espressif, with powerful processing capabilities and rich peripheral interfaces, making it very suitable for use in AIoT nodes. To simplify hardware design, we chose the official ESP32-S3-WROOM module from Esspressif as the development basis, which has a built-in ESP32S3 chip, and different specifications of Flash and PSRAM to meet different application needs.

Currently, there are two generations of this module, with the first generation divided into versions with and without built-in antennas, while the second generation only has a version with a built-in antenna:

Module Antenna Type FLASH Size PSRAM Size
ESP32S3-WROOM-1/1U PCB Antenna / IPEX Antenna 16MB 8MB
ESP32S3-WROOM-2 PCB Antenna 32MB 16MB

For SHM applications, we mainly consider using the WROOM-1U version, which connects to an external antenna to achieve better wireless performance and longer communication distance; for indoor edge AI computing, we consider using the WROOM-2 version, as it provides larger Flash and PSRAM capacity, which can better support complex AI models and algorithms.