Hi all,
i am new to nordic and I working on the project to scan/locate iBeacon by using nRF51822, I can't found a related sample code on SDK 5.2. Is there something I overlooked? If no, any recommand API or sample code to start up?
Thanks a lot
Hi all,
i am new to nordic and I working on the project to scan/locate iBeacon by using nRF51822, I can't found a related sample code on SDK 5.2. Is there something I overlooked? If no, any recommand API or sample code to start up?
Thanks a lot
Hi peter
I do not realize what nRF51822 kit you are having but an iBeacon example should be located in \nrf51_sdk_v5_2_0_39364\nrf51822\Board\pca10001\s110\ble_app_beacon for the evaluation kit in the nRF51 SDK v5.2.0 in \nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\s110\ble_app_beacon for the development kit. Docuementation for the examle is here and here
Did you find code to scan for beacons using the nRF1822, I can only find code to act as a beacon. I need to scan for beacons using the eval board.
I found the receiver sample in following path: nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\s120\experimental\ble_app_multilink_central
The KEY is S120 !!!!!! orz....
Only in board nrf6310 can found the s120 sample....
Please also notice that some modification is needed.
Enjoy!!