Skip to main content

Working with ESP32S3

This chapter contains the following sections. Please read as needed:

Setting Up Development Environment

1. Installation and Configuration

Example

Hardware Connection

Refer to the following diagrams for connection

ESP32-S3-DEV-KIT-N16R8

Run Arduino ESP32 Demo

  • Navigate to Environment-X6-Sensor\examples\esp32s3\arduino\environment_x6_sensor_test and double-click the environment_x6_sensor_test.ino file.

  • Select the development board:

    ESP32-S3

  • Select the port for the ESP32S3, then compile and upload.

  • After the upload is completed, open the serial port monitor, and the relevant information will be output

Run ESP-IDF Demo

  • Navigate to Environment-X6-Sensor\examples\esp32s3\esp-idf and open this path with VS Code.

  • Select the development board:

    ESP32-S3

  • Select the port for the ESP32S3, then compile and upload.

  • After the upload is completed, open the serial port monitor, and the relevant information will be output.

Run MicroPython Demo

  • Navigate to Environment-X6-Sensor\examples\esp32s3\micropython and double-click the environment_x6_sensor_test.py file.

  • Set the chip model to esp32 and select the appropriate port:

    ESP32-S3

  • Select the port for the ESP32S3, then run the program.

  • The relevant information will be output in the Shell.