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

s130 app is not shown in nrf Connect mobile.

Hello,

I use the method, armgcc.

The commends "make flash_softdevice" and "make flash" echo the below. It seems OK. But I cannot see the app "/nRF5_SDK_12.3.0_d7731ad/examples/ble_peripheral/ble_app_beacon/pca10028/s130/armgcc" in the nrf Connect Mobile. What can be done wrong? Is there something missing?

...

Erasing page at address 0x1AC00.

Applying system reset.

Checking that the area to write is not protected.

Programming device.

nrfjprog --reset -f nrf51

Applying system reset.

Run.

Parents Reply Children
  • The beacon might be "absorbed" by iOS, so might not be available to the application.i.e. iOS uses a different sets of API's to interface beacons. Any chance you have a sniffer, or an extra board so you can use the nordic sniffer to check if the device is advertising?

    I you are not able to debug the project, you might want to consider enabling logging, that could also help you see if the fw is running or not.

    Finally, I would recommend looking at the nRF52 series as that is a newer hw platform, with more up to date SW.

Related