RFD-FHEM / SIGNALDuino

System to capture digital signaldata and transfer them to another system
GNU General Public License v3.0
82 stars 35 forks source link

[Feature Request] Support for RFM12/RFM69 module #126

Open eku opened 4 years ago

eku commented 4 years ago

The RFM12/69 modules can be configured in OOK mode and thus operated like a stupid receiver module on the Arduino Nano. An example could be the reception of FS20 signals in Ethersex (https://github.com/ethersex/ethersex/blob/master/hardware/radio/rfm12/rfm12_fs20.c). With a little adjustment, you could then perhaps also operate the popular JeeLinks v3/v3c with SIGNALduino.

For RFM69 there's even an OOK library that could be used.

sidey79 commented 4 years ago

Ist there a benefit yousing the rfm module instead of a cc1101?

I am asking because, adding Support for additional module rises complexity and needs some time.

eku commented 4 years ago

@sidey79 yes, there is. You could use JeeLink with SIGNALduino. And adding the OOK library shouldn't be too much work.