Search found 1 match
- Mon Jul 13, 2020 11:38 am
- Forum: ESP-IDF
- Topic: Google Voice Assistant (IoT device)
- Replies: 5
- Views: 18390
Re: Google Voice Assistant (IoT device)
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-...