Control IR Devices via MQTT with a Wemos D1 Mini
Go to file
Aeris 16d538369a Initial Commit 2018-07-10 00:04:36 +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 Initial Commit 2018-07-10 00:04:36 +02:00
case.scad Initial Commit 2018-07-10 00:04:36 +02:00
mqtt_ir.ino Initial Commit 2018-07-10 00:04:36 +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