The use of the ESP8266 in the world of IoT

User avatar
By comertial
#82579 i run the example code BasicHttpClient on my NodeMcuLua esp8266 with the command
Code: Select allhttp.begin("http://api.ipify.org/");
to get my public ip from ipify but it always refuses the connection.. its not a problem with the api because i tried to run the example as it is and the same problem occurs.. i also tried to connect to whats my ip api but again connection is refused! i cant find what the problem is...
i was working with EasyDDNS library and until yesterday it was working as expected and i was getting my ip.. suddendly today it stoped working and nothing in the library is changed!
User avatar
By comertial
#82663 i just found out that i only get the connection refused when i am connected to my home's access point... when i connect to a different AP i get the ok respond... i dont know what the problem is but it seems to be with my router...
can anyone help me?