plainRFM69 icon indicating copy to clipboard operation
plainRFM69 copied to clipboard

A library for the RFM69 radio module.

Results 4 plainRFM69 issues
Sort by recently updated
recently updated
newest added

I'm running example scripts with an RFM69HWC. The code works but I am getting only intermittant reception with communication between two radios running on modified M0 arduinos. When I use...

Hi i am using your code, data sending part seems working and able to debug( prints Flags1: 0 Flags2: 0), but on receiving side unable to debug, not receiving anything,...

I am currently building an FCC certified module with HopeRF and wanted to know if using the DIO0 pin for interrupt vs what you recommend matters or not. The lowerpowerlab...

Hi, I have RFM69CW 868MHz modules. Trying them with unchanged "MinimalInterruptUno" example works fine. But after changing frequency to 868MHz the example stops working. ``` rfm.setFrequency((uint32_t) 868*1000*1000); // set the...