I used esp32 and Alexa to control my curtains. It works fine but there is a security problem: everybody can do it giving the alexa command., even from outside the door. Since Alexa has the capability to identify the person by the voice print, does anybody how to intercept this with the code of esp32? thanks
You need to study the interface, the API or whatever, between Alexa and the client (in this case your ESP32). If that includes details of the identification of the voice, then there is probably a way to get the ESP32 to access that data. If it doesn't include that data, then you cannot fix the problem in the ESP code.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.