Skip to main content

Working with ESP32-S3

This chapter includes the following sections:

Setting Up the Development Environment

1. Installation and Configuration

Example

Hardware Connection

Connect as shown in the figure below.

ESP32-S3-DEV-KIT-N16R8

Running the Arduino ESP32 Example

  • Navigate to TOF-MINIS-Range-Sensor/example/ESP32/esp32s3-arduino_example and double-click the esp32s3-arduino_example.ino file.

  • Select the development board:

    ESP32-S3
  • Select the ESP32-S3 port, then compile and upload.

  • After upload is complete, open the Serial Monitor to view the output.

Running the MicroPython Example

  • Navigate to TOF-MINIS-Range-Sensor/example/ESP32/esp32s3-python_example and double-click the esp32s3-python_example.py file.

  • Set the chip model to ESP32 and select the corresponding port:

  • Select the ESP32-S3 port, then run the example.

  • The shell will display the relevant output.

    ESP32-S3