Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorantolic committed Dec 11, 2017
1 parent 40f1b2b commit 481e9fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -24,3 +24,13 @@ The downloaded code can be included as a new library into the IDE selecting the
Restart the Arduino IDE and follow the examples located at

File -> Examples -> Esp32AlexaWemoEmulator
## Activating and using with Amazon Echo Dot / Alexa

After uploading sketch to microcontroler (and waiting a few seconds to let it connect to local WiFI, say:

"Alexa, discover devices!"

Alexa should find as many switches you configured, and should know them by names you defined in code. If you name some switch as "Living room light" you can say:

"Alexa, turn living room lights on"

3 comments on commit 481e9fe

@Bjasen
Copy link

@Bjasen Bjasen commented on 481e9fe Jan 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get a compile error in Arduino IDE as the Webserver.h is not found. I have tried to get different kind of webserves, but none seems to Work. What Webserver are this dependen on?

@igorantolic
Copy link
Owner Author

@igorantolic igorantolic commented on 481e9fe Jan 24, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Bjasen
Copy link

@Bjasen Bjasen commented on 481e9fe Jan 24, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.