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

Does nRF51-ble-broadcast-mesh can be used in SDK10?

Github said it works in sdk8.1, But I place it under *nRF51_SDK_10.0.0_dc26b5e\examples* It works well in the demo board. Question,Can it be used in sdk10? What I want to do this in sdk10 because I want use sdk10 freertos keil example.SDK8.1 does not has it.

  • As stated on the nRF51-ble-broadcast-mesh is based on SDK v8.1. There are major changes between SDK v8.1 and SDK v10.0 in terms of API for the hardware peripheral drivers, BLE libraries etc. Thus, in general an application based on SDK v8.x.x will not compile in SDK v10.

    However, I do not think that this is an issue since the nRF51-ble-broadcast-mesh mostly uses the Radio peripheral directly with the Timeslot API of the S110 Softdevice.

    So in short yes, I think that you should be able to use the nRF51-ble-broadcast-mesh in SDK v10, but I cannot guarentee that there will be no issues.

    -Bjørn

Related