Updated IR Remote (markdown)

blakadder 2019-11-05 01:02:13 +01:00
parent 3c79e8c17b
commit da90b22f0b
1 changed files with 5 additions and 2 deletions

@ -5,7 +5,7 @@ A [specialized version of Tasmota](Tasmota-IR) can be compiled which supports al
# IR Transmitter
## Configuration
The prebuilt transmitter modules have a weak IR LED, effective transmit distance is really short. If you need range, either look for a breakout board with a TSAL6x00 LED or build your own.
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 |
@ -62,4 +62,7 @@ User maintained [codes database for IR](Codes-for-IR-Remotes-(for-YTF-IR-Bridge)
### Other Projects
- [IR Blaster with Tasmota](http://www.asknoone.com/ir-blaster-with-tasmota/)
- [Sonoff Basic IR "hat"](https://github.com/altelch/SonoffIR)
- [Sonoff Basic IR "hat"](https://github.com/altelch/SonoffIR)
Example circuit with transmitter and receiver:
![Example circuit with transmitter and receiver](https://user-images.githubusercontent.com/5904370/68167905-820b3e00-ff67-11e9-978f-d7108a179353.png)