Control IR Devices via MQTT with a Wemos D1 Mini
Go to file
Aeris 5ec4999128 Merge branch 'master' of https://git.chaospott.de/aeris/mqtt-ir-bridge 2018-07-24 02:28:29 +02:00
IRremoteESP8266 Initial Commit 2018-07-10 00:04:36 +02:00
PubSubClient.cpp Initial Commit 2018-07-10 00:04:36 +02:00
PubSubClient.h Initial Commit 2018-07-10 00:04:36 +02:00
README.md Diode 2018-07-23 22:56:05 +02:00
case_open_side.scad Added alternative case 2018-07-23 18:48:23 +02:00
case_open_top.scad Added alternative case 2018-07-23 18:48:23 +02:00
mqtt_ir.ino With Sketch 2018-07-21 19:11:32 +02:00
sketch.fzz With Sketch 2018-07-21 19:11:32 +02:00
sketch.png With Sketch 2018-07-21 19:11:32 +02:00

README.md

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
  • Some IR Diode TSAL6200
  • BC337 Transistor

Used Software

Heavily based on https://github.com/markszabo/IRremoteESP8266

Sketch

Notice, that there are different pin layouts for the TSOP* Diodes

Sketch