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

S130 v2 doesn't work with the examples in SDK11 under PCA10028

Hi Nordic, I've try many times but no luck, I have a PCA10028, which works fine with SDK8~10 and S110. Recently I found the SDK has become ver11 and SD turn to S130. So I moved to use them, below is my steps:

  1. Use nRFGO to download S130 v2.0.0
  2. Download SDK11 example ble_app_hrs, compile and download into PCA10028.

Result: The message shows "Application running..." but I can not find the device after BT scan. I also have tried S130 v2.0.1, didn't work, either.

Please help.

[UPDATE] I made the test again, below is the step:

  1. Lunch the KEIL uVision, open "PACK Installer".

  2. Under the "Examples" tab, select the "ble_app_hrs_s130_pca10028", press "Copy" and set the destination folder.

  3. Compile the project.

  4. In nRFGO, erase all the PCA10028 board. Program s130_nrf51_2.0.1_softdevice.hex

  5. In KEIL, Load the project application into PCA10028. Then the MCP scan nothing...

  6. In nRFGO, erase all the PCA10028 board. Program s130_nrf51_2.0.0-7.alpha_softdevice.hex

  7. In KEIL, Load the project application into PCA10028. Then the MCP scan and got Nordic_HRM exist.

I have attached the both 2 SD130 hex and the compiled project image, you can test with your PCA_10028 by nRFGo directly. If you passed with the 2 kinds of SD image, I think there should be something wrong with my PCA10028. (1) s130_nrf51_2.0.1_softdevice.hex (2) s130_nrf51_2.0.0-7.alpha_softdevice.hex (3) nrf51422_xxac_s130.hex

Related