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

Can you please help me write a code that I can import #670

Open
harshil1604 opened this issue Jun 19, 2024 · 1 comment
Open

Can you please help me write a code that I can import #670

harshil1604 opened this issue Jun 19, 2024 · 1 comment

Comments

@harshil1604
Copy link

All IR Code are RC5 and have System = 29 Command = XX
[ 0 – 63 ]. Below are raw IR codes for each key

All ON - 5000 0000 0000 0001 001D 0028
Where 1D Hex = 29 (System) and
28 Hex = 40 (Command)


IR Codes

All ON - 5000 0000 0000 0001 001D 0028

All OFF - 5000 0000 0000 0001 001D 0029

L0(-) - 5000 0000 0000 0001 001D 0010

L0 - 5000 0000 0000 0001 001D 0000

L0(+) - 5000 0000 0000 0001 001D 0008

L1 - 5000 0000 0000 0001 001D 0001
L2 - 5000 0000 0000 0001 001D 0002
L3 - 5000 0000 0000 0001 001D 0003
L4 - 5000 0000 0000 0001 001D 0004
L5 - 5000 0000 0000 0001 001D 0005

C1 [Open/Up] - 5000 0000 0000 0001 001D 000C
C2 [Close / Dn] - 5000 0000 0000 0001 001D 0014

S1 - 5000 0000 0000 0001 001D 002A
S2 - 5000 0000 0000 0001 001D 002B
S3 - 5000 0000 0000 0001 001D 002C
Screenshot_2024-06-19-15-19-22-48_6012fa4d4ddec268fc5c7112cbb265e7

@harshil1604
Copy link
Author

I would highly appreciate if anyone could help.

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

1 participant