adafruit / TinyLoRa

LoRaWAN Library
69 stars 38 forks source link

Lose packets LoRa 32u4 ll #31

Closed camilo-17 closed 4 years ago

camilo-17 commented 4 years ago

Hello everyone, I am working with the Lora 32u4ll of BsFrance and a gateway kernel, it works, transmits to Yeap (a lora provider) but the RSSI is very low, around -117 and my lora 32u4ll is very close of the antenna of Gateway Someone knows what happens?

I would greatly appreciate your help.

clavisound commented 4 years ago

@camilo17 Have you solved this? I have the same problem. I think the problem is after the the pull #30.

camilo-17 commented 4 years ago

Hello @clavisound see the documentation about your Gateway and look the Frequencies that it work

Sorry if you don't understand my English its not good

clavisound commented 4 years ago

Thank you, but I don't changed my gateway settings and I have the same results from node to node :-(

camilo-17 commented 4 years ago

Which frequency plan are you using ? And which Gateway?

clavisound commented 4 years ago

@camilo-17 Mystery solved. For some reason #include EU863 is ignored by TinyLoRa.h Inexplicable to me. I remember it worked! 10 days of my life gone for that :-/

You are ok with #define EU863 in your sketch? Or you modified TinyLoRa.h?