increasing the advertisement interval using NRF.setConnectionInterval(interval)
eg NRF.setConnectionInterval({minInterval:10,maxInterval:500}); - not sure about this one
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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?