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
  • The idea is that SDK and SD versions should be to certain extend independent. So each SDK is issued with certain SD set but you can any time upgrade/downgrade SDK API by using different set of header files and of course correcting ROM/RAM memory regions where applicable. Yes, there might be some problems if you use SDK modules/libs which use SD API (typically they take care about certain BLE functions to provide more high-level API for app developers who cannot or don't want to deal with the actual BLE stack layers) but I've in the past switched SD independently on SDK many times successfully.

Reply
  • The idea is that SDK and SD versions should be to certain extend independent. So each SDK is issued with certain SD set but you can any time upgrade/downgrade SDK API by using different set of header files and of course correcting ROM/RAM memory regions where applicable. Yes, there might be some problems if you use SDK modules/libs which use SD API (typically they take care about certain BLE functions to provide more high-level API for app developers who cannot or don't want to deal with the actual BLE stack layers) but I've in the past switched SD independently on SDK many times successfully.

Children
No Data
Related