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

remote wake up

Hello,

I am integrating saadc example to ble_uart in order to receive analog input signals and send them via ble connection to android application. Low power consumption is an important consideration in this application. I am looking for a way that I could send a wake up call to the device via android application and then device start advertising and sending data(for example in blinky example there is this possibility of turning on LED using android app). But I do not know how to do it. Is there any example that I can look at?

Best regards,

Kosar

Parents Reply Children
  • karoun said:
    Thank you for your reply Karl.

    No problem at all, I am happy to help!
    Though I would have to share credit with @Awneil in this case - he has been much swifter on the reply than me! Slight smile

    karoun said:
    I see in several discussions in devzone that some are suggesting using single shot timer. I need to get periodic advertisement. for example advertise in some minute and then stop for some other minute and so on...

    For this, you could use the app timer module in repeated mode(not single shot) to have it trigger advertising periodically. App timer usage is demonstrated in many of the examples, for example the Proximity example where it is used to periodically measure battery voltage.
    Alternatively, depending on your application, NFC might also be an option for wakeup, as Awneil suggested.

    Best regards,
    Karl

Related