IR library or code example

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
chaapu
Posts: 1
Joined: Thu Feb 18, 2021 3:14 am

IR library or code example

Post by chaapu » Thu Feb 18, 2021 3:18 am

Hello,
I want to be able to control IR devices(transmit) by capturing the Hex code generated by remotes (capture). I can't seem to find libraries or code example to be able to do that. I want to use ESP8266 or ESP32.

Pointers to code examples/libraries will be really appreciated. Thanks.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: IR library or code example

Post by pythoncoder » Thu Feb 18, 2021 8:23 am

Peter Hinch
Index to my micropython libraries.

Post Reply