Skip to content

W00ng/ESP32-S3-EYE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-S3-EYE

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.

Overview

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.

Hardware

A02-en

A07

Software

All the examples are stored in .../examples folder. Please build it with ESP-IDF 4.4.2 f348cb5e-235e-468a-8372-5e6ca2c9965f

Step 1: Enter the examples folder

Open the terminal and go to any folder that stores examples (e.g. lvgl_demo):

cd ...\examples\lvgl_demo

Step 2: Build the example

idf.py build

Step 3: Flash and launch monitor

Flash the program and launch IDF Monitor:

idf.py flash monitor

Known Issues

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.

Support

if you need any help, please contact: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published