FlyingK - First of all thank you much for the g...
First of all thank you much for the great project! I managed to use SensESP to send temperature, pressure and humidity data (bme280 sensor) to SignalK (running on an rpi5 with openplotter) from an ESP32-E microcontroller powered by a lipo battery. I'm also able to show the measurements on an e-paper display as I want to have an energy efficient display on my boat when the pi is not running. To reduce the power consumption of the esp32 I planned to use deep sleep mode and only send new deltas every few minutes. I am struggling to find a way to use SensESP to check if the openplotter AP is up and running, connect to SignalK send new deltas and then go to deep sleep again. Deep sleep usually only operates in the setup function and loop is never executed which doesn't fit the design concept of SensESP. Any ideas if it possible to use SenseESP and deep sleep?