Skip to content

First official release for class A LoRaMac nodes

Compare
Choose a tag to compare
@mluis1 mluis1 released this 21 Feb 18:10
· 1907 commits to master since this release

Changelog

  • General
    1. The LoRaMac applications now sends the LED status plus the sensors values.
      For the LoRaMote platform the application also sends the GPS coordinates.
      • The application payload for the Bleeper platform is as follows:

        LoRaMac port 1:

         { 0x00/0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
          ----------  ----------  ----------  ----------  ----
               |           |           |           |        |
              LED      PRESSURE   TEMPERATURE  ALTITUDE  BATTERY
                                             (barometric)
        
      • The application payload for the LoRaMote platform is as follows:

        LoRaMac port 2:

         { 0x00/0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
          ----------  ----------  ----------  ----------  ----  ----------------  ----------------  ----------
               |           |           |           |        |           |                 |              |
              LED      PRESSURE   TEMPERATURE  ALTITUDE  BATTERY    LATITUDE          LONGITUDE      ALTITUDE 
                                             (barometric)                                              (gps)
        
    2. Adapted applications to the new MAC layer API.
    3. Added sensors drivers implementation.
    4. Corrected new or known issues.
  • LoRaMac
    1. MAC commands implemented
      • LinkCheckReq YES
      • LinkCheckAns YES
      • LinkADRReq YES
      • LinkADRAns YES
      • DevStatusReq YES
      • DevStatusAns YES
      • JoinReq YES (Not tested yet)
      • JoinAccept YES (Not tested yet)
    2. New MAC layer application API implementation.
  • Timers and RTC.
    1. Still some issues. They will be corrected on next revisions of the firmware.