AT+PING: Pong not received
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: AD Commands, Conduit, mDot
Hi,
I am currently experimenting with the mDot and AT commands. I am following the examples in the AT Command Reference Guide. My Conduit gateway is configured with the basic packet forwarder
, which latter points to my own private experimental lora server. Pretty much everything works fine with my setup
However, when trying to send a ping command to from the mDot to the gateway (i.e. at+pint
) to get the RSSI and SNR, the command fails and the following error gets printed: Pong not received.
The at+ping
command, however, still results in a message getting sent and received by the network server.
Could this be due to a misconfiguration at the gateway level?
Thank you for your time and support.
Frank
Ping is a proprietary MAC command handled by the built-in network server on Conduit.
The network server will have to generate the response and send the downlink.
Ping 0x80
Pong 0x80[RSSI][SNR] where RSSI and SNR are int8 values
Hey Jason,
Understood. Thank you for clarifying.
Thank you for your time and support. A+ 🙂
Frank