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

nRF52 DK, Are the compiled .hex files for the sample projects available

I have compiled two projects namely Blinky and ble_app_template. Both projects run and debug but the radio portion in the ble-app_template is not functioning. Having a compiled file to test with will give hardware confidence

Parents Reply
    • This sounds like you are trying to run the BLE example without the SoftDevice. Can you confirm that you have indeed remembered to program the S132 SoftDevice to your kit? It needs to be done in addition to downloading your application.
    • When you say that you can debug successfully, does that mean that you can enter debug mode, run the application and the application does not stop at any particular place?
    • Are you using the APP_ERROR_CHECK() library to spot possible errors returned from the SoftDevice? If not you can learn how here.
Children
No Data
Related