helium / longfi-arduino

Apache License 2.0
62 stars 48 forks source link

Migrate Adafruit Feather M0 Example to original Arduino LMIC #19

Closed kent-williams closed 4 years ago

kent-williams commented 4 years ago

This PR migrates the one example for the Adafruit Feather M0 to the original Arduino LMIC for the time being, which works much better with this board. The related reasons for moving away from MCCI's LMIC are summarized in this issue.

czuvich commented 4 years ago

@kent-williams Thanks for this. I'm going to try reverting to the original as well. I've been running 3.0.99 for several weeks outdoors, and for whatever reason os_init() is hanging now that it's getting warmer outside (coincidence?). I assume your board does not hang on os_init() using this library right?

kent-williams commented 4 years ago

@czuvich The weather can certainly have an affect on the oscillator, likely slowing it down just enough to throw off timing requirements, hopefully this library works better for you!