Arduino AT+SEND question
- This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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.
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