AI Agent client powered by ESP32S3.
- ESP32S3 board
- ESP-IDF configured
- ESP-ADF
For vscode esp-idf extension, you must run "Set Espressif device target" to esp32s3.
Build the project:
get_idf
idf.py build
Find ESP32 device:
ls /dev/cu.*
flash and monitor:
idf.py -p /dev/cu.usbmodem14201 -b 115200 flash
idf.py -p /dev/cu.usbmodem14201 monitor
Clean all:
idf.py fullclean
Generate 16kHz left channel wav file:
ffmpeg -i input.mp3 -ar 16000 -ac 1 -map_channel 0.0.0 output.wav