From 813135755e7360ed8ae0544d11ff4b2a906e28ae Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 5 Nov 2019 01:05:00 +0100 Subject: [PATCH] Updated IR Remote (markdown) --- IR-Remote.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IR-Remote.md b/IR-Remote.md index 26bdb9a1..77cda469 100644 --- a/IR-Remote.md +++ b/IR-Remote.md @@ -8,9 +8,9 @@ A [specialized version of Tasmota](Tasmota-IR) can be compiled which supports al The prebuilt transmitter modules have a weak IR LED, effective transmit distance is really short. If you need range it is best to build your own. ## Wiring -| IR | ESP266 | +| IR w/ 2N222 | ESP266 | |---|---| -|S |GPIOx | +|data |GPIOx | |+ | 5v | |- |GND | @@ -60,7 +60,7 @@ User maintained [codes database for IR](Codes-for-IR-Remotes-(for-YTF-IR-Bridge) [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more information. -### Other Projects +### Related Projects - [IR Blaster with Tasmota](http://www.asknoone.com/ir-blaster-with-tasmota/) - [Sonoff Basic IR "hat"](https://github.com/altelch/SonoffIR)