This SDK has been developed tested on a esp32s3
and linux
. You don't need any physical hardware
to run this SDK. You can use it from Linux directly.
To use it on hardware purchase either of these microcontrollers. Others may work, but this is what has been developed against.
You can get a ESP32S3 for much less money on eBay/AliExpress.
protoc
must be in your path with protobufc
installed.
Call set-target
with the platform you are targetting. Today only linux
and esp32s3
are supported.
idf.py set-target esp32s3
- Please do
idf.py menuconfig
to set the following setthings:
-
Run
idf.py build flash monitor
and plug the XIAO ESP32S3(with respeaker lite) to your PC -
There will be a console output like this, please type your
OPENAI_API_KEY
,WIFI_SSID
andWIFI_PASSWORD
in the console:
Type 'help' to get the list of commands.
Use UP/DOWN arrows to navigate through command history.
Press TAB when typing command name to auto-complete.
E (773) cmd: Please set openai api key and wifi ssid and password via cmdline, then reboot!
SenseCAP> openai_api -k sk-***************************************
SenseCAP> wifi_sta -s your_wifi_ssid -p your_wifi_password
SenseCAP> reboot