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

How do I make receiver application which scans the beacons in the vicinity ?

I have developed a beacon application which transmits the required data from an analog device. I want one more application which scans the transmitted information from the transmitter beacon . So basically we can call it as multiple beacon scanner or receiver . Is there any document related to this task ? 

Parents Reply
  • So u mean I need to add ble_advertising.c , ble_conn_state.c , ble_db_discovery.c from ble_app_multilink central in my receiver project ?

    Not necessarily.

    I mean that you need to spend time studying the code in the Multilink example (or any other example) to see how it handles the advertising events, and how to access the data in them.

    From there, you can work out what you need to do in your own application.

    If you're just doing a beacon scanner, you won't be connecting - so highly unlikely that you'll need anything from ble_conn_state.c or ble_db_discovery.c !

Children
No Data
Related