s60sc / ESP-BOX_firmware_Alexa

ESP32-BOX firmware built with Alexa wakeword
8 stars 1 forks source link

How did you did it? #2

Closed sajov closed 1 year ago

sajov commented 1 year ago

Hi, @s60sc I’m new to esp devices and even programming c. I have a esp32-s3-box and esp-korvo. I was able to install/update firmware but I search for a starting point to add Mqtt in addition to demo functions. It seem that platformio, audrino and esphome Doesn’t support this board. Even if then I’m not able by now to get this demo functions developed. so customizing Demos is the way to go. How you did it?

s60sc commented 1 year ago

You have to use the IDF IDE https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md

sajov commented 1 year ago

This I haven’t tried, thanks