Replies: 1 comment 2 replies
-
Your battery must be really small if saving ~0.0083mAh is significant;assuming 10-secs of wait! It would be more energy saving to slow the CPU down to 10MHz while it waits. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When using an E-paper Display with an esp32 it uses a lot of power while waiting for the busy pin to go low.
Currently the code in _waitWhileBusy() is more or less the following:
i propose to change it to something like this:
I tested this with an esp32-c6 and a WeAct 4.2 E-paper Display and it reduced the average power consuption while waiting for the busy signal from 50mA to <10mA (tested using a Nordic Power Profiler Kit II)
Beta Was this translation helpful? Give feedback.
All reactions