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

Can 51422 with sd310 work with all 51822 sdk example code?

As in the title. How to make changes to make the 51422+sd310 works with the application code developed for 51822? Thanks.

  • For clarification, SoftDevice S110 can be used with both nRF51422 and nRF51822, which means the examples in the S110 folder in the SDK can be used with both nRF51422 and nRF51822. SoftDevice S310 can only be used with nRF51422.

    To me it seems your question is: "Can S110 examples be used with the S310?"

    The latest version of S310(1.0.0) is compliant with BluetoothRegistered 4.0, while S110(7.0.0) is compliant with BluetoothRegistered 4.1. So if an example used a feature only included 4.1, it will be difficult.

    That said, the S310 is just a combination of S210 and S110 and their API's should be the same in the S310 softdevice. Please see this question for more information.

    Remember to vote on questions and answers you find useful.

Related