arduino-LoRa
arduino-LoRa copied to clipboard
An Arduino library for sending and receiving data using LoRa radios.
Hello. Can you help: how to send data to specific recipient? It's need to set "name" in receiver sketch and then set this "name" in sender. I'm didn't find any...
Hello! If I call LoRa.begin after having called LoRa.setPins(SS, RST, DIO0); with my configuration of Pins, everything works as desired. I can send and receive. (in the momeent) I do...
I have a SX1276 chip and I am successfully sending 100 bytes of data at 915E6 frequency (Australia). I am sending data back and forth ( e.g. send data and...
`MY` OLED MODULE IS NOT WORKING. I also tried by changing the hardware. But the issue remains the same. What should i Do? #define BLYNK_TEMPLATE_ID "TMPLxxxx" #define BLYNK_DEVICE_NAME "IoT Smart...
Hi, I just updated the `isTransmitting()` method to be public. When transmitting using the blocking functions added in #62 this function is necessary externally to calculate transmission time (to respect...
I'm working on lora communication using nano i m not receving the data and some times i'm receving the garabage values like:???????????? can you help me in this issue thank...
I try to set SF, sometime success, some time fail, i read register and check it, sometime false :( I tested with RA-01H
Using the Arduino IDE Library Manager: Choose Sketch -> Include Library -> Manage Libraries... This Lib ist not in the List, if you searching for "LoRa" I had to download...
In LoRa.h, are you sure you want the declarations from lines¹ 97 to 115 to be private? I especially need `readRegister` to be public but the other declarations can also...
Hi. I tested my Ai-thinker RA-02 (sx1278) on Arduino Nano and STM32F401 ( with STM32duino, no optimization). After testing i got interesting situation: the same code, based on dump register...