You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm using ESP8266 07 and downloaded the Hello_Time_ESP8266.ino example and your app.js and index.html.
I did not do any change in your codes, just set IP to 127.0.0.1, but socket does not connect!
Here is the screenshot of my browser when app.js is running:screenshot
good news
your web browser is connected
you need to change char host[] = "127.0.0.1"; in your INO file
127.0.0.1 is not an "outside IP address", only a loopback
put your computer IP address and it should work
(make sure to adjust your firewall too)
Hope that helps
feel fre to update if you need more assistance :)
Hi.
I'm using ESP8266 07 and downloaded the Hello_Time_ESP8266.ino example and your app.js and index.html.
I did not do any change in your codes, just set IP to 127.0.0.1, but socket does not connect!
Here is the screenshot of my browser when app.js is running:screenshot
Also here is my codes attached:codes
I would appreciate any help
The text was updated successfully, but these errors were encountered: