Closed cyberman54 closed 6 years ago
It would great to use this fork to allow for different band plans easily, having trouble using this code on AU915 at the moment https://github.com/mcci-catena/arduino-lmic
Isnt the RTC RAM erased with every reset?
Depends on kind of reset, RTC does not survive power cycle, we need NVS RAM for that. Take a look here: https://www.esp32.com/viewtopic.php?t=4931
Done with v1.6.5, code migrated to LMIC 1.6 arduino port by MCCI
@mutton74 : you find this version currently in the development branch - could you please test it?
using this lmic port for esp32:
or using these maybe better maintained? ports:
https://github.com/mcci-catena/arduino-lorawan
https://github.com/manuelbl/ttn-esp32