Search code examples
mbedloralorawan

Simple example to send data with lora on mDot


I have multitech conduit set up as packet forwarder to resiot platform and I would like the simplest example to send data via loraWAN with multitech mdot (mbed platform). I have problems with compiling dot examples, and cannot find any documentation for library so a simple example would clarify a lot for me.

Thanks,


Solution

  • Does this work? https://docs.mbed.com/docs/lora-with-mbed/en/latest/intro-to-lora/

    Some tips:

    • Use the same mbed-os version as noted in libmdot commit message.
    • Use Dot-Examples which is compatible with the libmdot you're using (probably v3).