ricaun / SimpleLMIC

SimpleLMIC uses the MCCI LoRaWAN LMIC library behind the scene and makes Arduino-friendly
MIT License
9 stars 2 forks source link

ESP8266 (Wemos D1 Mini) #2

Open alexcorvis84 opened 4 years ago

alexcorvis84 commented 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!

ricaun commented 4 years ago

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.