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

Why Hotspot is creating by default #2

Open
GokulG07 opened this issue Sep 17, 2019 · 6 comments
Open

Why Hotspot is creating by default #2

GokulG07 opened this issue Sep 17, 2019 · 6 comments

Comments

@GokulG07
Copy link

Hi Thanks for this Little Project....I'm have a issue that after uploading the code the Node Mcu esp8266 is creating a hotspot......I have earlier tested a esp8266 hotspot project, but i have erased everything from the esp.....Now at this point i don't know what should be done....and also i thing this 4 year old project need some feature update's......
Thank you

@tromano32
Copy link

I was looking at this project also but not have had chance to try it... I do know that your esp might have remnants of old code in the WIFI section.. In Arduino, under the tool menu.... make sure you set your "Erase Flash" option to "All Flash Contents" and be sure to specify the SSID and PASSWORD in the code it should connect right away.

@GokulG07
Copy link
Author

yes, it was the old code, that problem was solved, now I have the connectivity issue as it is not connecting to My wifi sometimes and I have to manually restart the esp to connect again, its an everyday problem don't know what the cause!

@tromano32
Copy link

tromano32 commented Jan 13, 2020 via email

@GokulG07
Copy link
Author

yeah, that will work...could be hours rather than days, better than alarming NO Internet whole day. anyways share your code's here it can help all...Thanks

@3zuli
Copy link
Owner

3zuli commented Jan 13, 2020

Sorry for not replying earlier. I haven't worked on this project for 4 years and the code is really outdated. Given how much the Arduino ESP ecosystem has evolved, the code should probably be completely rewritten at this point. Also I originally had this running on an ESP-01 module, but nowadays I would recommend to use a D1 Mini board or something similar, as it's much more convenient. Then you should also use a different pin than GPIO02.
And actually I also remember having some reliability issues. The ESP-01 would frequently crash on some watchdog timeout, and for some reason it was refusing to connect to certain WiFi networks. I think this could have been fixed since then in newer versions of the Arduino ESP8266 plugin...

@tromano32
Copy link

Sorry for not replying earlier. I haven't worked on this project for 4 years and the code is really outdated. Given how much the Arduino ESP ecosystem has evolved, the code should probably be completely rewritten at this point. Also I originally had this running on an ESP-01 module, but nowadays I would recommend to use a D1 Mini board or something similar, as it's much more convenient. Then you should also use a different pin than GPIO02.
And actually I also remember having some reliability issues. The ESP-01 would frequently crash on some watchdog timeout, and for some reason it was refusing to connect to certain WiFi networks. I think this could have been fixed since then in newer versions of the Arduino ESP8266 plugin...

Thanks... I plan on using your code as just an example .. most of it will get rewritten and I will utilize WS2812 NEOPIXEL LED's on a D1 Mini...

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

3 participants