ESP32 and LMIC IDF Component

Hi there,

Anyone any pointers on development on a C/C++ LMIC Component within the ESP32 IoT Development Framework ecosystem?

Hope to hear,
cheers,
Martijn

Hi,

We can use the lmic from Matthijs Kooijman ? I will try to compileert and test it later.

Its Arduino, or do you want to build it on the sdk itself?

I’m working within the IDF and not within the Arduino framework. A lot of simple code compiles after some rework like the Neopixels for example.

Still, the IDF itself uses different approaches like the Tasks/Events from FreeRTOS. Just making it compile and prep it for the Arduino layer won’t fully utilize the ESP32 potential I think. It should be reassessed by Matthijs from an IDF perspective. Something far beyond my capabilities.