-
Hi,
Is it possible to have the RFM69 transmit on a custom frequency, for example. 315.1MHz with just a carrier?
-
So, I'm trying to setup the radio via the constructor and I'm never getting anything back from the serial console. I'm setting it up with the following sketch. I was wondering if there's a flag I ca…
-
I'm using the official [STM32duino package](https://github.com/stm32duino/Arduino_Core_STM32) and latest version of this lib (1.4.2)
The RFM69.h file defines the ['RF69_IRQ_PIN' as PA3 if `__STM32F1_…
-
Hello!
I already tried to use SX1278 and Radiolib to receive long packets in FSK #399 and i'm glad to see the implementation of "Stream mode" in it. I tried to use your [example](https://github.com…
-
Hi everyone,
I'm trying to work on the SX1280 with python for a prototype, do you think this interface can be compatible or could it be a good base for a python interface ?
If you have info on a…
-
I'm running into an issue getting my radio to work. Using a simple example to transmit using the current RadioLib version works fine, i can even capture the signal on another device. Using the exact s…
-
I was able to compile fine, but when I run:
sudo PORT=/dev/ttyUSB0 make flash
It looks like it's trying to flash the Evil Crow. Lights on it are blinking. Then, I get this: Any ideas what I'm do…
-
Hi,
I have found two issues with the RFM69 library when running on an ESP32 using the Arduino framework. They are:
1) The initialization for the SPI interface is not correct, at least for the f…
-
Hi,
I would like to use your software to integrate a Bresser 9602510 (5in1) sensor via MQTT into my system.
I can't get it to work. I already stopped after "Starting execution..."
I followed your…
-
As per discussion in #163 with @phretor and @rnbokade, it could be possible to extend maximum packet length beyond the FIFO size limitation by providing user with methods to feed the FIFO "on-the-fly"…