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

nRF52 example code to transmit periodically

I have a sensor device that needs to transmit every so many seconds. I am looking for a code example to run on nRF52-DK that will do this, sleeping inbetween transmissions. Any suggestions pls?

For clarity, I want to use a phone app to receive the data. This will forward it to the cloud if it has a connection or cache it until it does.

Related