Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example Hello_Time_ESP8266.ino does not connect to socket #18

Open
MrAta opened this issue Jul 13, 2016 · 1 comment
Open

example Hello_Time_ESP8266.ino does not connect to socket #18

MrAta opened this issue Jul 13, 2016 · 1 comment

Comments

@MrAta
Copy link

MrAta commented Jul 13, 2016

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

@washo4evr
Copy link
Owner

hey,

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants