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

Designing a low-power IoT gadget using nRF51822

I would like to design a BLE-controlled electronic device. My requirements are:

1- Very low power consumption. (Less than 200uA in IDLE mode)

2- Slow periodic BLE advertising, so a user with smartphone could find and connect to my device.

3- My device has a microcontroller which is normally in STOP mode. The BLE should advertise and after making connection should generate an interrupt to wake my MCU up. The BLE itself should consume as low as possible current.

Can I  use nRF51822 to accomplish the above-mentioned requirements?

Thanks in advance.

Related