arduino-LoRa
arduino-LoRa copied to clipboard
An Arduino library for sending and receiving data using LoRa radios.
Are you receiving `Starting LoRa failed` while using the demo code? PLEASE see the [FAQ #1](https://github.com/sandeepmistry/arduino-LoRa#faq) about using [setPins](https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md#set-pins) **BEFORE** submitting an issue.
Just a heads-up: The Modtronix product links are dead. However, there are new links for those products. For instance, https://modtronix.com/product/inair4 gets one to the inair4.
Hey, I am doing a project with LoRa, I am using TheThingsUno with an inbuilt microchip RN2483. Is this library compatible with my hardware? And if yes, do I need...
I am using Adafruit Feather M0 with LoRa module which has 915E6 frequency. I tried to work with provided solutions here but could not get any way to start my...
Hello, was this tested with SAMD device? I am seeing extra two clocks on SPI bus? 
My lora is this  unfortunately i can't run lora.    Can you help me?
I use Lora sx1276 and all work well. I need to be able to wake up the chip ATMega328p when Lora receive data with lowest consumption possible (i will use...
I'm using Arduino Uno Wifi with Dragino LoRa Shield (SX127x) in New Zealand (AU915 frequency). The NSS, RESET and DIO0 pins are already 10, 9 and 2 on the Dragino...
Hello. I am using a lora-ra2 sx1278 433 MHz and ESP32 to read the state of a GPIO (27) and send to a gateway. When I put the GPIO in...
As I noticed from the source code, the onTxDone and onReceive callback is executed in an ISR. According to Arduino and ESP documentation, ISR should run nothing more than simple...