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

How to use nRF52832 Dev kit for Bluetooth 5?

FormerMember
FormerMember

Is it possible to use Bluetooth 5 for nRF52832 chip? if so, how can I use nRF52832 on Bluetooth 5?

Any tutorial available ?

Parents
  • S132 softdevice v5.0.0 have different API than for instance S132 v3.0.0, currently supported by SDK 12.2. To get examples from SDK 12.2 to work with the latest S132 v5.0.0 softdevice, you will have to change all softdevice calls (functions prefixed with sd_) to use the functions from S132 v5.0.0 instead of the functions from S132 v3.0.0. This is not something I would recommend you to do, as there are a lot of pitfalls. The Bluetooth 5 features are considered experimental, and you should not use it for anything other than tesing at this point, so it should not be a problem using SDK 13 alpha.

Reply
  • S132 softdevice v5.0.0 have different API than for instance S132 v3.0.0, currently supported by SDK 12.2. To get examples from SDK 12.2 to work with the latest S132 v5.0.0 softdevice, you will have to change all softdevice calls (functions prefixed with sd_) to use the functions from S132 v5.0.0 instead of the functions from S132 v3.0.0. This is not something I would recommend you to do, as there are a lot of pitfalls. The Bluetooth 5 features are considered experimental, and you should not use it for anything other than tesing at this point, so it should not be a problem using SDK 13 alpha.

Children
No Data
Related