CongducPham / LowCostLoRaGw

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

How to expand the maximum number of nodes? #188

Open joanandreu opened 6 years ago

joanandreu commented 6 years ago

I now that currently the maximum number of nodes is 254, ...

does anyone know how to modify the header in the SX1272 library to increase this?


https://github.com/CongducPham/LowCostLoRaGw/blob/master/Arduino/libraries/SX1272/SX1272.cpp Sets the node address in the module. on file 3289