Ideetron / Larank

Software for the Larank product range.
GNU General Public License v3.0
15 stars 12 forks source link

Rx2 not working #17

Open MatthijsDag opened 4 years ago

MatthijsDag commented 4 years ago

Downlinks on 869.525 wouldn't work with TTN.

In the global_conf.josn change:

"tx_lut_13": { "desc": "TX gain table, index 13", "pa_gain": 3, "mix_gain": 11, "rf_power": 25, "dig_gain": 0 },

to

"tx_lut_13": { "desc": "TX gain table, index 13", "pa_gain": 3, "mix_gain": 11, "rf_power": 24, "dig_gain": 0 },

snelle-jelle commented 4 years ago

It seems like it is the same problem since ttn switched to another sort of backend. System. The dragino gateway has the same problem. https://www.thethingsnetwork.org/forum/t/error-packet-rejected-unsupported-rf-power-for-tx-24/34833/26

snelle-jelle commented 4 years ago

The TTN sends an rf power to gateways that doens't support that. Maybe a change in global_conf works but there is a solution on its way: https://github.com/TheThingsNetwork/lorawan-stack/issues/2106