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

i configure my lora set on HSPI on ESP32 and use LoRaDuplexCallback function but only transmit but not receive data from node. Someone help me please! My code: ``` #define...

There seems to be a problem with RegIrqFlags, which causes problems in **LoRaSimpleGateway** and **LoRaReceiverCallback** example sketches. The following is far beyond my knowledge, so please bear with me if...

I used the `LoRa Receiver Callback` example and changed only the operating frequency and pins using `setPins` shown in the code below. I connected `DIO0` to pin `PA3`/`PCINT3`, `SS` to...

I am receiving `Starting LoRa failed` while using the demo code but only for the MKRWAN1310, I have tried with the MKRWAN1300 and ESP32 TTGO lora V1 and had those...

1) When trying to receive packet with: ``` serial.printf("Packet received: %d\n", packetSize); while (LoRa.available()) { serial.write(LoRa.read()); } ``` Everything stucks. 2) LoRa.parsePacket() returns non-zero even if I didn't send anything....

@[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. ![bn](https://user-images.githubusercontent.com/98525996/151348908-afe5728e-065a-4531-8dd1-b42befa116b4.png) Hi guys help me i fix...

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.

Is there anything missed when not connecting any of the DIOx pins to my microcontroller? I meant, in my project I have no pins available to connect to DIOx, which...

Both with measuring the output on my laptop with an SDR dongle and by looking at the RSSI from another module, I see no difference between setTxPower(17) and setTxPower(20), or...

Hello, My question is not specifically about this library, but about SX1278 module in general. I have noticed that SX1278 module sometimes returns PayloadCrcError in RegIrqFlags register even when the...