You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using interrupts on GPIO? If yes, you should check if you're using per-port or per-pin interrupts. On Nordic SDK nrf_drv_gpiote_in_config_t.hi_accuracy option changes between port/pin mode. If interrupts are enabled per pin the current consumption is roughly 15 uA more than in per port mode.
It's also useful to check the floor of power consumption, is something running cyclically with high consumption or is the baseline higher than expected. For example BME oversampling leads to higher consumption at BME sampling interval.
Currently the power usage of the ruuvitag is sitting at between 56 to 60 µA.
Ideally the power usage would be similar to the current Ruuvitag FW which is drawing 20 uA.
The text was updated successfully, but these errors were encountered: