RFM69 icon indicating copy to clipboard operation
RFM69 copied to clipboard

RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)

Results 20 RFM69 issues
Sort by recently updated
recently updated
newest added

Say a radio is in listen mode, and then a new sketch that doesn't use listen mode is uploaded to the Moteino (e.g. via the Arduino IDE). When the new...

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...

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__`](https://github.com/LowPowerLab/RFM69/blob/e1d84b1252058b67c9425f8606c447079138eeb3/RFM69.h#L130) is defined. The Arduino_Core_STM32 creates a [define...

Thanks for the great work! I have a request. Please add support for atmega 328pb and 168pb to the avr list

Hi, great library! One problem though is that the base class (RFM69) already has a bunch of specific functionality built in. For example, the packet layout is fixed, and you...

Lost two days debugging my application of sending 41 bytes every 33ms with no ACK. Was getting high packet loss. Forum member finally had me enable whitening with RF_PACKET1_DCFREE_WHITENING and...

enhancement

After the previous issue I mentioned (issue 122), I had a good check through the code, as requested, and found a few places where there were 8-bit addresses used, where...

bug

I think a relatively simple, and nice addition would be the ability for this library to handle multiple instances with multiple radios. I think the changes would be relatively simple,...

enhancement

It seems that this library is currently not compatible with the Arduino Due (SAM3X8).

This PR adds support for the ATtiny85 chip found in the Adafruit Trinket. Because the ATtiny does not support the standard serial library a new define was added to exclude...