Blynk not sending all data

Coding for deep sleep with Blynk is very different to coding normal Blynk sketches.
delay() commands are needed, everything SHOULD go in the void loop to ensure that it executes only once and timers shouldn’t be used.

However, multiple Blynk.run() commands are needed to ensure that all uploads are completed before the ESP goes to sleep.

The sketch in this post is a great example of how to do it:

Pete.

1 Like