-
Notifications
You must be signed in to change notification settings - Fork 13.3k
If WiFi.softAP() after WiFi connected, then Blynk can't work. #3884
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
Comments
Can you retry with core version 7b09ae5 (latest master) and with lwip-v1.4 instead of v2 in menus ? |
@d-a-v I can't find |

There is v2, and the others which all are v1.4.
Try the first one (Prebuilt), it was the default before v2 appeared.
|
So lwip-v2 is the cause. I'll work on it. Thanks for the report ! |
Thank you. |
I can't reproduce it. It works with both sketch. |
This bug have to check |
Apparently my softAP password was not long enough :] tcpdump shows the ARP request and answer for blynk-cloud.com resolving. Now digging into Blynk lib... |
@bestpika Are you trying with exactly the sketches above ? Both your sketches are OK with lwip2 here. It may be not related but I also noticed blink services takes 5 seconds more everytime I reset the ESP right after beeing connected (I guess it is a fair protection against buggy device). |
I will try tomorrow. |
My quick test seems to agree with @d-a-v . |
Today I try over 20 times. |
Are you using exactly the sketch above with your IDs ? |
@d-a-v yes. |
@devyte I think this is an interesting issue with lwip-v1.4 working where lwip2 does not, so I think it is worth investigating a bit more.
edit
In your sketch, add |
Basic Infos
Hardware
Hardware:
WeMos D1 mini
Core Version: 7b09ae5
Blynk Version: blynkkk/blynk-library@dd7fe1f
Description
If WiFi.softAP() after WiFi connected, then Blynk can't work.
But 5c01841 is okay.
Sketch
Not work
Serial
[10495] ___ __ __ / _ )/ /_ _____ / /__ / _ / / // / _ \/ '_/ /____/_/\_, /_//_/_/\_\ /___/ v0.4.10 on Arduino [10499] Connecting to blynk-cloud.com:8442 [15500] Connecting to blynk-cloud.com:8442 [20501] Connecting to blynk-cloud.com:8442
Work
Serial
[8525] ___ __ __ / _ )/ /_ _____ / /__ / _ / / // / _ \/ '_/ /____/_/\_, /_//_/_/\_\ /___/ v0.4.10 on Arduino [8527] Connecting to blynk-cloud.com:8442 [8695] Ready (ping: 77ms).
Debug Messages
The text was updated successfully, but these errors were encountered: