-->
Page 1 of 1

Can i Connect a Domain with ESP8266?

PostPosted: Wed Jun 01, 2016 3:41 pm
by Ayush Sharma
Hello,
I was Seeking to Add a Domain to My ESP8266 Project , so that i can Access it from all around the world. The Domain is ".tk" the free Ones... which also Comes with Their Free DNS Service. ( See Attached Pic. ) One Says Hostname and IP Address and When Clicking the Other Tab " Use your Own DNS" Then it Comes with NameServers and IP Address Spaces.

Please Help me Find out , By How i can Connect this ESP8266 to This Domain. Note: I am trying to Display only Text on Webpage only , So Less Memory or Speed Will Work for Me.

Re: Can i Connect a Domain with ESP8266?

PostPosted: Wed Jun 01, 2016 7:57 pm
by villTech
try Noip.com. you will need to do port forwarding for that.

but if you just want to control your esp from around the globe from a website, you can do it the around way around,
attach you esp to a website.

have your esp do HTTP Request to the website, and the website will display your esp's requests.
you can easily do remote monitoring and control on your esp with that.

Re: Can i Connect a Domain with ESP8266?

PostPosted: Thu Jun 02, 2016 4:21 pm
by Ayush Sharma
villTech wrote:try Noip.com. you will need to do port forwarding for that.

but if you just want to control your esp from around the globe from a website, you can do it the around way around,
attach you esp to a website.

have your esp do HTTP Request to the website, and the website will display your esp's requests.
you can easily do remote monitoring and control on your esp with that.


Thanks for Your Help. I was Seeking to Port Forwarding but my Bad Luck! My ISP has my Router Locked. I will need to as password from them... too much work ... Anyways the Second Method you said. I have done that HTTP part.website can receive the requests from esp8266 but how to send any request back to it? :?:

Re: Can i Connect a Domain with ESP8266?

PostPosted: Thu Jun 02, 2016 6:12 pm
by villTech
If you send a request to a server, and the server received the request, it will reply. the reply can be formatted as a "message" from the server to your esp8266.