ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
895 stars 335 forks source link

Compatibility with FHT-7901 devices #14

Closed ninuxio closed 8 years ago

ninuxio commented 8 years ago

with this devices the duration of the is 4960

rotv commented 8 years ago

It can actually be even lower (4650), see https://github.com/sui77/rc-switch/issues/14 I'm working on a PR for this project which would link the rc-switch used by ninjablocks to the original one (which is updated more often) but I'm waiting for https://github.com/sui77/rc-switch/pull/16 to be merged before I can submit the PR.

ninuxio commented 8 years ago

ok good job :) tel me as soon as your PR is available i will close this one

rotv commented 8 years ago

Now the underlying rc-switch supports compilation for Raspberry Pi so I have created PR #17 which makes 433Utils compile directly towards that project.