first connection using arduino

Home Forums mDot/xDot first connection using arduino

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11718
    Manuel Betancurt
    Participant

    I want to use an arduino to connect to the conduit LoRa gateway, I have the xbee shield with the mDot,

    before I can do anything, I want to make sure the mDot is communicating with arduino, but I dont have enough info to do this,

    so, should the mdot just get and put messages using the “serial monitor” on the arduino?

    I just have an empty hello script to test this…

    void setup() {
      // put your setup code here, to run once:
      Serial.begin(9600);
    }
    
    void loop() {
     
    }

    then open the serial monitor and enter “+++” on the textField and then “send”…

    will this be enough to test the modem?

    are there any instructions on how to proceed with an arduino and xbee shield?

    Thanks!

    #11721
    Mike Fiore
    Blocked

    Manuel,

    I’m not very familiar with Arduino. By default the mDot runs an AT command interface on the serial port at 115200 baud. You should be able to send “AT” and get an “OK” back.

    We have a developer page for the mDot on mbed, which goes over the pinout and many of its features:

    https://developer.mbed.org/platforms/MTS-mDot-F411/

    We also have documentation for the AT commands (see chapter 15):

    http://www.multitech.com/manuals/s000612_1_6.pdf

    Hope this helps!

    -Mike

    #11829
    Shaun Nelson
    Participant

    Manuel,

    Here’s a link to a sketch for Arduino to mDot communication.

    https://github.com/mikimer/LoRa

    Enjoy,
    -Shaun

    • This reply was modified 8 years, 2 months ago by Shaun Nelson.
    #11897

    Is there any Arduino – mDot shield recommendation?

    #11898
    Mike Fiore
    Blocked

    Hi,

    We’ve used the SparkFun XBEE Shield before and they work just fine with the mDot.

    https://www.sparkfun.com/products/12847

    Cheers,

    Mike

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