mDot receiving packet from gateway

Home Forums mDot/xDot mDot receiving packet from gateway

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #16019
    Micheal Le
    Participant

    Hi,

    I have a mDot connected to aep gateway and receiving rssi information from the gateway. Here is what I see on serial monitor for mDot,

    [INFO] successfully sent data to gateway
    [INFO] Packet Received: 1 Bytes SeqNo: 10618

    I can see rssi is being sent here, but how should I actually display the rssi number? For example, packet received: rssi = 5.

    I am using nodeRed to send this data back to mDot from gateway, using a function node which includes the following code

    a = msg.rssi;
    a= a.toString()
    return a;

    Thank you

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.