Arduino AT+SEND question

Home Forums mDot/xDot Arduino AT+SEND question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11961
    Kurt Bantle
    Participant

    I have an arduino sketch communicating with a mDot and I can get the mDot to join my Conduit (using AT commands) configuring NI, NK, FSB.. and ending with;
    mDotSerial.println(“AT+JOIN”) which I get the “Successfully joined network”back.

    When I try to send mDotSerial.println(“AT+SEND=hello world 1”);
    I get an ok back, but I don’t see anything in Node-RED (using a basic LORA to Debug deployment).
    I can put the mDot on the UDK and issue the same AT command and it shows up.

    Any thoughts on what I’m doing wrong? Not sure if it’s a Arduino to mDot or Conduit Node-RED issue.

    • This topic was modified 8 years, 1 month ago by Kurt Bantle.
    #11965
    Mike Fiore
    Blocked

    Hi Kurt,

    Do you see anything interesting in the mDot debug logs or the network server logs on your Conduit? Can you post them?

    If you’ve got an AEP conduit, the network server is logging to /var/log/messages. The mDot debug logs come out of the virtual com port provided by the USB connection.

    Cheers,

    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.