We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @ricaun ,
I've trying to use your library in a WemosD1 mini board (ESP8266) with RFM95 LoRa.
When executed ttn.loop(); I'm getting a watchdog reset:
wdt reset load 0x4010f000, len 1392, room 16 tail 0 chksum 0xd0 csum 0xd0 v3d128e5c ~ld
Can you please let me know how could debug this method or fix the issue? I'm stuck at this point.
I know library is still on early version, but checked you achieved to run it & get it working with ABP (same example I'm using).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello @alexcorvis84,
The library is a little unstable on the esp8266 and esp32,
I suggested you use the original library arduino-lmic.
Or use this library Beelan-LoRaWAN has similar looks.
See Yaa.
Sorry, something went wrong.
No branches or pull requests
Hi @ricaun ,
I've trying to use your library in a WemosD1 mini board (ESP8266) with RFM95 LoRa.
When executed ttn.loop(); I'm getting a watchdog reset:
Can you please let me know how could debug this method or fix the issue? I'm stuck at this point.
I know library is still on early version, but checked you achieved to run it & get it working with ABP (same example I'm using).
Thanks in advance!
The text was updated successfully, but these errors were encountered: