-->
Page 1 of 2

How to control esp8266 through my website domain name

PostPosted: Wed Dec 21, 2016 6:44 am
by techasia
I am working on esp8266 and i am beginner and trying to control esp8266 through my website please help me.

Re: How to control esp8266 through my website domain name

PostPosted: Wed Dec 21, 2016 2:27 pm
by martinayotte
What are your questions ? What are the problems ?
What is your configuration and/or setup ?

Re: How to control esp8266 through my website domain name

PostPosted: Thu Dec 22, 2016 12:45 am
by techasia
martinayotte wrote:What are your questions ? What are the problems ?
What is your configuration and/or setup ?
I am working on home automation project. i have controlled my project on LAN.(i.e controlling of light and fan ).But now i want to control it through my website or website domain name.
i have an esp8266 nodemcu board and i am programming through arduino IDE.
please check these my website link http://techasiamechatronics.com/test/

Re: How to control esp8266 through my website domain name

PostPosted: Thu Dec 22, 2016 6:00 pm
by martinayotte
Ok ! so you have your website hosted on external internet.
And probably all your ESPs are not accessible from external internet.
In such case, I think the easiest method is that your ESPs should do polling to your server at frequent intervals and also posting their status. This way, the server is kind of synchronized with all your ESPs.