LilyGO / TTGO-LORA32

ESP32-TTGO-T3
326 stars 100 forks source link

Wich LoRa library is used? #23

Open ClimberWue opened 5 years ago

ClimberWue commented 5 years ago

In your code I found

include

Do you have a link to the proper source or library?

morganrallen commented 5 years ago

It can be downloaded through the Arduino Library Manager. From the Arduino IDE...

Sketch > Include Library > Manage Libraries Type LoRa into the search and find the one by "Sandeep Mistry"

The official repo for this library is at https://github.com/sandeepmistry/arduino-LoRa/

TrullT commented 5 years ago

Thanks - saved me a lot of time. It would be great if this Library metadata was recorded in a comment thusly:

include // https://github.com/sandeepmistry/arduino-LoRa/ or Arduino Library Manager

morganrallen commented 5 years ago

I agree and hope to work with LilyGO in the future to make these sort of things more clear.

jbrepogmailcom commented 4 years ago

Hello, what library do you recommend for LoRaWAN? Will the ibm-lmic library work without pin redefinition?