espressif / esp-skainet

Espressif intelligent voice assistant
Other
569 stars 127 forks source link

Help with ESP32 Korvo 1 v5.0 (AIS-1068) #83

Closed imdahsiaria90 closed 1 year ago

imdahsiaria90 commented 1 year ago

I newly bought the ESP32 Korvo-1 v5.0 development board. I have installed the latest release from [https://github.com/espressif/esp-skainet]

I flashed the example "en_speech_commands_recognition"

Observation/ Question:

  1. There is hardly any documentation on the example. Where can I find this ?
  2. Audio does not seem to work. I have tried with both the headphones and speaker.
  3. Is there any example on how to use the multinet commands in the code once they are detected ?
  4. Where can I find the source code of the default firmware ?

Help would highly be appreciated.

Sandra-lol commented 1 year ago

Hi, for en speech command recog, ESP32-S3 boards are recommended:

image
imdahsiaria90 commented 1 year ago

Hello Sandra,

As mentioned in my description, I am using ESP32-S3-Korvo-1 v5.0.

feizi commented 1 year ago

Hi imdahsiaria90, en_speech_commands_recognition example do not play any audio. If you want to play audio, you can refer to cn_speech_commands_recognition or esp-box/factory_demo

imdahsiaria90 commented 1 year ago

Hi Feizi.

OK thank you for the feedback. Atleast that solves for my question no 2.

Can you also provide any feedback on other questions ?

feizi commented 1 year ago

Please create new one if you have