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

Strategy for sending alert to phone from nrf52

Hello,

I am trying to create an application that sends a notification from the nrf52 to a smartphone when a sensor reading exceeds a certain value. Would the immediate alert service be appropriate here, or should I just add a characteristic to my custom service that indicates when my reading is too high? I am very concerned about power usage, so any solution that minimizes radio communication is preferred. Thanks.

I've looked for other solutions on the forum but haven't found anything; if I've missed something please point me in the right direction

Other info: Eclipse 4.5.2 PCA10040 SDK 13.0 or 13.1 (not sure where to find the difference)

Related