A simple application demonstrating how a voice-controlled relay operates.
When the word “Robot” is spoken, the relay activates and sends a signal to a specific pin (GPIO_NUM_1) for 10 seconds. It can be stopped prematurely using the “Stop” command.
A simple application that demonstrates how to detect various sound events.
When a certain event is detected, the relay is activated and sends a signal to a certain pin (GPIO_NUM_1).
- baby crying
- glass breaking
- barking
- coughing
A simple application that draws objects on the screen and waits for the user to pronounce them out loud. After several unsuccessful attempts, the board will give a hint and play a reference pronunciation.
- cat
- dog
- car
- house
- one
- two
- three
ESP-IDF version: v4.4.8
- LILYGO T-Circle S3
idf.py menuconfig
In the App configuration
menu choose Target device
and Example application
. For Sound Events Detection
application, additianaly select the type of sounds to detect.
Build the project and flash it to the board:
idf.py -p PORT build flash monitor
(Replace PORT with the name of the serial port to use)