mqtt-ir-remote/README.md

24 lines
583 B
Markdown
Raw Permalink Normal View History

2018-07-09 22:04:36 +00:00
# MQTT to IR
## Description
This piece of garbage receives commands via mqtt and emits NEC decoded commands via IR diode. It also reads IR signals with some sensor (TSOP38xxx) and sends its NEC code via MQTT for easy recording of some ancient remote, you don't have any information about.
## Hardware
- Wemos D1 Mini
- IR Receiver Diode TSOP38238
2018-07-23 20:56:05 +00:00
- Some IR Diode TSAL6200
2018-07-21 17:13:31 +00:00
- BC337 Transistor
2018-07-21 17:14:40 +00:00
2018-07-09 22:04:36 +00:00
## Used Software
Heavily based on https://github.com/markszabo/IRremoteESP8266
2018-07-21 17:11:32 +00:00
## Sketch
Notice, that there are different pin layouts for the TSOP\* Diodes
![Sketch](sketch.png)