Searching for NRF52840 power saving possibilities #6562
Replies: 1 comment
-
Posted at 2021-09-08 by @MaBecker Firmware.3: Attachments: Posted at 2021-09-14 by @gfwilliams You can change Posted at 2021-09-16 by @MaBecker Is there something similar like Posted at 2021-09-16 by @fanoush it is not needed, it goes to sleep automatically once there in nothing to do in event loop EDIT: Posted at 2021-09-17 by @gfwilliams nRF52 with Espruino does 'deep sleep' by default. The difference between normal sleep and |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-09-07 by @MaBecker
Online Power Profiler for BLE show's some option which are available in
Firmware
enable the DC/DC instead of the LDO (-DESPR_DCDC_ENABLE=1)
enable slow speed external osc (-DESPR_LSE_ENABLE)
change advertising interval (-DBLUETOOTH_ADVERTISING_INTERVAL)
NRF class
eg
NRF.setConnectionInterval({minInterval:10,maxInterval:500});
- not sure about this oneAny further possibilities?
Beta Was this translation helpful? Give feedback.
All reactions