Hey,
I’ve been working on reducing my Electron power consumption.
Is there any way to put the Electron board into DEEP_SLEEP and configure it to wake up on PIN trigger or when a period of time ends (The only way I found is on time without trigger).
Same as regular sleep or NETWORK_STANDBY:
System.sleep(WKP, RISING, TIME_LONG_SLEEP);
System.sleep(WKP, RISING, TIME_SHORT_SLEEP, SLEEP_NETWORK_STANDBY);
TRIGGER-TYPE-SLEEP_LENGTH-DEEP_SLEEP? Somehow?
Thanks everyone!