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

Use zb_set_extended_pan_id to set a valid extended panid

I need a specific extended panid. Refer to the CLI example and add the following program:

zb_uint8_t     ext_panid[8] = {0xf4, 0xce, 0x36, 0xe2, 0x5b, 0x89, 0x02, 0x14};

zb_set_extended_pan_id(ext_panid);

Through the log, the extended panid returned by the device is 0000000000000000, and it cannot join the network. How can I add the correct extended panid?


please help me.

Parents Reply Children
No Data
Related