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

DOUBT ABOUT BLE HEART RATE COLLECTOR EXAMPLE

Hi all,

I am trying to develop the BLE Heart Rate Collector example on the nrF51 Development Kit. As far as I read in the Nordic web (http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v10.0.0%2Fble_sdk_app_rscs_relay.html) I need to download the "ble_app_hrs_c_s130_pca10028.hex" in the "Collector Board", but I don`t know what *.hex I have to download in the "Sensor Board" ...

Thanks in advance!!

Regards, 

Alejandro

Parents Reply Children
  • Hi,

    I have already downloaded nRF5 SDK v12.3.0. In the "hex" folder of BLE Heart Rate Collector Example (examples -> ble_central -> ble_app_hrs_c ->hex) there is an hex file call "ble_app_hrs_c_pca10028_s130.hex". I guess that file have to be downloaded in the Collector Board. But I also need one more *.hex file to download in the sensor board. The problem is that I don`t know where I can find this file. Since in the example folder the only *.hex file for pca 10028 is the one I have just tell you...

    Regards,

    Alejandro

  • Sorry for not responding earlier.

    In case you have not found out already: There are one central example (hex files in examples\ble_central\ble_app_hrs_c\hex) and one peripheral example (hex files in examples\ble_peripheral\ble_app_hrs\hex). The precompiled hex files include the SoftDevice, which is the BLE stack.

    You may also build the projects from source. If so, you get a .hex file without the SoftDevice, which means you must program the board both with your compiled hex file and with the correct SoftDevice.

    Regards,
    Terje

Related