CongducPham / LowCostLoRaGw

Low-cost LoRa IoT & gateway with SX12XX (SX1261/62/68; SX1272/76/77/78/79; SX1280/81), RaspberryPI and Arduino boards
703 stars 354 forks source link

Possibilities of using Arduino as lora gateway and receive lorawan packets #322

Open asprakash opened 2 years ago

asprakash commented 2 years ago

Hi @CongducPham Is it possible to use Arduino board as lorawan single channel gateway and receive the lorawan packets?. I would like to use Arduino board instead of RPI as gateway and receive the lorawan datas from lorawan enabled water flow meter.

Should I use lorawan network server (LNS) in this case to decrypt the data or Can I decrypt the lorawan packets on the arduino gateway without LNS?. I gone through the README page with some python files which is supposed to work on RPI gateway. Not sure on the Arduino gateway.

Looking forward your valuable comments on the above.

TIA