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_MINIF_Range_Sensor_Demo/TOF_MINIF_Range_Sensor_Demo/ESP32S3/Arduino/TOF_UART_Demo and double-click the TOF_UART_Demo.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_MINIF_Range_Sensor_Demo/TOF_MINIF_Range_Sensor_Demo/ESP32S3/python and double-click the TOF_UART_Demo.py file.

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

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

  • The shell will display the relevant output.

    ESP32-S3