Hello STEM ESP32-S3 MOC (NEW)

Hello STEM ESP32-S3 MOC (NEW)

1. Introduction

The ESP32-S3 is an MCU chip integrated with 2.4 GHz Wi-Fi and Bluetooth 5 (LE), supporting Long Range mode.The ESP32-S3 is equipped with an Xtensaยฎ 32-bit LX7 dual-core processor, with a maximum frequency of 240 MHz, built-in 512 KB SRAM (TCM), and has 45 programmable GPIO pins and rich communication interfaces.The ESP32-S3 supports higher capacity, high-speed octal SPI flash and off-chip RAM, and supports user-configurable data and instruction caches.ESP32-S3-WROOM-1-N16R8

LEIXIN Official Data Manual:esp32-s3-wroom-1_wroom-1u_datasheet_cn.pdf

2, Technical Specifications

Microcontroller

ESP32-WROOM-32E

Operating Voltage

3.3V

Input Voltage (Recommended)

6-12V (DC direct current)

Digital Pin

29 items

Analog Input Pin

18 pieces

Download Interface

USB Type-C

WIFI

2.4 GHz Wi-Fi (802.11b/g/n)

Bluetooth Standard

Bluetooth 5 Module

Chip Clock Frequency

240 MHz

External Flash

16 MB

SRAM

512 KB

RTC SRAM

16 KB

Built-in ROM

384 KB

3, Features

1. The module used is the original brand new ESP32-S3-WROOM-1 module released by Espressif Systems in 2024.
2, Enhance power supply, G|V can provide a maximum output capability of 3.3V 40mA
3, Onboard circuit protection and power selection circuit
4, Type-C communication interface, no need to distinguish between positive and negative, more convenient
5, Supports Lego battery box input interface, allows 6-12VDC input
6, on-board 2.54mm pitch G|V|S expansion pin interface, without expansion board usage

4, Circuit Board Size

5, Development board decoding

6, Driver download and installation

Download and installation method for USB drivers for Windows 7, 8, 10, 11 systems:Click to view

Download of USB drivers for Mac OS system:Download and install instructions for CH34X USB serial Mac OS driver

In order to develop ESP32-S3 with Arduino IDE, you need to add an additional source to the Arduino IDE board manager and then install ESP32.We need to add the ESP32 development board additional URL first.Open the Preferences under the File menu.

Copy and paste the following link into the Additional Development Board Management website:


Install the ESP32 development board, select the Tools menu -> Board Manager...

Search for esp32 in the search bar, you can see the esp32 library, select the latest version, click install, and wait for the installation to complete.

Select the corresponding development board ESP32-S3 Dev Module, select the corresponding port for ESP32-S3

Finally, we find the official example code and click to upload.

Common questions: Solution for upload failure: Remove all the modules connected to the development board.