Skip to content

This is simple, not full implementation of LoRaWAN 1.0.3 protocol for AVR

Notifications You must be signed in to change notification settings

kpierzynski/AVR_LoRaWAN

Repository files navigation

AVR_LoRaWAN

Important: This code is under development.
This is simple, not full implementation of LoRaWAN 1.0.3 protocol for AVR

Config

This code is written for SX1276 and AVR ATMega328p @ 16MHz to use in TTN.
You may configure pins in lora.h file as well as provide device credentials in lorawan_credentials.h file.

State

What is working?

  • ☑ Joining to TTN over OTAA (Over-The-Air Activation)
  • ☑ Unconfirmed uplink n bytes of data
  • ☑ Unconfirmed downlink of data
  • ☐ MAC commands:
    • ☑ Device Status Command
    • ☐ Link ADR Command (partially)

Goals

  • Confirmed up- and down- link.
  • Handle more MAC commands ( All if possible without own gateway. (Why are they so expensive though?) )

About

This is simple, not full implementation of LoRaWAN 1.0.3 protocol for AVR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages