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

LoRaWAN devaddr #148

Open sebaz143 opened 7 years ago

sebaz143 commented 7 years ago

Hi,

I'm working with your lora gateway in raw format to be able of receiving loraWAN packages. The issue is that i need to recover the devaddres sended by the node (I'm using a rn2903 node), but i can´t see it in the received package, i only see a 0 in devaddr.

thanks in advance for your help!

CongducPham commented 7 years ago

The current distrib do not send the devaddress, but only a short 1 byte address. if you need it, one simple solution is to add it into the payload.

regards,