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
Pull request InfiniTimeOrg#1052 reduces power usage by powering down ble crystal when in idle.
The crystal startup time is set to 1500 (mynewt default)
The nrf52 spec says it should be 360 in section 19.4.2.
https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.8.pdf
I think we can safely lower it to 400.
I've been using this parameter for several days.
However, I only have a sealed device and cannot verify if this actually saves battery, or, if this parameter even works.
So, I will set this PR as draft for now.
0 commit comments