How to get lowest consumption possible (MDBT42Q bare)? #4246
Replies: 1 comment
-
Posted at 2023-10-31 by @fanoush https://www.espruino.com/MDBT42Q#power-consumption If you make it nonconnectable, nonscannable then make sure you have some recovery method to connect to it to change code, holding BTN1 for >3 seconds at power on should skip any code starting automatically from flash Posted at 2023-10-31 by DanDyse Thank you @fanoush! Posted at 2023-11-05 by DanDyse When I use setTimeout to regularly change the BLE advertising (once a day or so), it will surely increase power consumption a bit. But will it lead to the interpreter running permanently wasting power or will it use (deep)sleep to minimise consumption? I have read here that nRF52 boards sleep automatically ...? Posted at 2023-11-06 by @gfwilliams Yes, it'll just sleep automatically - if you change advertising data even once a minute, the increased power usage is pretty negligible so I wouldn't worry about it. Posted at 2023-11-06 by DanDyse Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-10-31 by DanDyse
I just want the device to advertise like here ... working as an "AirTag". From what I understand this code not really loops it just sets the device in advertising mode. How much will it consume? Is there something I can disable to even lower the consumption?
Beta Was this translation helpful? Give feedback.
All reactions