From 00778ac335a7b02dba36f448e4792e622df18325 Mon Sep 17 00:00:00 2001 From: Wolle Date: Tue, 19 Nov 2024 13:25:30 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index be66bd5c..cb5bd16a 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,14 @@ This is how the DAC CS4344 is connected:
![CS4344 Board](docs/DAC_CS434.jpg)
If the DAC PT8211 is used, the *I2S_COMM_FMT* must be changed in common.h. This DAC requires Japanese LSBJ (Least Significant Bit Justified) format +### IR ReceĆ­ver +Various 38KHz IR receivers can be used. While the TSOP4838 can be used without any problems, the VS1838B is very sensitive to high frequency fields despite its metal shielding. The VS1838B should not be installed near the WiFi antenna.
+![IR Receiver](docs/IR_Receiver.jpg)
+ +### IR Remote Control +The remote control must support the NEC protocol. If several remote controls are operated in one room, they must have different address codes to avoid mutual interference. The "Arduino" remote control on the left in the picture uses the address code 0x00FF and the "Android X96" remote control (right) uses the address code 0x01FE.
+![IR Transmitter](docs/IR_Transmitter.jpg)
+ ### KCX_BT_EMITTER The RT pin is not part of the soldering strip, but is located in the middle of the right side.
![PCM5102A Board](docs/KCX_BT_EMITTER_pins.jpg)