According to the docs the openthread implementation still seems to be 1.1.1
Thread (and openthread) are currently already at version 1.3.
When will this be available in the TI SDK?
Thanks,
Marijn
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
According to the docs the openthread implementation still seems to be 1.1.1
Thread (and openthread) are currently already at version 1.3.
When will this be available in the TI SDK?
Thanks,
Marijn
Hi,
At the moment, we are going through Thread 1.3 certification and expect the support to be available by end of November.
As this involves open source projects, it is by nature non-synchronous to our quarterly release schedule, so the support may be enabled by other means, such as through github. Stay tuned.
What features of Thread 1.3 are you specifically looking for?
Are you running your own application protocol over Thread? Or are you interested in Matter?
Thanks,
Toby
Hi Toby,
Thanks for the reply.
Actually it's Thread 1.2 features that I'm looking for, specifically the CSL SSED feature for low latency together with low power. But as 1.3 has also a great benefit for communicating between thread networks over the LAN.
We're running our own application layer at the moment. Matter is also under investigation but for now Thread is actual.
Is guess I can copy the openthread from github over to the SDK and get that running?
Thanks,
Marijn
Hi Marjin,
The openthread included in the SDK is what we have tested for that SDK -- so it may be possible to use newer commits of openthread in the SDK, but there may be some work needed (e.g. build errors).
Thanks,
Toby