Page 1 of 1

ESP-IDF LoRaWAN

Posted: Sun Jun 13, 2021 11:55 pm
by DylanWork
Hi all,

I have been searching the forums and google for an ESP-IDF LoRaWAN library and it looks like it hasn't been discussed on these forums in a few years.

I found these on github that work for SX127X but I would like to find some compatible with SX1262 or the CC68 medium range lorawan module:
https://github.com/TobleMiner/lmic-esp-idf
https://github.com/manuelbl/ttn-esp32

I'm also working with the new esp32-s2 which may or may not work with these libraries (I'm about to try these libraries anyway since I have some SX1276's laying around).

Does anybody know of any working lorawan libraries for the esp-idf and esp32-s2?

Cheers,
Dylan

Re: ESP-IDF LoRaWAN

Posted: Sun Feb 13, 2022 6:01 am
by nopnop2002
sx1261/62/68 and sx1276/77/78/79 are not compatible.

Try this:
https://github.com/nopnop2002/esp-idf-sx126x

But This is for Ra-01X only.

Re: ESP-IDF LoRaWAN

Posted: Tue Oct 31, 2023 10:39 am
by tinkertechie
Dylan, did you ever get any traction/results on this?