Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eku opened this issue May 18, 2020 · 2 comments
Open

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

eku opened this issue May 18, 2020 · 2 comments

Comments

@eku
Copy link

eku commented May 18, 2020

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
Copy link
Contributor

sidey79 commented Jun 10, 2020

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
Copy link
Author

eku commented Jun 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants