Hello,
I want to detect the advertising data of more then one Beacon with the SDK51 and read the TX_Power for a location-application.
I´m inexperienced in stuff like these and want to ask for a good application notes or some hints which I can use for developing.
I still have tried to use the s120 multilink ble application but it isn´t working. I start scanning by using sd_ble_gap_scan_start(&m_scan_param);
and in void on_ble_evt(ble_evt_t * p_ble_evt) i check for BLE_GAP_EVT_ADV_REPORT: But the case is not reached in debug mode.
Thanks!