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 buildFind ESP32 device:
ls /dev/cu.*flash and monitor:
idf.py -p /dev/cu.usbmodem14201 -b 115200 flash
idf.py -p /dev/cu.usbmodem14201 monitorClean all:
idf.py fullcleanGenerate 16kHz left channel wav file:
ffmpeg -i Vgramoc.mp3 -ar 16000 -ac 1 -map_channel 0.0.0 Vgramoc.mono.wav
ffmpeg -i Vgramoc.mp3 -ar 16000 -ac 2 -acodec pcm_s16le Vgramoc.wav