esp32-ir-remote
IR remote controller
An ESP32-based infrared remote controller project that connects to an MQTT server and allows playback of scenes from various IR protocols.
A micropython project for running esp32 ir remotes
9 stars
2 watching
1 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cbrand/ir-remote-frontend | A frontend application for controlling and automating TV setups using IR remote controls | 0 |
cbrand/ir-remote-backend | A backend service that enables communication between an ESP32 IR remote and a Vue.js frontend via MQTT. | 0 |
ruoyu0088/esp8266_ir | A Python-based project that enables remote control of IR signals via WebSocket connections on an ESP8266 microcontroller | 49 |
hobbyquaker/lirc2mqtt | Connects an infrared transceiver to MQTT for remote control applications | 23 |
smarthomehub/smartir | An integration that enables control of climate devices, media players and fans using infrared controllers | 2,065 |
gamefunc/micropython_espx_ir_transceiver | Provides an ESP32-based IR transceiver implementation using MicroPython | 7 |
peterhinch/micropython_ir | A Python library for implementing IR remote control communication protocols in nonblocking device drivers. | 254 |
eschava/broadlink-mqtt | An MQTT client to control BroadLink devices remotely | 224 |
mcauser/micropython-ys-irtm | This project provides an example implementation of a communication protocol between a MicroPython device and a YS-IRTM transmitter/receiver | 26 |
cyborg5/irlib | A C++ library for encoding and decoding infrared remote signals using a modular design to support multiple protocols. | 213 |
peterhinch/micropython_remote | A library that captures and replays 433MHz remote control codes to control devices | 70 |
morcibacsi/psasteeringwheeladapter | An Arduino library to control aftermarket car head units remotely via CAN bus or VAN bus. | 29 |
mattmatic/micropython-necir | Provides an infrared receiver class for MicroPython boards | 15 |
lioujj/pxt-ir | A software library for micro:bit microcontrollers to receive and send infrared messages using NEC and SONY encoding. | 15 |
mcauser/micropython-mlx90614 | A Python library providing an interface to an infrared temperature sensor | 34 |