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

Softdevice for thread based application

Hi I just wanted to ask, It would be nice if we can get Openthread Stack as softdevice similar to BLE. Do you have any plans for the same ?

Parents
  • Hello,

    The OpenThread Stack is not Nordic Semiconductor's property, which is why the libraries are included in nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\external\openthread.

    In the getting started guide for Thread on infocenter, it is explained how these libraries (binary files) are built, and also how you can compile the latest openthread stack under the "Building the latest OpenThread stack" section.

    So the reason for why it isn't a binary file without source code is because it is in fact an open source library, not created by Nordic. Note that because of updates in the openthread stack, it may not run without modifications in the example if you build the latest release of openthread. This is described in the guide.

    However, a snapshot of the openthread library is included in the SDK, and this one works without modifications of the examples.

    Best regards,

    Edvin

Reply
  • Hello,

    The OpenThread Stack is not Nordic Semiconductor's property, which is why the libraries are included in nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\external\openthread.

    In the getting started guide for Thread on infocenter, it is explained how these libraries (binary files) are built, and also how you can compile the latest openthread stack under the "Building the latest OpenThread stack" section.

    So the reason for why it isn't a binary file without source code is because it is in fact an open source library, not created by Nordic. Note that because of updates in the openthread stack, it may not run without modifications in the example if you build the latest release of openthread. This is described in the guide.

    However, a snapshot of the openthread library is included in the SDK, and this one works without modifications of the examples.

    Best regards,

    Edvin

Children
Related