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

ble_app_uart_c not working on PCA10028 (with 51422)

Hi,

I have a PCA10028 which has a 51422, and trying to run ble_app_uart_c example on it. But no success. I don't get any thing on COM and LEDs do not turn on at all. Does any one have any idea about this issue? I am using nRFgo Studio for programming the dk.

I saw that in the SDK.v10 document it is mentioned that nRF51822 is needed for ble_app_uart_c (in the TESTING section). Is ble_app_uart_c also compatible with 51422?

Thanks.

Parents
  • The nRF51422 and nRF51822 are identical in all aspects except that nRF51822 does not have ANT support. So the ble_app_uart_c example will work on both without modification. Have you remembered to flash the SoftDevice before you flashed the application?

    You can install the SoftDevice from Keil by selecting the SoftDevice in the drop down menue to the left of the load button on the Build tool bar. Alternativly using e.g. nRFgo Studio and the SoftDevice from components\softdevice\s130\hex\ if you are using the S130, or components\softdevice\s120\hex\ if using the S120 project.

  • OK it seems that the problem is because a different service UUID that the custom board uses. Is there any way that I can change what peripheral with what UUID the central (with ble_app_uart_c) should look for?

    Please tell me if I should create a different question for this. Thanks.

Reply Children
No Data
Related