esp-va-sdk is useful for developing a device with voice assistants (GVA/Alexa) in-built and only supports voice based query-response flow. In order to control a relay using voice commands, there are two ways: 1. Controlling the relay by talking to the device itself. In this case you would need esp-v...
Hi @lutavo
I am sorry but I didn't get your question exactly. Are you trying run Google Assistant on ESP32 or ESP8266?
We already have a working prototype for GVA based on ESP32 on GitHub
Hi Walter, So basically for Android there are couple of options: 1. Install APK directly : You can find APK in the Releases section of Github repo https://github.com/espressif/esp-va-sdk/releases/download/v1.0b1r3/esp-prov-v2.apk 2. Build Android app from its sources: Basically above APK uses Espres...
Hi Walter, That's good to hear. To answer your previous query regarding flashing pre-built environment for AVS credentials, unfortunately, there's no such mechanism in place. The only way to provide your credentials to the device right now is via Android/iOS app. And if you are hung at device author...