Eye tracker + Alexa + IoT Things
Objective
- User using eye tracking to control the IoT thigs
- When user watching the specific IoT bulb, says "Alexa, turn on", only the specific bulb will receive the command.
Arch
IoT thing
- ESP32-PICO which controled by ALEXA
Restful API debugging
- curl -X PUT -d '{"id":1}' -H "Content-Type: application/json" http://211.21.190.220:5000/light
- curl -X GET http://211.21.190.220:5000/light