JaapBraam / LoRaWanGateway

A LoRaWan Gateway in LUA
MIT License
223 stars 74 forks source link

ESP32 #21

Closed athtest800 closed 7 years ago

athtest800 commented 7 years ago

Thanks for this Gateway. I would like to know if it will work also with ESP32? Thank you.

JaapBraam commented 7 years ago

I don't know, I don't own an ESP32.

If it runs LUA, you could try...

JaapBraam commented 7 years ago

Have you tried?

athtest800 commented 7 years ago

Hi! Has anyone tried with ESP32? I do not have yet a module to test. Thank you.

aizukanne commented 7 years ago

I tried on ESP32, it deosn't run. Hopefully someone would mod this for ESP32

aizukanne commented 7 years ago

Hi @JaapBraam, I notice the modules --CJSON / SJSON and RTC Time do not exist in NodeMCU for ESP32. RTC time is used extensively in the code. Can the code be modified to workaround these?