-
Hello,
I use a esp32 pico with an RFM69.
Everything works fine except with the use of energy saving mode.
Solution 1:
Deel Sleep
The frames are sent but not processed by ESP32 (server).
I re…
-
I have two radios sitting side by side with antenna. one runs M0 with C code and returns -23 to -26 when reporting RSSI
the M4 with featherwing reports -87.5 to -90.5.
100 ft away through 4 wal…
-
So reading up on the [manual for the BOB](https://cdn-learn.adafruit.com/downloads/pdf/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts.pdf) I found a couple of pieces that might be…
-
Hi
This is not really an issue, but I find the use of RadioHead a bit of overkill for such a simple protocol, and I'm also concerned that potentially RadioHead adds additional data to the start and…
-
https://github.com/trendmicro/RadioHAL/blob/50086a92ed84af6a3102d55e7a74fc3900ac2b55/src/RH_RF69.cpp#L8
The modifier PROGMEM in the line should be either dropped or the code that uses the variable …
-
I'm using the examples Struct_send/receive with an esp8266. The sender can send the data and I get it on the receiver. So far so good.
But on the sender side I only get an ack, if I add a delay in th…
-
Hi,
Perhaps I am mistaken, but why doesnt the RFM69 have a receive buffer?
Putting received packages in a ringbuffer doesnt sound to difficult. Is
there any reason why not to do so?
Before I …
-
I want to use the async (interrupt based) communication methods. All the examples for my board (`SX1278`) use an interrupt on DIO0 and either receive or transmit, but not both.
I tried doing it myse…
-
Users/wizz/Documents/Arduino/libraries/RadioHead/RHHardwareSPI.cpp: In member function 'virtual void RHHardwareSPI::begin()':
/Users/wizz/Documents/Arduino/libraries/RadioHead/RHHardwareSPI.cpp:117:2…
-
The Radiohead library has a "Reliable Datagram" mode that uses acknowledgement and retries to insure packet delivery.
Is there interest in implementing that here. I'll be happy to take it on, but…