cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.76k stars 409 forks source link

Change LMIC to lmic esp32 port #171

Closed cyberman54 closed 6 years ago

cyberman54 commented 6 years ago

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

mutton74 commented 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

hagenbuch commented 6 years ago

Isnt the RTC RAM erased with every reset?

cyberman54 commented 6 years ago

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

cyberman54 commented 6 years ago

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?