Stable version of the xDot library for mbed 5. This version of the library is suitable for deployment scenarios.

Dependents:   Dot-Examples XDOT-Devicewise Dot-Examples-delujoc Dot-Examples_receive ... more

Fork of libxDot-dev-mbed5-deprecated by MultiTech

The Dot library provides a LoRaWan certified stack for LoRa communication using MultiTech mDot and xDot devices. The stack is compatible with mbed 5.

The name of the repository can be used to determine which device the stack was compiled for and if it's a development or production-ready build:

A changelog for the Dot library can be found here.

The Dot library version and the version of mbed-os it was compiled against can both be found in the commit message for that revision of the Dot library. Building your application with the same version of mbed-os as what was used to build the Dot library is highly recommended!

The Dot-Examples repository demonstrates how to use the Dot library in a custom application.

The mDot and xDot platform pages have lots of platform specific information and document potential issues, gotchas, etc, and provide instructions for getting started with development. Please take a look at the platform page before starting development as they should answer many questions you will have.

FOTA

Full FOTA support is only available with mDot, xDot does not have the required external flash. xDot can use the FOTA example to dynamically join a multicast session only. After joining the multicast session the received Fragmentation packets could be handed to a host MCU for processing and at completion the firmware can be loaded into the xDot using the bootloader and y-modem. See xDot Developer Guide.

  • Add the following code to allow Fota to use the Dot instance

examples/src/fota_example.cpp

    // Initialize FOTA singleton
    Fota::getInstance(dot);
  • Add fragmentation handling the the PacketRx event

examples/inc/RadioEvent.h

    virtual void PacketRx(uint8_t port, uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr, lora::DownlinkControl ctrl, uint8_t slot, uint8_t retries, uint32_t address, bool dupRx) {
        mDotEvent::PacketRx(port, payload, size, rssi, snr, ctrl, slot, retries, address, dupRx);

#if ACTIVE_EXAMPLE == FOTA_EXAMPLE
        if(port == 200 || port == 201 || port == 202) {
            Fota::getInstance()->processCmd(payload, port, size);
        }
#endif
    }

The FOTA implementation has a few differences from the LoRaWAN Protocol

  • Fragmentation Indexing starts at 0
  • McKEKey is 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  • Start Time is a count-down in seconds to start of session

Changes

RevisionDateWhoCommit message
29:fb5769f4a67c 2020-04-02 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.3.5 and mbed-os revision mbed-os-5.15.1 default tip
28:486ba5db902b 2020-04-02 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.3.5 and mbed-os revision mbed-os-5.15.1
27:fd99405121d8 2020-03-25 jreiss Remove old ARMCC archive, only ARMC6 is available
26:4fc85ca7fc3f 2020-03-13 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.3.5 and mbed-os revision mbed-os-5.15.1
25:3101c522ae11 2020-02-17 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.3.5 and mbed-os revision mbed-os-5.13.4
24:f0c33ca35c77 2019-12-17 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.5 and mbed-os revision mbed-os-5.13.4
23:f89770ef6321 2019-12-16 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.5 and mbed-os revision mbed-os-5.13.4
22:8673a873c735 2019-12-16 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.5 and mbed-os revision mbed-os-5.13.4
21:f062567a28ae 2019-11-08 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.5 and mbed-os revision mbed-os-5.13.4
20:bc12c888e7dc 2019-11-08 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.5 and mbed-os revision mbed-os-5.13.4
19:aa5b1fcd05be 2019-08-29 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.1 and mbed-os revision mbed-os-5.13.4
18:d7332302f5f1 2019-08-29 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.2-19-g285e497 and mbed-os revision mbed-os-5.13.4
17:02ac4868b5a2 2019-05-01 Jenkins@KEILDM1.dc.multitech.prv xdot-library revision 3.2.1 and mbed-os revision mbed-os-5.11.1
16:4a382fe8f51b 2019-04-23 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.2.0 and mbed-os revision mbed-os-5.11.1
15:47c194c843d5 2018-08-24 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.1.0 and mbed-os revision mbed-os-5.7.7
14:f0c24ce93427 2018-08-23 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.1.0 and mbed-os revision mbed-os-5.7.7
13:fc3817b65dca 2017-07-27 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.0.0 and mbed-os revision mbed-os-5.4.7
12:9f380befedf9 2017-07-27 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.0.0 and mbed-os revision mbed-os-5.4.7
11:be2a6466d680 2017-07-27 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.0.0 and mbed-os revision mbed-os-5.4.7
10:1e831990a669 2017-07-27 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 3.0.0 and mbed-os revision mbed-os-5.4.7
9:5351293b3c55 2017-05-04 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 2.0.17-1 and mbed-os revision mbed-os-5.4.2
8:31564351df01 2017-04-05 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 2.0.17 and mbed-os revision mbed-os-5.4.2
7:aff2c05aacce 2016-10-19 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 2.0.14 and mbed-os revision mbed-os-5.1.5
6:679ce8081e7f 2016-10-19 Jenkins@KEILDM1.dc.multitech.prv mdot-library revision 2.0.15 and mbed-os revision mbed-os-5.2.0-rc1
5:0b9e336847b5 2016-10-06 Jenkins@KEILDM1.dc.multitech.prv update from git revision 2.0.14
4:e20c986be950 2016-09-22 Jenkins@KEILDM1.dc.multitech.prv update from git revision 2.0.12
3:8758ed4bd7bd 2016-09-22 Jenkins@KEILDM1.dc.multitech.prv update from git revision 2.0.12
2:4569491293d7 2016-09-22 Jenkins@KEILDM1.dc.multitech.prv update from git revision 2.0.12
1:f195464cece7 2016-09-22 Mike Fiore add libs
0:d8b7d49a734c 2016-09-22 mfiore init