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

No wifi in nodeMCU clone (no AP, no client) #1397

Closed
HV-NL opened this issue May 10, 2018 · 7 comments
Closed

No wifi in nodeMCU clone (no AP, no client) #1397

HV-NL opened this issue May 10, 2018 · 7 comments

Comments

@HV-NL
Copy link

HV-NL commented May 10, 2018

Summarize of the problem/feature request

My nodeMCU clone does not have any wifi any more, using build mega-20180510

This seems the same problem as in item #1337 , so after solving it in build 20180502, the problem does now reappear.

System configuration

nodeMCU / 4Mb / build mega-20180510 (ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3)

After upgrading wifi could not connect any more.
Instead of connecting I only get lots of WIFI : Disconnected! Reason: '(201) No AP found'

Then I flashed again, but now following a complete erase, but that did not solve it. Now I do not see any ESP AP, so cannot connect and configure.

Hardware: 'WeMos' nodeMCU clone (see #1337 for a picture of this device)

ESP Easy version: mega-20180510 (ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3)

Extra info

I also flashed mega-20180510 into a Wemos D1 mini.
Just like in item #1337, wifi works normally in this Wemos D1 mini.

@ghtester
Copy link

ghtester commented May 10, 2018

How did you erase the flash? I would recommend to do it in accordance with this howto:
http://www.pratikpanda.com/completely-format-erase-esp8266-flash-memory/
Configure 1MB blank files to offsets 0x000000, 0x100000, 0x200000 and 0x300000 and press START to overwrite whole flash. Don't use ERASE button.

@HV-NL
Copy link
Author

HV-NL commented May 10, 2018

I erased it by using the official python tool, as called by https://github.com/marcelstoer/nodemcu-pyflasher/releases

But erasing is not the relevant issue here.

@TD-er
Copy link
Member

TD-er commented May 10, 2018

Can you build the code from scratch? And then build it twice?
The thing is that yesterday I accidentally merged some pull request that was set to v2.0 (by accident) and thus touched the v2.0 branch.
This triggers the nightly build to build the v2.0 branch also.
I've noticed that changing between core 2.3 and 2.4 is almost a guarantee for broken builds. It can be fixed by building it twice.

@HV-NL
Copy link
Author

HV-NL commented May 10, 2018

Yes, that did the trick. Now wifi is working again on my nodeMCU clone! This build indeed was broken.

@HV-NL HV-NL closed this as completed May 10, 2018
@TD-er
Copy link
Member

TD-er commented May 10, 2018

OK, then I will remove it from the releases list

@svde
Copy link

svde commented May 21, 2018

Last two releases are broken:
ESPEasy_mega-20180519: WIFI : Disconnected! Reason: '(201) No AP found'
ESPEasy_mega-20180518: Disconnected! Reason: '(200) Beacon timeout' Connected for 9019 ms

ESPEasy_mega-20180517 is fine.

@TD-er
Copy link
Member

TD-er commented May 21, 2018

@svde That's really strange, since nothing has changed there.
So it could have been one of those build issues.

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

4 participants