• Dimensions: See Table 1.2 Description ESP32-S3-WROOM-1 and ESP32-S3-WROOM-1U are two powerful, generic Wi-Fi + Bluetooth LE MCU modules that are built around the ESP32-S3 series of SoCs. On top of a rich set of peripherals, the acceleration for neural network computing and signal processing workloads provided by the SoC make the modules an ideal...
Page 3
A wide selection of module variants are available for customers as shown in Table 1. Among the module variants, those embed ESP32-S3R8 operate at –40 65 °C ambient temperature, ESP32-S3-WROOM-1-H4 and ESP32-S3-WROOM-1U-H4 operate at –40 105 °C ambient temperature, and other module variants operate at –40 85 °C ambient temperature.
Start a Project 3.4.2 Connect Your Device 3.4.3 Configure 3.4.4 Build the Project 3.4.5 Flash onto the Device 3.4.6 Monitor U.S. FCC Statement IC Statement Related Documentation and Resources Revision History Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Page 5
List of Tables List of Tables Ordering Information Pin Definitions Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Page 6
List of Figures List of Figures Pin Layout (Top View) Hardware Connection Project Configuration - Home Window Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
2 Pin Definitions 2 Pin Definitions 2.1 Pin Layout The pin diagram is applicable for ESP32-S3-WROOM-1 and ESP32-S3-WROOM-1U, but the latter has no keepout zone. Keepout Zone TXD0 RXD0 IO42 IO41 IO15 IO40 IO16 IO39 IO17 IO38 IO18 IO37 IO36...
Page 9
In module variants that have embedded OSPI PSRAM, i.e., that embed ESP32-S3R8, pins IO35, IO36, and IO37 connect to the OSPI PSRAM and are not available for other uses. Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
ESP-IDF Programming Guide. 3.2 Hardware Connection 1. Solder the ESP32-S3-WROOM-1 or ESP32-S3-WROOM-1U module to the RF testing board as shown in Figure 2. Figure 2: Hardware Connection 2. Connect the RF testing board to the USB-to-Serial board via TXD, RXD, and GND.
IO0 is internally logic high. If IO0 is set to pull-up, the Boot mode is selected. If this pin is pull-down or left floating, the Download mode is selected. For more information on ESP32-S3-WROOM-1 or ESP32-S3-WROOM-1U, please refer to ESP32-S3 Series Datasheet.
ESP-IDF provides another script ’export.sh’ which does that. In the terminal where you are going to use ESP-IDF, run: . $HOME/esp/esp-idf/export.sh Now everything is ready, you can build your first project on ESP32-S3-WROOM-1 or ESP32-S3-WROOM-1U module. 3.4 Create Your First Project 3.4.1 Start a Project...
The colors of the menu could be different in your terminal. You can change the appearance with the option ‘--style’. Please run ‘idf.py menuconfig --help’ for further information. 3.4.4 Build the Project Build the project by running: idf.py build Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
When flashing, you will see the output log similar to the following: esptool.py esp32s3 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader/bootloader. 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin esptool.py v3.2-dev Serial port /dev/ttyUSB0 Connecting..Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
To check if “hello_world” is indeed running, type ‘idf.py -p PORT monitor‘ (Do not forget to replace PORT with your serial port name). This command launches the IDF Monitor application: $ idf.py -p /dev/ttyUSB0 monitor Running idf_monitor in directory [...]/esp/hello_world/build Executing ”python [...]/esp-idf/tools/idf_monitor.py -b 115200 [...]/esp/hello_world/build/hello-world.elf”... Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Page 16
Restarting in 8 seconds... Restarting in 7 seconds... To exit IDF monitor use the shortcut Ctrl+]. That’s all what you need to get started with ESP32-S3-WROOM-1 or ESP32-S3-WROOM-1U module! Now you are ready to try some other examples in ESP-IDF, or go right to developing your own applications.
3 conditions above are met, further transmitter test will not be required. However, the OEM integrator is still responsible for testing their end-product for any additional compliance requirement with this module installed (for example, digital device emission, PC peripheral requirements, etc.) Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Page 18
This transmitter module is authorized only for use in device where the antenna may be installed such that 20 cm may be maintained between the antenna and users. The final end product must be labeled in a visible area with the following: “Contains FCC ID: 2AC7Z-ESPS3WROOM1”. Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Cet appareil est conçu uniquement pour les intégrateurs OEM dans les conditions suivantes: (Pour utilisation de dispositif module) • L’antenne doit être installée de telle sorte qu’une distance de 20 cm est respectée entre l’antenne et les utilisateurs, et Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Page 20
RF dans le manuel de l’utilisateur du produit final qui intègre ce module. Le manuel de l’utilisateur final doit inclure toutes les informations réglementaires requises et avertissements comme indiqué dans ce manuel. Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Find an Espressif hardware product suitable for your needs by comparing or applying filters. http://products.espressif.com/#/product-selector?language=en Contact Us • See the tabs Sales Questions, Technical Enquiries, Circuit Schematic & PCB Design Review, Get Samples (Online stores), Become Our Supplier, Comments & Suggestions. http://espressif.com/en/contact-us/sales-questions Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Revision History Revision History Date Version Release notes 2021-10-29 v0.6 Overall update for chip revision 1 2021-07-19 v0.5.1 Preliminary release, for chip revision 0 Espressif Systems ESP32-S3-WROOM-1 & WROOM-1U Datasheet v0.6 Submit Documentation Feedback...
Need help?
Do you have a question about the ESP32-S3-WROOM-1 and is the answer not in the manual?
Questions and answers