- Thu Feb 22, 2018 3:56 am
#74116
I am doing a project on IOT , using Arduino and ESP8266-01 module . Core Idea of my project is to transmit real time sensor values to a website. I have hosted a website through a free hosting website (000webhost). All the required HTML and PHP pages are uploaded and everything works fine, but the issue is that, I am not able to connect my ESP8266 to my website, it returns an “DNS Fail” Error message when I Post the command - AT+CIPSTART=4,"TCP","www.xyzWebsite.com",80 .One probable reason for the error is that, the website has a dynamic IP (as I am hosting it under a free-trial plan). Is there any way to connect my webpage (with Dynamic IP) to ESP module. The aim of the project is to log the sensor data in real time into a webpage. So how to connect the ESP8266-02 module to the webpage with dynamic IP ? , thats the problem .