esp32
ESP32-S3-DevKitC-1(选择 WROOM N16R8 模组) ep32-s3-n16r8
client:
https://github.com/78/xiaozhi-esp32
server:
https://github.com/xinnan-tech/xiaozhi-esp32-server
https://ccnphfhqs21z.feishu.cn/wiki/F5krwD16viZoF0kKkvDcrZNYnhb
https://idf.espressif.com/zh-cn/index.html
https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/get-started/linux-macos-setup.html
idf.py menuconfig
idf.py set-target esp32s3
idf.py build
idf.py build flash monitor
idf.py -p COM3 monitor
idf.py -p PORT monitor
如果你已经拥有一个小智 AI 聊天机器人设备,可以登录 xiaozhi.me 控制台进行配置。
在个人电脑上部署服务器,可以参考另一位作者同样以 MIT 许可证开源的项目 xiaozhi-esp32-server