Can set router in API mode and End device in AT mode

  • I have created the network of 4 end device and 4 router and one co-ordinator…

  • I have configure router in API mode where as End device in to AT mode… and I am sending data to end device using router and recived the data from end device…

  • So Does it correct why? Does API router work fine with AT end device or Will I get problem in RF communication due to my router in API mode and End device in AT mode?

Thanks,
Sandip Nandwana

I’ve tested it sending messages in the other direction. I set the end device in AT mode and the coordinator in API mode. I’ve sent some transparent messages from end device to coordinator and the coordinator received the message in API format. So I think you can do it from router in API mode to end device in AT mode, but the end device will convert to transparent message (the data payload).

Yes you are write , at end device I am geting payload in ASCI format… that is fine I have convert it in to hex and able to decode the same…

thank you vmorais