Introduction: Web Controlled Socket by Arduino

I made one Web controlled socket by Taiwan cloned Arduino, which is based by Arduino Pro Mini and ESP8266-1, the official site of this clone is : Webduino = Web x Arduino

We can program it by simple HTML, CSS and JavaScript, it also has online training medias on official site. The result has been tested and posted on YouTube : https://www.youtube.com/watch?v=hxoVI5R2xCw

Follow the 19 pictures, and you can build one. The program is very easy, just send HIGH/LOW to an Arduino pin by digitalWrite() to on/off a LED.

Step 1:

Step 2:

Step 3:

Step 4:

Step 5:

Step 6:

Step 7:

Step 8:

By this, the Relay becomes a switch, when we send HIGH to active it, the COM and NO terminals will be connected.

Step 9:

Step 10:

Get the three pins on relay, and remember the mapping of wires...please!

Step 11:

Step 12:

Step 13:

Step 14:

Step 15:

Step 16:

Seal and fix everything.

Step 17:

Step 18:

Test...it works! But, please remember the specifications of components are very important.Especially, safety matter. The controller is Webduino, power it by a smartphone wall charger in orange.

Step 19:

The code is so simple, just like light up a LED : https://webduino.io/tutorials/tutorial-01-led.html