This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble_app_hrs no reponse

I am trying to run the example ble_app_hrs on the nRF51 dk PCA10028. I target and build the file, and I believe it makes it onto the device, as the old program on the device stops running. However the LEDs do not indicate at all, which I assume means the device is not broadcasting, and the Android app does not recognize that there is a BLE device broadcasting.

Any advice?

  • Did you erase and reflash both softdevice and example? What softdevice, which SDK, have you reset the board after flashing, how about a debug session; how far does it get?

  • I used the maketarget to flash ble_app_hrs_dfu onto the board. I am using the nRF5_SDK_11.0.0, and am using the Eclipse IDE. I have not run a debug session yet, but have reset the board after flashing.

    Using nRFgo Studio if I erase all data on the board and then attempt to flash the softdevice. Flashing the softdevice gives me an error, but when I attempt to flash the program application "s130_nRF51_1.0.0" shows up in the Region 1 (SoftDevice) and Region 1 (Application) remains empty.

  • I found another file that will successfully flash to the softdevice portion of memory, but then when I flash my program from Eclipse onto the board it does not show in nRFgo Studio and my board does not broadcast so that the nRF Toolbox for Android can see it.

  • FormerMember
    0 FormerMember

    SDK 11.0.0 should be used with S130 v.2.0.0, please try that and check if ble_app_hrs starts to advertise.

Related