
tinusium
tinusium
About
- Username
- tinusium
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
Comments
-
I tried this with mine and it works. And starts up when you reboot (or attach a pin to it): #include <esp_sleep.h>void shutdown(lv_event_t * e){ esp_deep_sleep_start();} [Help edited into a code block]
-
(Quote) Thanks for you reaction, i purchased a battery and it works. Is is also possible to read the voltage of the battery within arduinoIDE? I tried some things with chatGPT but it gave 0 voltage.