Building project on JN5168

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Building project on JN5168

跳至解决方案
1,822 次查看
gibish
Contributor II

Hello

I have some project, based on 1190-JenNet-IP-Application-Template, and use JN5168.

Now project includes one coordinator and three routers.

When I change the code for my coordinator, I build the binary file and program coordinator.

But routers refuse to connect to new network and I have to build new binary file for router and reprogram all routers.

Parameters CONFIG_NETWORK_ID, CONFIG_PAN_ID and CONFIG_SCAN_CHANNELS have constant values.

Please, give me an advice. Which additional parameters have I to do constant to avoid reprogramming all routers in case, when I build the binary file and program only coordinator?

标记 (1)
0 项奖励
回复
1 解答
1,568 次查看
janibal
Contributor II

When you load the program into coordinator device, you have to preserv EEPROM in the setup of programmer. if you don't, you will delete the info about the network, hence the coordinator will not remember its children. Good luck

在原帖中查看解决方案

1 回复
1,569 次查看
janibal
Contributor II

When you load the program into coordinator device, you have to preserv EEPROM in the setup of programmer. if you don't, you will delete the info about the network, hence the coordinator will not remember its children. Good luck