Control IR Devices via MQTT with a Wemos D1 Mini
Go to file
Aeris 2a747d3a15 With Sketch 2018-07-21 19:11:32 +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 With Sketch 2018-07-21 19:11:32 +02:00
case.scad Initial Commit 2018-07-10 00:04:36 +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

Used Software

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

Sketch

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

Sketch