Skip to content

cjhdev/lora_device_lib

Repository files navigation

LDL: A LoRaWAN Device Library

Build Status

LDL is a LoRaWAN implementation for devices.

Use one of the releases for best results and read history.md if updating from an old version.

Examples

Features

  • Small memory footprint
  • L2 Support
    • 1.0.3 (recommended)
    • 1.0.4 (recommended)
    • 1.1
  • Class A
  • OTAA
  • ADR
  • Region Support (RP002-1.0.1)
    • EU_868_870
    • EU_433
    • US_902_928
    • AU_915_928
  • Radio Drivers
    • SX1272
    • SX1276
    • SX1261
    • SX1262
    • STM32WL55
  • Linted to MISRA 2012

Limitations

  • Class B and C not supported
  • FSK modulation not supported
  • ABP not supported
  • 1.1 Rejoin not supported
  • Experimental

Documentation

See Also

License

MIT