Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Derpidoo/e3042055e0f5c3708f9b98b75fe4d59e to your computer and use it in GitHub Desktop.
Save Derpidoo/e3042055e0f5c3708f9b98b75fe4d59e to your computer and use it in GitHub Desktop.
RGB LED Strip Controller 44 Button IR Remote Codes
RGB LED Strip Controller w/44 Button IR Remote Protocol
E.g. https://www.amazon.com/Flexible-Changing-Non-Waterproof-Controller-Included/dp/B01EWBZW0A/
"Hue hue hue" -you, after saving hundreds on your smart lighting
IR Wavelength: 940nm
Code Type: NEC
Code Length: 32 bit
## Function Code
===.====================.=======
01 | Brightness Up | FF3AC5
02 | Brightness Dn | FFBA45
03 | Play Button | FF827D
04 | Power Button | FF02FD
05 | Red Color 1 | FF1AE5
06 | Green Color 1 | FF9A65
07 | Blue Color 1 | FFA25D
08 | White Color 1 | FF22DD
09 | Red Color 2 | FF2AD5
10 | Green Color 2 | FFAA55
11 | Blue Color 2 | FF926D
12 | White Color 2 | FF12ED
13 | Red Color 3 | FF0AF5
14 | Green Color 3 | FF8A75
15 | Blue Color 3 | FFB24D
16 | White Color 3 | FF32CD
17 | Red Color 4 | FF38C7
18 | Green Color 4 | FFB847
19 | Blue Color 4 | FF7887
20 | White Color 4 | FFF807
21 | Red Color 5 | FF18E7
22 | Green Color 5 | FF9867
23 | Blue Color 5 | FF58A7
24 | White Color 5 | FFD827
25 | Red Up | FF28D7
26 | Green Up | FFA857
27 | Blue Up | FF6897
28 | Quick | FFE817
29 | Red Dn | FF08F7
30 | Green Dn | FF8877
31 | Blue Dn | FF48B7
32 | Slow | FFC837
33 | DIY1 | FF30CF
34 | DIY2 | FFB04F
35 | DIY3 | FF708F
36 | Auto | FFF00F
37 | DIY4 | FF10EF
38 | DIY5 | FF906F
39 | DIY6 | FF50AF
40 | Flash | FFD02F
41 | Jump3 | FF20DF
42 | Jump7 | FFA05F
43 | Fade3 | FF609F
44 | Fade7 | FFE01F
@TheDreamingMite
Copy link

if someone need with this:
0xFF3AC5
0xFFBA45
0xFF827D
0xFF02FD
0xFF1AE5
0xFF9A65
0xFFA25D
0xFF22DD
0xFF2AD5
0xFFAA55
0xFF926D
0xFF12ED
0xFF0AF5
0xFF8A75
0xFFB24D
0xFF32CD
0xFF38C7
0xFFB847
0xFF7887
0xFFF807
0xFF18E7
0xFF9867
0xFF58A7
0xFFD827
0xFF28D7
0xFFA857
0xFF6897
0xFFE817
0xFF08F7
0xFF8877
0xFF48B7
0xFFC837
0xFF30CF
0xFFB04F
0xFF708F
0xFFF00F
0xFF10EF
0xFF906F
0xFF50AF
0xFFD02F
0xFF20DF
0xFFA05F
0xFF609F
0xFFE01F

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment