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

Change the advertising data of Beacon using raspberry pi.

Hello, I'm trying to do something like ibeacon where data is pushed to any device listening, but I want to update the advertising data from raspberry pi 3 since it supports BLE. Is there a script that I can use to do this?

I also found out that I can change advertising data at any time using sd_ble_gap_adv_data_set(),my question remains as how do I do it from a raspberry pi?

I'm a beginner, so please excuse if the question is silly or erroneous. Thanks

Related