Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very low rate of success for Downlink #291

Open
ghost opened this issue Sep 16, 2020 · 1 comment
Open

Very low rate of success for Downlink #291

ghost opened this issue Sep 16, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 16, 2020

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
Copy link
Owner

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:

  • See if you can see the raw traffic coming into the gateway. Maybe the problem is between the gateway and TTN console somewhere.
  • Check the frequency plan of your gateway if it matches the TTN frequency plan.
  • Maybe try this LMIC version: https://github.com/mcci-catena/arduino-lmic, which has seen some more recent development and might be more suited to 915Mhz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant