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

Scan for other devices using nrf51422 PCA10028

Hello, I would appreciate if you could help me solve what i am trying to do. I have nrf51DK board with nrf51422 on it, PCA10028, S130 and i want to use to scan for another devices, but i don't need to scan for all devices, what i want is to make it scanning only for one devices with known address. Does nrf51422 support this possibility? Scan only for a device with known address? After i found this device, i want to change the role and start advertising some data for a certain time(thats why i loaded chip with S130, because if i understand correct, it is possible to use same device for scanning and advertising).If so, could you provide some notes or example hot to do this? Right now i am playing with experimental_ble_app_multiactivity_beacon_hrs_ scanner example and i haven't totally figured out how example works, but i can see that i can monitor found device address in adv_packet structure ( adv_packet->addr.addr). However, don't know where to move from this point. Thank you very much in advance, Regards.

Related