arduino-LoRa
arduino-LoRa copied to clipboard
An Arduino library for sending and receiving data using LoRa radios.
LoRaSimpleGateway.ino Is unstable out of the box I've Just changed this in LoRaSimpleGateway.ino ``` const long frequency = 433E6; // LoRa Frequency const int csPin = 5; // LoRa radio...
Had issue were OTA update would often crash ``` Sending invitation to 192.168.1.191 Uploading: [ ] 0% 07:37:03 [ERROR]: Error Uploading 07:37:03 [ERROR]: Error Uploading ``` This begun happening after...
Since this library does not work with SX1262. Do you guys have any other examples and libraries with Duplex Communication that works with SX1262 and esp32?
Popular module, in the heltec v3 and the new lilygo both use it, it's better in general.
As per the title I am looking for an expert on the LoRa module present on the Arduino MKR1310 in order to commission modifications on the LoRa library and/or firmware...
I have problem with any example from LoRa.h. My Code: ``` #include // include libraries #include #define LoRa_SCK 14 #define LoRa_MISO 12 #define LoRa_MOSI 13 #define LoRa_SS 15 #define LoRa_RST...
I am working on Lora module RA-02 with arduino nano for wireless communication, but it doesn't receive more packets. When reset my nano then again works for three or four...
Without this change there is a chance that we receive duplicate packets
Hello, i have a short question. How can i convert one byte (0x0a) to an Integer (10)? I transmit the lora tx power from the base to the receiver, that...
Hi everyone!!! I have the following issue. When I receive the data in a sync way all is fine (using the loop for example) but the callback function is never...