An open API service indexing awesome lists of open source software.

https://github.com/barionlp/rgbcontroller

IR RGB LED Controller
https://github.com/barionlp/rgbcontroller

dotnet infrared-control led-controller microcontroller rgb-controller

Last synced: 8 months ago
JSON representation

IR RGB LED Controller

Awesome Lists containing this project

README

          

## Recorded IR Codes

### CASALUX NP-LSRC-01FE
IR receiver sits in the base

**Protocoll**: NEC

**Address**: 0xEF00

| Function | IR Code |
|---------------|---------|
| Brighter | 0x0 |
| Dimmer | 0x1 |
| Switch | 0x2 |
| On/Off | 0x3 |
| Cooler White | 0x7 |
| Warmer White | 0xB |
| Color Time+ | 0xF |
| Color Time- | 0x13 |
| Mode | 0x17 |


|Red |Green |Blue |
|-----|------|------|
|0x4 | 0x5 | 0x6 |
|0x8 | 0x9 | 0xA |
|0xC | 0xD | 0xE |
|0x10 | 0x11 | 0x12 |
|0x14 | 0x15 | 0x16 |