LowPowerLab / RFM69

RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)
GNU General Public License v3.0
778 stars 381 forks source link

Size Too big for ATtiny 8XX #178

Closed EugenioMercol closed 2 years ago

EugenioMercol commented 2 years ago

Hi!.. I triying to read the RSSI value in the air and compare against a fix value The design and code was finished, but I have to replace de original design that contain ATMEGA328 and use Attiny8XX MCU, because ATMEGA328 is not stock available.. but.. the libraries code (RFM69.h + SPI.h + RH_RF69.h) + my code, the entire code everything joined is too big for the 8KB Flash memory size available in the Attiny 8XX.

The only that I need to do is, set frecuency and read RSSI value..

Can any help me to modify the library to avoid innecessaries function to get a smaller code?

Thanx!!!

LowPowerLab commented 2 years ago

Unfortunately the library was not designed with ATTiny devices in mind, we need at least the ATMega family. So while I encourage you to try to make it work, officially there will be no support for Attiny and since there is no actual bug this issue will now be closed.