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.
Replies: 4
Views: 40
Part Number: CC2652P
Hi,
I am planning to build a ZigBee 3.0 based coordinator which act as a centralized trust center.
Does TI support any security certificate ?
Thanks,
Vikas
Yes, TI Z-Stack is certificated by Zigbee Alliance. You can find the information in zigbeealliance.org/.../
If my post answers your question, please click on "This Resolved my issue" button to benefit others who have the same issue.
YK Chen
Build OpenThread Sleepy End Device doorlock prototype to test with Rasperry Pi OpenThread Border Router
How to use two UARTs in CC26x2 and CC13x2
SwitchBot DIY using LPSTK-CC1352R , SG90 servo motor, and ProjectZero to away from COVID-19.
How to use two endpoints in SIMPLELINK-CC13X2-26X2-SDK Z-Stack.
CC13xx TRX WOR project.
How to create a periodic event to toggle BLE Advertising in CC26xx simple_peripheral example
How to use indication in simple_peripheral example and use Btool to enable indication
How to check APS ack in TI Z-Stack
How to detect button hold in CC26x2, CC13x0, CC13x2 SDK.
660 Zigbee devices in the same Zigbee network!
In reply to YiKai Chen:
YiKai Chen, I think the question was about security certificates, not if the software is certified.
I do not know exactly which documentation explains this, but the source code for the CC253x already mentions Certicom certificates - AFAIKS used for key establishment and/or OTA updates.
--Electronics & Software Engineer in France
In reply to Mario DW:
For Zigbee 3.0 security, you can refer to TI blog "The “key” to security: Zigbee 3.0’s security feature"
Hi Vikas,
The Crypto and TRNG drivers are used to generate NWK and TC link keys, you can reference ZDSecMgrGenerateRndKey for further usage information. Certificate Base Key Exchange (CBKE) is not currently supported by the Zigbee Specification.
Regards,Ryan
To better aid the community, please click on the "This Resolved my issue" button whenever a post answers your question!