-
hello i am having problem with my lora sx1278 module. if there is no person standing between 2 lora sx1278 the data recieved looks like the data below, which is the data i want to transmit:
----> 1…
ghost updated
4 years ago
-
hello
i have been trying to connect my lora sx1278 on my arduino mega 433Mhz , but i keep getting intializing lora failed. Can you give me some detailed help about the default connection between ard…
-
These modules available on AliExpress for $5-10
They are based on SX1276 or SX1278 and STM8L0
QCZEK already did a close source firmware to make LRS from these modules.
axife updated
4 years ago
-
Hi,
I have some Heltec Lora OLED V1 and v2 boards (433Mhz) and I am unable to get my 433 MHZ Cubecell boards to talk to them despite being sure that the settings are the same.
Is there any reaso…
-
I ended up with a batch of XL1278-SMT modules so figured I'd try and protoboard a LoRa gateway.
![image](https://user-images.githubusercontent.com/1058493/108635664-6f788900-7478-11eb-86b4-6c0668c…
-
I don't understand much about programming on Arduino and I couldn't find a code that way
in the case and the sx1278 and I saw that it allows change of protocol and bandwidth in his technical file
…
-
I'm using TTGO T BEAM V1 board first, when I run GPS code it runs perfectly but when I add LoRa to the code to send to another TTGO T BEAM board it shows 0.00 for both latitude and longitude .... any …
-
**Describe the bug**
Hi,
**setDataShaping** method for sx1278 writes into wrong register - SX127X_REG_OP_MODE, but it should use SX127X_REG_PA_RAMP (0x0A).
File to fix: \src\modules\SX127x\SX1278…
eg321 updated
4 years ago
-
I 've built a receiver with Arduino which uses the Lora library.
With these settings:
```
frequency = 433E6;
SpreadingFactor = 12;
Bandwidth = 62.5E3;// 500E3;
CodingRate4 =4;
power=20;
SyncWo…
-
is there any LoRa E32 TTL support?