Open alexcorvis84 opened 4 years ago
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!
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.
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!