ESP32-S3-EYE is an image and audio processing development platform based on Espressif chips. It contains development examples that may be applied in practical applications.
ESP32-S3-EYE provides examples such as Human Face Detection, Human Face Recognition, Cat Face Detection, Wake Word Detection, Speech Commands Recognition, etc. You can develop a variety of practical applications based on these examples.
All the examples are stored in .../examples folder. Please build it with ESP-IDF 4.4.2
Open the terminal and go to any folder that stores examples (e.g. lvgl_demo):
cd ...\examples\lvgl_demo
idf.py build
Flash the program and launch IDF Monitor:
idf.py flash monitor
ESP32-S3-EYE does not have a USB-to-UART bridge, which may cause a problem: If the program flashed onto the board keeps the chip rebooting, you cannot flash more programs onto the board.
In case this issue occurs, you need to:
Hold down BOOT button and press RST button, then release RST button first, and BOOT button next. In this way, the board enters Firmware Download mode and you can start flashing program onto the board. After flashing the program, press RST button to start the program.
if you need any help, please contact: [email protected]