Supported Targets | ESP32-S3 |
---|
An extra-low-power IoT switch box to turn switches on and off by smartphones via BLE
- An ESP32-S3
- A USB type C cable for power supply and programming
- A SG90 servo motor
- A Lipo battery
Before project configuration and build, be sure to set the correct chip target using idf.py set-target esp32s3
.
Build the Project: Compile your project using idf.py build
Run idf.py -p PORT flash monitor
to flash and monitor the project. (To exit the serial monitor, type Ctrl-]
.)
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
To be added