Today I uploaded a new sketch to my NodeMcu and it’s connected succsessfully. 3 seconds later the board disconnected. After that I uploaded the “blynk blink” example but the same thing happened. When it disconnects, serial monitor always write some characters at the end but I don’t know what it is. Anyone know about this thing?
My serial monitor:
I had no problem with it before.
I have two nodemcu, and both of them do the same. I also tried another psu so I have no idea. Currently there is nothing connected to the board.
What happens if you change the serial baud rate to 74880 in your sketch and recompile and re-flash your device(s)?
Does the serial output provide any more detail?
Has anything else changed? Changes to router settings, any new devices attached to your network etc?
Are you explicitly specifying the IP for the devices, or letting Blynk handle this automatically via DHCP?
I’m tried two different NodeMcu at two different network with two different PC/arduino ide, but the same result.
At 74880 the device connects, then the same thing as before with more characters, but at 115200 baud rate this is added to serial monitor:
ets Jan 8 2013,rst cause:4, boot mode:(3,7) wdt reset or
ets Jan 8 2013,rst cause:4, boot mode:(1,0) wdt reset or
ets Jan 8 2013,rst cause:4, boot mode:(1,4) wdt reset
and in some cases repeat connection.
Yea Gunner, you are right, but I didn’t know what else to say…
I haven’t changed anything serious on my setup in the last month, except I added cayenne library and connected my Uno.
When I said “before”, I meant that before yesterday, so before this I tried to read ds18b20 thermometer.
For ESP in Arduino IDE there exists quite handy exception decoder. I do remember once it helped me quite a lot. You may want to try that.
For now it looks like a wdt triggers for some reason.