pimatic / RFControl

433mhz rf sniffer and receiver
GNU General Public License v3.0
117 stars 34 forks source link

Testing with Elro Remote #1

Closed sweetpi closed 10 years ago

sweetpi commented 10 years ago

@dfischbach: I've written a generic arduino library for receiving 433mhz rf signals. Could you test if you get a raw code output with your elro remote?

The plan is to capture the rf signal in an generic way on the arduino and then doing the decoding in node.js or a c library, so we could support a lot of protocols without actually having to touch or build them all into the arduino code.

dfischbach commented 10 years ago

Sure, no problem. Just give me some testing instructions. Do you need the serial output of the arduino? Is there already a pimatic plugin available?

Am 27.07.2014 um 22:19 schrieb sweetpi notifications@github.com:

@dfischbach: I've written a generic arduino library for receiving 433mhz rf signals. Could you test if you get a raw code output with your elro remote?

The plan is to capture the rf signal in an generic way on the arduino and then doing the decoding in node.js or a c library, so we could support a lot of protocols without actually having to touch or build them all into the arduino code.

— Reply to this email directly or view it on GitHub.

sweetpi commented 10 years ago

Great. There is not yet an pimatic plugin. I will first check if the generic capture works well and then implement / port some protocol parsing from plight.

I just need the serial output from the arduino example in the readme with connected receiver.

sweetpi commented 10 years ago

Thanks again.