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

Hello, I have a custom made board with Ra-02 and Esp32. I connect this board to a raspberry pi via usb. This board acts as a receiver of data from...

According to line 148 of the LoRa.cpp file, correct the API tx power documentation. Source : https://github.com/sandeepmistry/arduino-LoRa/blob/47d7f7793246df9444cc996ceb83567145764cbe/src/LoRa.cpp#L148

Hello, I have made custom boards using Esp32 WROOM 32E and Ra-02 as lora ic. I have two senders S1 and S2, which are deivces will collect sensor data and...

I'm using two 868 mhz rfm95 modules, and have loaded up an Arduino Nano and an Uno to run LoraSender and LoRaReceiver. I've used an 8 channel logic level converter...

I am new to LoRa. I am wondering if there are multiple sender with different parameters like SF, preamble length, sync word, bandwidth. Is there any technique for a reciever...

Hi I am using 2 Arduino MKRWAN 1310 boards with 2 GSM Antennas (I guess 2dBi) and the transmission range doesn't exceed 60m using SF12 and 30m using SF7 in...

Low Data Rate Optimization (LDRO) is one of the key features of LoRa, and it is essential for SF11 and SF12. How to enable LDRO?

Hello guys, i want to use this library alongside with an sx1278 module and was wondering how can i set an exact frequency(such as 433.7 mhz)? Any help would be...

Hello everyone! I already succeded interfacing two modules with the same spi bus, but I have another issue. Previously I thought on using different sync word, 0xA3 for receiving, and...