Important: This code is under development.
This is simple, not full implementation of LoRaWAN 1.0.3 protocol for AVR
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.
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)
- Confirmed up- and down- link.
- Handle more MAC commands ( All if possible without own gateway. (Why are they so expensive though?) )