ACK not received
- This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hello guys,
I have a system consisting of a xDot module (xdot-firmware-3.0.0-US915-mbed-os-5.4.7.bin firmware) and a gateway MultiConnect Conduit (MTCDT-LAT1-247A, Firmware 1.4.16).
xDot module sends messages (ACK is required) to the Gateway (I see that the Gateway receives them correctly via AEP Interface in section LoRaWAN->packets and also in debug in Node-RED) with no problems. But every time xDot sends message to the Gateway, xDot gets an error ACK not received. How can I overcome this error?
Any of your suggestions, thoughts.
Thanks for the support / help.
Hi Alex
When looking at LoRaWAN/Packets on the AEP interface, what is the packet “Type” of the received packets from the xDot?
-Best Regards
Hi Steve,
I see the following types of packets received from xDot: DnCnf, UpCnf, JnAcc, and JnReq.
Best Regards
Hi Alex
From that we are to determine that the xDot successfully “Joined” the
network, and the Conduit received the (UpCnf) xDot uplink confirmed packet
requesting the ACK.
And in response the Conduit sent a (DnCnf) downlink (confirmed) ACK back to the xDot.