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

Beaconing and periodic Pairing

I have two nRF52832 feather boards. Trying to set a simple connection between them so that board 1 sends beacons and board 2 receive them. Every few minutes, board 1 pair with board 2 and receive some data to update some data in board 1. 

Are there any templates in SDK for that?

Thanks

Parents Reply
  • Hi again

    We don't have a beacon scanner example in our SDK, but most examples shouldn't need too many modifications to be able to scan for beacon devices. Please check out this case, where this is explained by my colleague Terje.

    Please note that this scanner probably won't need to be uninitialized and initialized with new configurations, as a scanner should be able to both detect beacons and connectable devices.

    Best regards,

    Simon

Children
Related