SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.47k stars 347 forks source link

LMIC port to SmingHub #1323

Open 3nd0y opened 6 years ago

3nd0y commented 6 years ago

Hi all,

I love sming because i could compile source code faster than using arduino/platformio, but unfortunately not all library from arduino can be used in sming. One of them is LMIC, some define can't recognize after compile, and a few of them there's conflict name used.

Is someone has working for this library?

Regards, Fadli

slaff commented 6 years ago

@3nd0y Can you give us the git repository URL of the library and we can try to compile it with Sming?

3nd0y commented 6 years ago

@slaff hi sorryy late to reply. Here the library i try use arduino and platform IO are working well https://github.com/things4u/LoRa-LMIC-1.51

slaff commented 6 years ago

@3nd0y It seems that LMIC can be compiled as part of Sming ( as you can see here: https://github.com/slaff/Sming/tree/feature/lmic-support ). But I am extremely sceptical about the quality of that software. My guess is that this is not the official repository of LMIC but an older one.

3nd0y commented 6 years ago

@slaff the official repository was from https://github.com/matthijskooijman/arduino-lmic but seems it's only for AVR, so i use link above (https://github.com/things4u/LoRa-LMIC-1.51) since it working for ESP8266 at arduino/platformio enviroment