Control Your ESP8266 From Anywhere in the World

by TuấnĐ14 in Circuits > Remote Control

1816 Views, 4 Favorites, 0 Comments

Control Your ESP8266 From Anywhere in the World

Điều khiển ESP8266 qua Internet

How can I control my ESP8266 from anywhere and don't need to setup my Router Port for control from Internet?

I have a solution for that problem. With the simple PhP-Server i wrote, you can add an ESP8266 control ESP8266 GPIOs from anywhere in less than 3 minutes!

What You'll Need:

51esSbtXrBL._SX342_QL70_.jpg

Highly recommend buying esp8266 NodeMcu. We can simply plug it into PC and use it as an arduino.

Register Your Free Account

122.png

First you need to create your free account at my free server. Go to http://http://eclub-tcu.com/esp8266/, type all your details and submit your registration.

Program Your ESP8266 With Arduino Code

99.png
Code for project here 

Recommend board with ESP8266 v12, and edit the GPIO name you want.

Note: Have two lines you should edit folow:

const char* host     = "eclub-tcu.com"; 
String path          = "/esp8266/test/xxx.json";//xxx is your-username";

Check It With Serial Monitor

7.png

All done, That's very simple!