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

Wondering if it is possible to set different frequencies (presume that I have regulatory body permissions)

This is on a probably fake bluepil, but it _looks_ very real. I also have a real one (from what I can see lol) and that works fine. I was...

I noticed that sometimes , the while loop in the endPacket() function takes too long. I think there should be a time-out inside the loop to break. Here I wrote...

Hi, Is there any way how to detect if is not transmission on channel?

Hello Sandeep, I have written a simple code to send data using two NodeMCU and two LoRa Ra-02 modules. My purpose is to control the sending data with a client...

Hello! I'm using an Arduino Nano with the RFM95 module. I have a problem when I set the RESET pin to -1. There is an error in the connection. If...

Hi, i've been testing and sending data from T-Beam V1.1 without a problem if the data size is below approx. 200 bytes. If I exceed somewhat around the 200 bytes...

Hello, Please add support to WLR089U0 Microchip module, the SAMR34 is SAML21 with a SX1276 IC. I do the job: Just and to the lib file Lora.cpp line:125. I change:...

Hi, I am included a function which returns an array of random bytes. This work is based on the work of @Kongduino and resolves the issue #394. To get real...

Sync word checking appears to be inconsistent. (I'm using a variation of the LoRaReceive sketch here, not the callback sketch). What follows is a set of collected findings and questions,...