-
Hey Im also taking a look at temperature compensation in narrow bandwidth modes.
Im seeing about 300Hz/Celsius drift with my RA-02.
Im thinking for using two loops to track the temperature drift iss…
-
Hello community,
I tested my LoRa RA-02 SX1278 and everything is working fine. What it brings me here, is a question in how to receive 2 different variables in my receiver and receive them separate…
-
Hello,
I am working on my project and I am using [LoRa/GPS shield](https://www.robotshop.com/uk/lora-gps-long-range-transceiver-shield-868-mhz-eu.html?gclid=EAIaIQobChMI3d6mrZzi2AIVSJ7ACh2UzgLNEAAY…
-
I tested the module with the RF96 chip, which reports as RFM95_CHIP_VERSION == 0x12. So it should work at 434MHz.
However, RMF95, 868 MHz, Rev 1.2 is printed on the board of the module. A salesman fr…
-
Hi,
I want to have two-ways communication in my LoRa device, but I can't create a working sketch using interrupts Dio0, have someone sketch with these functions?
What I want to do is toggle mode bet…
Wirux updated
4 years ago
-
Hi jgromes! we are actually using the sx1278 for 433MHz FSK with RadioLib, but we need the signal strength information, we have already check the register map for FSK in the sx1278 and RSSI value and …
-
Currently the AFSK / AX25 examples in the SX127x folder transmit AX.25 frames in FSK mode, which can't be decoded using the usual ham radio equipment. The main application is probably APRS, which is m…
-
I used the example attached to the Radiolib library. The problem occurs regardless of which core I choose. There is no error during compilation, but the program stops on the line: **int state = lora.b…
-
**Describe the bug**
The transmit example sketch works just fine with an AI RA-02 module but fails with an error 16 on the TING 01 module
**To Reproduce**
Default transmit sketch with the fol…
-
**Describe the bug**
When initializing LoRa with the frequency 868.1 MHz, radioLib returns error -12 Invalid Frequency.
This happens because of the code in RadioLib/src/modules/SX127x/SX1278.cpp
li…