Trybotics Logo

Amazon Alexa Controlled 433mHz Remote Smart Outlets With ESP8266

DESCRIPTION

In this instructable I will show you how to make your Amazon Echo control 433mHz remote controlled outlets with the help of the ESP8266.

What you need:

Let's begin!

Description:

You just have to follow the little diagram. Should not be a big deal.

Description:

After you have installed the arduino software, you have to open the preferences and paste this URL into “Additional Board Manager URLs”:

http://arduino.esp8266.com/stable/package_esp8266c...

After you hit "ok", you have to navigate to Tools > Boards > Boards Manager and install the ESP8266 board package. Now you can select your board under tools.

For this sketch you also need two extra libraries:

Just add those to the libraries folder.

Description:

Now you can download this sketch from Dropbox and open the .ino file with the Arduino software. I changed this sketch from github slightly. At this point you have to enter your wifi's SSID and password as well as the codes of the remote outlets. You can also add more devices just by copy and pasting the lines. If that is done you can plug in your board and upload the sketch. That can take a while.

Description:

That is pretty much it! You just have to tell your Amazon Echo to search for new devices and then you can toggle the devices with the Alexa App or by simply saying: "Alexa, turn off the living room light" or something like that.

You're done! If this instructable helped you, please let me know.

Description:


YOU MIGHT ALSO LIKE