matthijskooijman / arduino-lmic

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

Join or rejoin timeout #258

Open yoopeek opened 4 years ago

yoopeek commented 4 years ago

Hello, We are using the lmic library with RFM95 radio without any problems for years. But few month ago, we have some HW problem with one of our GWs, the GW was dismantled and was for about 3 month on a service. After back installation, only 3 of 20 nodes sent join request and were joined correctly. After restarting not working nodes they joined correctly too.

So, the question is: is there any "join timeout" function implemented in the lmic library? Or how can this happen?

Thank you