|
|
|
|
|
by archi42
2068 days ago
|
|
Try programming an Arduino with interrupt handlers, sending the main loop into deep sleep. Of course this won't work for every program. And with current tech you're unlikely to drive FB with a warehouse full of arduinos ;) First DDG hit, only skimmed it, but it seems to cover the idea pretty well:
https://circuitdigest.com/microcontroller-projects/arduino-s... For my Tasmota based devices, increasing the sleep time in the main loop to 250ms decreases power draw by 40%.
They now might miss button presses (seems Tasmota polls?), but that's a non-issue for pure actors. |
|