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

port ble_app_beacon to RBL ble nano

Hello, I am trying to load ble_app_beacon code provided in nordic sdk to redbear lab's ble nano. I am using sdk version 8.0.0 and soft device(s110) version 6.2.1 .

I am able to compile the code in keil uVision 5 and load it in ble nano hardware but it's not transmitting anything. I am not able to detect any ble device. I am using below target setting in keil,

image descriptiont

Can anyone please help me with the issue?

Parents
  • SoftDevice 6.2.1 is not compatible with SDK 8.0.0, please use SoftDevice 8.0.0 with SDK 8.0.0, 8.1.0, or 9.0.0. Or use SoftDevice 6.2.1 with SDK 5.2.0. Please see Table 4 in the nRF51 Series Compatibility Matrix for more information, you can find it here.

    If you don't want to change versions you should try the debugger to see what is happening.

Reply
  • SoftDevice 6.2.1 is not compatible with SDK 8.0.0, please use SoftDevice 8.0.0 with SDK 8.0.0, 8.1.0, or 9.0.0. Or use SoftDevice 6.2.1 with SDK 5.2.0. Please see Table 4 in the nRF51 Series Compatibility Matrix for more information, you can find it here.

    If you don't want to change versions you should try the debugger to see what is happening.

Children
No Data
Related