Problem sending Transmit Request frame

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

No response on transmitter side as well signals that API frame is probably not in proper format.

I would suggest you to make use of “Frame Generator” tool in XCTU to design properly formatted API frames:
https://www.digi.com/resources/documentation/digidocs/90001458-13/default.htm#reference/r_frames_generator_tool.htm

Mathur
Digi Tech Support