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.

如何设置TI的遥控器 的PANID

由于TI的遥控器PANID被改变,协调器的固件也重新烧了一个新的,现在导致所有之前网络的灯具无法被控制。

有没有什么方法可以指定遥控器的PANID?比如说修改遥控器的源码,让遥控器恢复原来的PANID.

  • /* Define the default PANID.
    *
    * Setting this to a valueother than 0xFFFF causes
    * ZDO_COORD to use thisvalue as its PAN ID and
    * Routers and end devicesto join PAN with this ID
    */
    -DZDAPP_CONFIG_PAN_ID=0xFFFF
  • 这个方法我试了,这里修改PAN_ID之后,烧写到遥控器,但是遥控器同时按下ON OFF往factory new 的gateway发送touch link请求的时候,遥控器发出的PAN_ID不是我修改的值,是一个随机值(每烧写一次重复touch link请求发出的PAN_ID都不一样)。不知道什么原因?