matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
704 stars 651 forks source link

Very low rate of success for Downlink #291

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi,

I am using ESP32, RMF95, and sentrius rgxx gateway. I have experienced a very low success rate. Most of the time, Arduino thinks it is successful, but I only see activation on The things network. Only a few times the data actually get to The Things Network. Lora Arduino Lora TTN

And this is what it looks like when I get success.

截屏2020-09-16 下午5 22 20 截屏2020-09-16 下午4 59 19

Thank you very much for help.

matthijskooijman commented 3 years ago

You talk about "downlink" (TTN -> Arduino), but your examples are about Arduino -> TTN. Did you mean uplink?

The Arduino does not really "think it is succesful", in the sense that it only knows that it sent something, it has no idea whether it was also received (unless you enable confirmed uplinks). It's hard to tell whether anything was actually (correctly) sent or not, or whether the problem is on the reception side. So far, LMIC has worked well for me, but I've only used EU868.

Things to try: