Closed coderxx closed 3 years ago
Same here. I've checked everything, from power supply to every sketch line as they suggest on forums. It doesn't even matter if I turn off power management.
@coderxx why are you trying to run without #include <BlynkSimpleEsp8266.h>
and are you saying with it included the sketch works fine?
I use esp32. I has same problem.
Blynk library version: [0.5.4] IDE: [Arduino] IDE version: [1.8.8] Board type: [NodeMCU Amica ESP8266 with CP2102] Additional modules: [null]
Scenario, steps to reproduce
[What you are trying to achieve and you can't?] Setup my NodeMCU with a Static IP to my router and use the App.
Expected Result
[What are you expecting to happen as the consequence of above reproduction steps?] I control my LEDs on my NodeMCU with 3 buttons and it works fine.
Actual Result
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]
As you can see it works initially for a few seconds and then the ping starts to go higher and times out.
Update: When I uncomment
#include <BlynkSimpleEsp8266.h>
it seems to work well with only a 54ms ping. This I could repeat up to 7-8 times and was able to reproduce exact behaviour.