gotthardp / lorawan-server

Compact server for private LoRaWAN networks
https://gotthardp.github.io/lorawan-server
MIT License
941 stars 326 forks source link

How to setup EU868 all 8 Channels #399

Closed hallard closed 6 years ago

hallard commented 6 years ago

Hi there I need to use all EU868 channels but I don't know how to handle them

My lopy is set as follow and with OTAA image

Do I need to do anything on server (0.5.4) and if so, how do I add them?

Is it something like that, not sure on value format to put in Min/Max Data Rate image

Thanks

gotthardp commented 6 years ago

Yes, this is exactly the setting you need to provide. It's even identical to your lopy config! Do I really need to explain that your "dr_min" requals to my "Min Data Rate"? Note also that you have to set "Initial Channels" to 0-7.

gotthardp commented 6 years ago

Note also that your frequency is in Hz, but my is in MHz. Make sure you use correct units.

hallard commented 6 years ago

Correct, got it thanks, As documentation for data rate state " If not specified, equals to the global value on the ADR tab." and on the ADR tab it's like that image I was not sure what format to use.