-
The gateway can receive the data from endnode. The endnode prints "Packet sent, state 1".
After enable DEBUG in sx1272.h, I find "Packet sent, state 1" problem is from "int8_t SX1272::setPacketLen…
-
Hello is it possible to add support for [FUT086](https://miboxer.com/product/8-zone-lora-433mhz-remote-control) remote emulation. It is using [SX1278](https://www.semtech.com/products/wireless-rf/lora…
-
hi tx is working well but rx is said that R-FAIL why ?
-
Hi, Thanks for your code, it does help me a lot.
I use the SX1278 + Arduino as the sender, and USRP N210 as the receiver.
At the beginning, I set the parameter is: SF = 11, center freq = 434M, BW = …
-
Please help, I had problem "Starting LoRa failed!"
Device :
Arduino Uno
LoRA-02, SX 1278, 433 MHz
I'm using example code LoRaSender
#include
#include
int counter…
-
Three days ago, I came across this project, which is exactly what I needed, as I have an Orange Pi One and a 433MHz SX1278. I've been trying to get this working (with the default config), only partly …
-
Hi,
I've two modules (one sender and one receiver). The receiver somehow stops receiving packets after some time (about 15 to 60 minutes). The sender still sends correct packets (tested via a third…
elxsi updated
3 years ago
-
I have tried to run the following example https://github.com/LilyGO/TTGO-T-Beam/blob/master/OLED_LoRa_Sender/OLED_LoRa_Sender.ino but on `LoRa.endPacket();` program stuck ...
I have deep dive that …
-
Hi have Raspberry Pi 3b.
I am trying to connect sx1278.
[The radio module](https://www.ebay.com/itm/SX1278-433MHz-Wireless-Transceiver-Module-LoRa-SPSP-Long-Distance/332012370467?_trkparms=aid%3…
-
Hello everyone, I got some issues from My project. I tried to connect two sx1278 with Arduino Uno.
Bellow, My sketch and My code.
.
.
.
My problem is if the button pushed, led can't up, and on…