arduino-LoRa icon indicating copy to clipboard operation
arduino-LoRa copied to clipboard

An Arduino library for sending and receiving data using LoRa radios.

Results 163 arduino-LoRa issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem to produced output. Code for receiver stuck at "LoRa Initializing Ok" receiver side I am using ESP32 Doit Devkit v1. Below is my code for...

Hi, is there a way to ignore packets comming in that isn't intended for the receiving device? To pick a example: ``` void onReceive(int packetSize) { if (packetSize == 0)...

When I run the sketches in this tutorial https://randomnerdtutorials.com/esp32-lora-rfm95-transceiver-arduino-ide/ on the TTGO LoRa32 – OLED V1 boards, everything works perfectly at first. However, after a “random” period of between 30...

Hello all, I tried to use the two code examples RaSimpleGateway and LoRaSimpleNode, but the code goes into this error: **Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on...

Hi Dear @sandeepmistry , I'm gonna running LoRa(RA-02 Module) with Attiny85. After burning Bootloader, Attiny works properly with Blink and other basic Programs. **But This library Didn't recognize Attiny85 as...

Hi, Might be the wrong place to ask this question. But does someone know of a similar library to arduino-lora for raspberry pi in Go? Because as for now my...

Hi, I'm getting this library to work very well and am quite happy with it. However, I am curious on what the DIO1 through 5 can be used for. Indeed,...

I want to put my arduino in sleep mode, it should wake up on receiving data from receiver LoRa. Is it possible to do that??..If it's possible can u please...

I am trying to communicate two devices. One broadcasting based on Ra-02 Aithinker SX1278 433MHz using arduino-LoRa library (demo sender). https://www.disk91.com/2019/technology/lora/first-steps-with-lora-radio-node-arduino/ Second receiving Waweshare LoRA_HAT SX1268 433MHz. Listening via USB...

Is the project still actively developed? Are there any good alternatives for Semtech SX1276/77/78/79 based boards?