Hi. I’m trying to send a message from my router to the coordinator using Transmitting Request Frame (0x10) but without success. Both nodes are in the same network, since before sending this packet I send ND from API Mode and receive a proper respond from the coordinator.
this is my packet
Request_Frame[] = {0x7E,0x00,0X13,0X10,0X01,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X48,0X65,0X6C,0X6C,0X6F,0X92};
As my message (“hello”) is going to be transmitted to a coordinator, the destiny address is
0x0000000000000000
and 16 bit address
0x00000000
PS: I don’t receive either the packet in the coordinator or the respond in the router