I use nRF51822 Model in my project that I need to run bluetooth advertising all time. And when I measured current, I found 1mA that is not enough to run for 1 year by just using a battery (coil type). I use sd_app_evn_wait(); in while loop.
As I knew that Bluetooth low energy can use only for 1 year in 1 coil battery each.
How can I fix it?