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

Unable to discover beacon

I tried to run beacon example (from SDK 9.0). Even after uploading hex file I was not able to "see" becon. I'm using st-link v2 and openocd. Let me tell a bit more about what I did.

First I tried with notifications example:

reset
halt
nrf51 mass_erase
program nrf_s110.hex
program nrf_notification.hex
reset
init

And the device shows up so far so good!

Then tried to upload beacon example:

reset
halt
nrf51 mass_erase
program nrf_s110.hex
program nrf_beacon.hex
reset
init

Nothing.

I would like to ask if I miss something maybe ?

Related