ngraziano / LMICPP-Arduino

Lmic (LoraWAN-in-C) modified to C++
61 stars 13 forks source link

Will this code be compatible with Arduino ide? #16

Closed Muuhoooo closed 2 years ago

Muuhoooo commented 2 years ago

This code and repository can use only vs. code but I want work Arduino ide with SX1262 E22_900M22S module and ESP32 WROWER_B module. Actually, I'm just trying to send data to Helium console with OTAA. Will this code be compatible with Arduino ide and can ı send data over OTAA?

ngraziano commented 2 years ago

This code may be usable with Arduino IDE for ESP32 (with AVR it is not because of stdlib) but I have never try and I don't have interest and time to test. I recommend to use Platformio

I have never try to use it on Helium network (only TTN), can you tell me if you manage to make it work?

Muuhoooo commented 2 years ago

Thank you for your return. I am looking for arduino compatible library directly. Experience this code if I can't find it, I'll come back here.