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! My problem is that I am receiving a packet with name and value, but I need to separate these. I need to separate the "buff", the packet received is:...

I need to change the variable that I received by LoRa for to send to ThingsBoard, but there is a error. "invalid conversion from 'int' to 'const char*' [-fpermissive]" Thank...

Hey there, I'm not raising an issue, but I just wanted to let you know (whoever might find this helpful) that I've successfully tested this lib with an EByte E32-900M20S...

I would like to use two rfm95 chips as receivers with different spreadings factors and frequecies, How can I instantiate the library so that I can have two instances for...

Hi, do you have a sample code for the sender and receiver you show on youtube with rfm95 in sleep mode and CAD mode? Thanks a lot for this awesome...

Im trying to calculate the theoretical path loss with Friis equation. For that aI need the Pt, Im not sure wether setTxPower(2) actually means Pt is also equal to 2,...

I am using a Hope RFM95 (915 Mhz), spread factor 10, default bandwidth, module soldered onto a ESP8266 plate with resistors removed and SMA connector soldered onto the plate. I...

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. Hi everyone, I've been trying to have...

After a non-async packet send, the code will put the LoRa board to receive mode again.

Hi folks! I'm an currently working on a project that nees a duplex communication so I tried the LoRaDuplex example to see how it works. I am using an Arduino...