Inquiry About Real-time Debugging in pc-nrfconnect-ble

I am currently developing a PC application for Bluetooth data reception and chart display. I want to perform secondary development on pc-nrfconnect-ble. My current development process involves packaging the program and importing it into pc-nrfconnect-launcher for execution, which makes debugging difficult. Is there a way to modify pc-nrfconnect-ble in real-time for debugging without needing to package it?

Parents
  • Hi, 

    Is there a way to modify pc-nrfconnect-ble in real-time for debugging without needing to package it?

    Unfortunately, the Bluetooth Low Energy app doesn't support such a requirement. 

    Regards,
    Amanda H.

  • Thank you for your assistance. I am currently using the open-source code of pc-nrfconnect-ble, but I noticed that the usage involves downloading a program for execution. Unlike pc-nrfconnect-boilerplate or pc-nrfconnect-rssi, there is no accessible code for the interface and driver calls. While I can find the executable, I would like to run and test modifications based on the source code.

    Is there a way to resolve this? I also checked the Git history of pc-nrfconnect-ble and noticed that older versions had source code available. Is there any update regarding the source code for the latest interface version?

Reply
  • Thank you for your assistance. I am currently using the open-source code of pc-nrfconnect-ble, but I noticed that the usage involves downloading a program for execution. Unlike pc-nrfconnect-boilerplate or pc-nrfconnect-rssi, there is no accessible code for the interface and driver calls. While I can find the executable, I would like to run and test modifications based on the source code.

    Is there a way to resolve this? I also checked the Git history of pc-nrfconnect-ble and noticed that older versions had source code available. Is there any update regarding the source code for the latest interface version?

Children
Related