StuartsProjects / SX12XX-LoRa

Library for SX12XX LoRa devices
303 stars 66 forks source link

LoRaWAN support #91

Closed Dimah4x closed 3 months ago

Dimah4x commented 3 months ago

is it possible to restructure the packets to add lorawan support to this project?

StuartsProjects commented 3 months ago

It should be possible, LoRaWAN at the basic level just sends and receives LoRa packets.

However working out what to put in the packets and how to interpret whats in the received ones would probably take you a while to work out.

StuartsProjects commented 3 months ago

The library has no support for LoRaWAN