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

Initial support for G.I. Cable protocol #458

Merged
merged 2 commits into from
May 19, 2018
Merged

Initial support for G.I. Cable protocol #458

merged 2 commits into from
May 19, 2018

Conversation

crankyoldgit
Copy link
Owner

Note: Tested against real devices by @gnkarn. Appears to work as expected.

39kHz frequency modulation based on external reference, but unverified.
Observations indicate that it's not 38kHz.

Fixes #447

* sendGICable() and decodeGICable() routines.
* Add example & tools support.
* Basic unit tests.
* Based on data/info in Issue #447

Note: Untested against real devices.
39kHz frequency modulation based on external reference, but unverified.
Observations indicate that it's _not_ 38kHz.
GICable "Zero" key is being decoded as a JVC signal.
GICable has a manditory repeat code which it checks for. Move it before JVC
decoding should make it match or discard correctly any JVC/GICable issues.

Add a unit test for this case.
@crankyoldgit crankyoldgit merged commit 822bcf3 into master May 19, 2018
@crankyoldgit crankyoldgit deleted the gicable branch May 20, 2018 01:35
@crankyoldgit crankyoldgit mentioned this pull request May 20, 2018
crankyoldgit added a commit that referenced this pull request May 20, 2018
**[Bug Fixes]**
- Fix crash in IRMQTTServer when compiled under Arduino IDE. (#455)
- Default bit length not set for RCMM in IRMQTTServer example. (#456)
- Bad acknowledgements for some A/C protocols in IRMQTTServer example. (#460)

**[Features]**
- Allow disabling the use of delay() calls. (#450)
- Initial support for G.I. Cable protocol. (#458)
- Support of Hitachi A/C 13 & 53 byte messages. (#461)

**[Misc]**
- Auto Analyse Raw Data script converted to Python. (#454)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants