mDot in Python Machine

Home Forums mDot/xDot mDot in Python Machine

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27889

    Hello,

    I have a computer that has a software running in Python. I would like to use this software (in Python) to control send messages through LoRaWAN network.

    I think the best approach is to modify the python program to manage the mDot (connected to USB by MTMDK-ST-MDOT).

    I wonder if there any mDot-lora library that I can import in python
    Assuming that there is no such library, I think next option is to manage the mDot using AT Commands. In this case, I wonder if is there any library (in python) to send/receive AT commands for mDot.

    Of course, I am open to any suggestion on how to control a mDot from a python program.

    With best regards

    Sebastian

    #27890
    Jason Reiss
    Keymaster

    AT commands over serial is the only option with AT firmware
    https://stackoverflow.com/questions/23532038/read-response-at-command-with-pyserial

    This c++ utility could be ported to python
    https://github.com/ARMmbed/ATParser/blob/master/ATParser.cpp

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