Hello,
My device based on ble uart app with nrf52832 operating with 2 AA batteries. It has 4 LEDs and 4 buttons. 4 LEDs are always on for indication but when a button is pressed, a LED associated with it will be highlighted(brighter than normal status), of course the other LED is still on (less bright) at this time.
I came across an idea like 7 digit led time interval pulsing (division) like a movie frame to save energy using pwm, which means 4 LED consume the power of one LED like below. But it looks the pwm uses higher power than I exprected as I see some post here and I end up with the timer way using app timer for low power.
Is there any sample code or idea how to implement it?
