lora-gateway / esxp1302

An 8-channel ESP32 LoRa Gateway based on SX1302
Other
54 stars 26 forks source link

LORAWAN support? #9

Closed michcfr closed 10 months ago

michcfr commented 10 months ago

Hello, Do you plan to support also LORAWAN in the future? Thank you Michel

danielkucera commented 10 months ago

This is LoRaWAN.

dennis4lora commented 10 months ago

Let me give a little more clarification here.

LoRaWAN protocol mainly includes 2 parts: the core protocol and the Region parameters. LoRaWAN is a protocol mostly defined for the Node and the Network Server, that's why sometimes it's important to know the version of node and the NS, and if the versions are not match, there could be compatibility issues.

On the other side, the function of gateways are just forward packets, that's why the application is named packet-forwarder. Gateways just transfer packets between nodes and NS, it doesn't care the LoRaWAN protocol much, instead it has its own Protocol defined here.

The frequency settings of gateway need to follow the LoRaWAN region parameters for the whole LoRa network to work. So far esxp1302 supports EU868/US915/CN470, but we plan to have full support for all region parameters in the near future.