Hello everyone, here I have a problem when I learn to use beacon on 51822. The steps as below:
- I have a 51822 board, it can boardcast normally, and communication OK in BLE;
- I open the example project, the path is
nRF51_SDK_10.0.0_dc26b5e\examples\ble_peripheral\ble_app_beacon\pca10028\s110\arm5_no_packs\ble_app_beacon_s110_pca10028.uvprojx
- Download into 51822 through J-Link, and run.
But I can't receive the beacon signal on my Android phone. (The phone can receive the beacon signal transmitted from the iPhone, by the virtual iBeacon APP)
What mistakes I made ,and How to use beacon on 51822 ? Thanks!