Hi
I'm following the procedure in this link https://openthread.io/guides/border-router/external-commissioning
I'd like eui and cc from the source code in the nrf52840dk with thread cli code
Could you tell me how I can get it , which function?
thanks
Hi
I'm following the procedure in this link https://openthread.io/guides/border-router/external-commissioning
I'd like eui and cc from the source code in the nrf52840dk with thread cli code
Could you tell me how I can get it , which function?
thanks
Hi,
It looks like you should be able to use otPlatRadioGetIeeeEui64() to retrieve the eui64, but I'm not sure about the cc. As far as I tell from the instructions you linked to, the cc is something you specify when you start the joiner (ie no default cc in CLI example)
thanks
thanks