This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Newbie question with iBeacon Station NRF51822. Power consumption

Hi all,

I've bought an iBeacon Station NRF51822 like this one (linksprite.com/.../index.php5. My idea is using it as a temp sensor for my smart home installation. It works fine but the battery is drained in less than a week. I've verified that the power consumption is around 900ua between advertisements, which explains the battery drain. Is this normal? Is there any way to reduce power without NRF51-DK?

Parents
  • I see "factory default" FW on linksprite.com page but only binaries (HEX files), no sources. This is not how you normally debug power consumption. Usual procedure is to do simple FW with configurable activities and then you measure them in isolated cases. Based on these numbers and performance you need (it's logical that faster advertising or smaller connection interval delivers higher data throughput and lower latency, but it's question if you need it) you set your "production" parameters and measure the FW with them. Finally there are tons of posts here on the forum how to optimize FW (in source code as well as use cases) for lower power consumption (again it's just a trade-off of your skills and time you want to invest vs. results you want).

Reply
  • I see "factory default" FW on linksprite.com page but only binaries (HEX files), no sources. This is not how you normally debug power consumption. Usual procedure is to do simple FW with configurable activities and then you measure them in isolated cases. Based on these numbers and performance you need (it's logical that faster advertising or smaller connection interval delivers higher data throughput and lower latency, but it's question if you need it) you set your "production" parameters and measure the FW with them. Finally there are tons of posts here on the forum how to optimize FW (in source code as well as use cases) for lower power consumption (again it's just a trade-off of your skills and time you want to invest vs. results you want).

Children
No Data
Related