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

SD140 6.0.0-6-alpha BLE issues

Greetings -

I recently downloaded the latest SD140 images, 6.0.0-6-alpha, and began having issues with BLE communication.

I'm developing a custom device, based on the nRF52840, and we require both BLE and USB communication. The USB peripheral seems to be pretty much broken when the Soft Device is enabled, so I'm going to ignore that for the moment.

I recently migrated our code from the previous Soft Device, 5.0.0-5-alpha, which had working BLE (NUS and other services). When I attempted to discover and connect to the device using nRF Toolbox, I was unsuccessful. I reverted my code to the last working, pre-USB version, to remove any possible USB issues. This didn't resolve the problem. The only way to get BLE working again was to switch back to the 5.0.0-5-alpha version of the Soft Device.

Parents
  • Maybe stupid question but just to be sure: you've replaced header files in your toolchain (e.g. in respective SDK folder) to match new SD API? Any conflicts to resolve? Have you also reviewed all the suggested changes from migration document issued with new SD? And finally is your app on top of new stack at lest alive in terms of UART/RTT logging, advertising etc.? Where exactly it breaks in terms of connection?

Reply
  • Maybe stupid question but just to be sure: you've replaced header files in your toolchain (e.g. in respective SDK folder) to match new SD API? Any conflicts to resolve? Have you also reviewed all the suggested changes from migration document issued with new SD? And finally is your app on top of new stack at lest alive in terms of UART/RTT logging, advertising etc.? Where exactly it breaks in terms of connection?

Children
No Data
Related