Added description of the supported IR remotes

This commit is contained in:
Def3nder 2020-02-10 18:01:44 +01:00
parent 9ba7a66ddb
commit 3fedadbda3
1 changed files with 11 additions and 2 deletions

View File

@ -1,10 +1,19 @@
Since v0.8.2, infrared control from 24-key RGB remotes is supported (ESP8266 only).
Since v0.8.2, infrared control from various IT remotes is supported for ESP8266 and since v0.9.0 for ESP32, too.
A dedicated infrared receiver module is required.
(KY-022 is confirmed to work and inexpensive)
(KY-022 or TSOP38238 are confirmed to work and inexpensive)
The default sensor pin is GPIO4. It can be changed in `NpbWrapper.h`
### Supported IR remotes
To use IR remote go to `Settings`, `Sync Interfaces` and change the value for `Infrared receiver type` according to the IR remote type of the following list:
1. white 24-key IR remote with R,G,B + 12 color-tones
2. white 24-key IR remote with CT+ / CT- buttons
3. blue 40-key IR remote with keys for 25%, 50%, 75% and 100%
4. white 44-key IR remote with up/down arrows for the colors R,G and B
5. white 21-key IR remote with R,G,B + 9 color-tones
6. black 6-key IR remote with CH up/down + Vol up/down
### How to add custom codes
Have a random remote laying around? Or a button on your TV remote that does nothing?