Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 794 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 794 Bytes

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?) )