-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
(power issue) ESPEASY is not work on WeMos D1 NodeMcu Lua V3! #2409
Comments
have you also tried other core builds of the latest build? Please also try 20181231 build |
None of the current versions (20190315) does work on my Wemos (cheap nodeMCU clone). I tried them all. Then I tried 20181231: that one gives quite another output in the debug screen. But also 20181231 does not properly make a connection to my AP. 20181231: Wifi indicates that it is connected to the primary AP, but after a beacon timeout it stops. Quick analysis: it can send, but does not receive (no DHCP address claimed)
Then it tries to connect to the fallback AP, etcetera.
So sending does work in 20181231, but no wifi packages are received. |
In my opinion it is antena issues or faulty module/board. |
Please post here photo of board |
Well, it was said to be working with R120, but that one was using a totally different core library and was also do a lot less at startup. |
See [/issues/1337/] (april 30 2018) for a picture of this cheap clone. The antenna should be OK: the device can send, and the message is properly received by the accesspoint. The device even gets a DHCP address once, so it even receives properly, but finally a 'beacon' is not received, and the connection is broken down. After that no new connections are possible any more.
An older version of ESPEasy does work, so the device is probably not completely faulty. |
See also the discussion here: esp8266/Arduino#5908 (comment) Maybe it is also possible to just wipe the flash and try core 2.4.1 or 2.4.2. |
Wiping the RF calibration data did not help. Just flashed v2.0.0-dev13 again: wifi is working again. So I tried a different approach: I created a very small program, to test this device stand-alone, using the current Arduino IDE. I used the library 'wifiManager' for this test.
This also does not work on this cheap 4M Wemos clone (I wiped flash before upload): no wifi. So my impression is that this cheap Wemos clone is currently incompatible with the current IDE and/or ESP8266 library, and this is not a dedicated ESPEasy configuration related item. |
Thanks for this test with a simple setup using WiFimanager One thing you could try to do is to call lots of delays at boot until connected |
interesting it is not covered by metallic cup |
@uzi18 The Wemos D1 mini pro (16M) is also not covered with a metal shield. |
Hello everyone, |
I tested several versions with the Wemos D1 Mini Pro (ceramic antenna and no WiFi shielding): |
I also have one of these Wemos devices. Mine looks exactly as the one @aperoap has posted. Old firmware R120 work fine. I then stepped through more recent firmware builds, beginning with 20181231 (but skipped some in between). Here are my results:
(*) these two firmware releases sometimes require several attempts to proceed with the initial AP mode |
Good new ! |
@jcpy70 Good to hear. |
@TD-er : |
Great, good to hear it isn't just a single build that was working by accident :) |
unfortunately neither 20190406 nor 20190409 will work on the Wemos D1 NodeMcu devices (these are not like the D1 mini [pro/lite] devices). See @aperoap #2409 (comment) for picture of the Wemos D1 NodeMcu device. Have to revert back to 20190226 or 20181231 to get the device working. |
FWIW: |
I am using also the Wemos D1 mini pro. It works with 20190226. It doesn't work with 20190227 and later. The card i have is a v1.0.0. Which versions is yours? |
IMHO, its power supply issues. I've had that with other boards from china before. Its a capacitor/regulator misalignment. try adding some caps to the 5V an 3,3v and you will see the problems shift or disappear. |
I am running now on a few of these Wemos D1 mini pro's here on my desk and they all seem to work. The boards I make have a 470uF capacitor near the ESP node (and the sensors that need 5V) and have thick copper traces for the traces that run power lines. |
@TD-er & sebastianheyn |
I found this tread on reddit about a bad voltage regulator on de wemos clone boards: https://www.reddit.com/r/esp8266/comments/9iizx4/warning_clone_wemos_d1_minis_with_only_150ma_33v/. And... yes mine came with a 150ma voltage regulator :( I removed the regulator and replaced it with an ams1117-3.3v and couple of capacitors but the esp keeps crashing :( |
I confirm that |
It can have many causes. |
Oh, good idea - i'll put Sonoff switch (with stock firmware) near ESP-01S. |
Not sure if these settings have a command, but I guess it would be great to have some command to set WiFi into "safe mode" or something like that. |
Yes, some sort of a fallback when a lot of disconnections occur. Or Wifi sleep function should be investigated as in my case it causes wifi connection issues. |
During WiFi sleep mode, the WiFi is turned on every "beacon interval", which is often 102.4 msec. On some ESP units, the used crystal is of really inferior quality, which will also have an effect on other functions, like timing this interval and thus it will miss the beacon interval. You can check the drift of the internal clock by looking at the logs for NTP updates. |
7550439: NTP : NTP replied: delay 170 mSec Accuracy increased by 0.846 seconds |
That's not too bad. |
Hi, what about Xtal frequency? Some ESP8266 has 40MHz, but some has 26MHz Xtal. Default builds are with 40MHz Xtal? |
I have actually no idea how that's being scaled internal and where it is defined. |
Can you make a test build yourself? Last night there has been a fix merged into core 2.6.0 stage, which may deal with disconnect issues like these and I would really like to know if it does fix these disconnect issues you're seeing. Edit: |
tested, but no improvement, even with force wifi no sleep :-( |
That's similar to being kicked of the AP by the AP due to no activity. |
Is this still an issue? |
Just checked with mega-20191104, used these binary files
and yes, still an issue with frequent DHCP requests. |
@TD-er |
Hmm good to know there is an update for MikroTik. |
Well, the wifi wave length is 12.5 cm. So in short, 15 cm movement can have a very big effect on the signal quality. |
I've moved it not in the direction of ESP-01S. The distance is the same - router was moved ~15cm to the left if you stay upfront of ESP-01S. |
This seems to be resolved, so can be closed. |
I have WeMos D1 NodeMcu Lua V3.
I tried following ESPEASY MEGA:
i can see "ESP_Easy_0" and conact with this. web AP ist very slowly. I can search my router WIFI. When i choose my wifi and enter my password, starts the countdown but it cant conact with my router and i have to repeat it all again.
with build R120 can i conact und anything works.
Please help, i have 25 WeMos D1 NodeMcu Lua V3 and i need MQTT-import.
The text was updated successfully, but these errors were encountered: