Hi Pete, i am connecting via my mobile hotspot. I have also tried doing blynk connection step-wise using Blynk.config() and Blynk.connect() , but no surprise there.But everything works jolly good on my esp32.
Yes ESP32 connects fine. Both the esps connect to wifi, there is only a problem connecting to the cloud. In my Blynk Dashboard it does show that the ESP8266 is online, there seems to be a problem after establishing the connection and before exiting out of the connection function.
UPDATE: The connection part of Blynk is fine. The pausing of the esp is happening in the void loop() function in which there is Blynk.run()
The printing of Running stops forever after a few loops.
When you’re testing it with non-Blynk code is that code establishing an internet connection and communicating with a remote server over that internet connection?
WiFi Tx and Rx operations consume much more power than the device simply sitting there running code in the loop that outputs something to the serial monitor.