-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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. |
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! |
I think some esp8266 are better than others When i comes to stability.... maybe look into adding the watchdog library and have it reboot every few days ... that’s my plan
… On Jan 13, 2020, at 1:29 PM, GokulG07 ***@***.***> wrote:
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!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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 |
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. |
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... |
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
The text was updated successfully, but these errors were encountered: