-
Notifications
You must be signed in to change notification settings - Fork 663
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
Added support for Holtek's HT12E encoder/decoders #130
Conversation
Added support for Holtek's HT12E encoder/decoders
@cat101 Just tested your protocol definition on my HT12E based remote plugs and it worked like a charm. |
@sui77 I'm new to this project. Do you need me to do anything else before you can merge the changes to the master branch? Cheers |
Hi cat101, Thank for that working great for me. |
Hi @XciD, I put together the circuit I show here but instead of having the RPi I hooked and oscilloscope. Then it is just a matter of setting a trigger to freeze the "bit train". In this case the analysis was simple since the issue was timing and the 0 & 1 were inverted. I have a bit of practice doing this because I have done it several time for infrared remotes...I use the same technique..just change the receiver. Let me know if you need more details |
@XciD |
@cat101 This worked like a charm for me as well. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 83 should end with a comma.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming flawless sending and receiving with HT12E protocol.
Added support for Holtek's HT12E encoder/decoders