ESP32 Deep Sleep modes
Find out and document how we could use deep sleep modes on the client
device, especially regarding our data-transmission workflow.
Find out and document how we could use deep sleep modes on the client
device, especially regarding our data-transmission workflow.
added client label
assigned to @csba1652
In the attached file are some possible option how we could use deep sleep on the client device concerning the data-transmission workflow.
we also have to make sure that we can receive espnow messages in deep sleep or implement a receive window before going to deep sleep
Good point. The easiest option would probably to just open a receive window for 30 seconds or so after sending the data to the host.
mentioned in issue #8 (closed)
implemented in 20668ea6
closed