-
im using the sx1278 in the 400mhz range.
any chance of adding it?
-
After successfully working with SX1278 434MHz module I encountered some issues with RFM95 (868MHz) modules. I tried to upload and run both examples Receive_Interrupt and Transmit_Interrupt from the SX…
-
Can i listen 433MHz RF (cheap 433mhz door - motion sensors) or send (cheap on-off switches - outlets) with TTGO or Heltec Lora ESP32? Because RF Receive/send Modules are really crappy..
Heltec:
ht…
-
nice code ;)
i want to use the sx1278, so the 433 mhz range.
what do i need to adjust?
thanks
-
```c++
/*
RadioLib SX126x Transmit Example
This example transmits packets using SX1262 LoRa radio module.
Each packet contains up to 256 bytes of data, in the form of:
- Arduino Stri…
-
Is there a known way for proper transmission between Radiolib and Radiohead? I use RFM95 modules. It seems to me that setting the same values for carrier frequency, bandwidth, spreading factor, coding…
-
Hello,
I'm trying to figure out how to adapt the code to the ttgo tbeam as it seems a nice device for aprs use.
I've disabled the aprsIS and wifi part to be able to fit the code in the tbeam, the i…
-
Hi,
I am trying to implement APRS using radiolib and SX1278/1276 chips.
The problem I am stuck at the moment is that I cannot receive Data from my Yaesu VX-8 running at 9600 baud speed in FSK mo…
-
Before submitting a problem please check the troubleshooting section
https://github.com/1technophile/OpenMQTTGateway/wiki/Troubleshooting
**Describe the bug**
LoRa gateway - Guru Meditation error…
-
Hi, I'm making some custom boards using an arduino mkr-zero with different radio modules to work in 6LoWPAN network with a border router. I have successfully created a board with MRF24J40 radio module…