04-30-2022 05:28 AM
Hello,
I am currently using the Arduino Nicla Sense ME and currently utlilsing the BHI260AP. My project needs to be as low powered as possible and was wondering how I could do this. As in the BOSCH datasheet, it says there are different firmwares for wearables, hearables etc for low powered operation modes and was wondering where I could get these firmware versions, or how I could configure the settings to give me the lowest power consuming mode. Is this possible to be done through the Arduino IDE or is it required to download the BOSCH software to do this.
Thank you
05-03-2022 11:13 PM
Hi jonyu,
For just bhi260ap, bhi260ap automatically adjust operation mode depends on your sample rate.
So, if you use low sample rate, power consumption should reduce than when you use higher sample rate.
Thank you.
05-04-2022 10:42 AM - edited 05-04-2022 10:45 AM
Thank you so much for your reply. Regarding the power consumption for the BHI260, it says theres two running modes, long run mode and turbo mode. How do I enable the long run mode as I require my device to be as power efficient as possible.
Also regarding the datasheet, it mentions that there are different firmwares for different use cases such as 'wearable, and hearable' firmwares which reduce the power consumption. Where can I get access to a firmware that is the most power efficient or anything wearable related.
Thank you
05-04-2022 06:33 PM
Hi Jonyu,
You can find nicla source as below
https://github.com/arduino/nicla-sense-me-fw
And here is the firmware path
https://github.com/arduino/nicla-sense-me-fw/tree/main/bootloader/BHY2-Sensor-API/firmware/bhi260
For your case, not turbo mode firmware is appropriate.
Thank you.
05-05-2022 02:38 AM - edited 05-05-2022 02:42 AM
Hello,
So do I pick any of the firmware that is non turbo in its name? Or is there a specific one that I should be using for lowest power consumption?
Thank you