Hi Rui,
Running the Serial Monitor I get this:-
Connecting to BTHub5-ZTFT
…………..
WiFi connected
Web server running. Waiting for the ESP IP…
192.168.1.92
After that there is nothing. I inserted a debug line:-
Serial.println(client);
just after:-
WiFiClient client = server.available();
at the start of the loop and it prints out an endless loop of 0’s.
It would appear that though the WiFi is connected the server is not available. Would that point to a problem with my router?
Thanks,
Andrew
Hi Andrew,
Which project are you following? Can you post the code that you’re upload to your ESP8266 to pastebin? http://pastebin.com/
Then copy the link and post it here. Don’t forget to delete your network credential from the script.
Thank you,
Rui