IR receiver/transmitter for ESP32?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
jpsuarezq
Posts: 1
Joined: Fri Feb 19, 2021 3:25 am

IR receiver/transmitter for ESP32?

Post by jpsuarezq » Fri Feb 19, 2021 3:38 am

I found this https://github.com/MattMatic/micropython-necir but it's only for esp8266 or idk, the library have pyb but the firmware in micropython to esp32 don't.
There are one way to read data of control (for example TV) with the TL1838 or some module's arduino?

I need save a code of control and then with transmitter diode, on tv.
I'm new with micropython.

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

Re: IR receiver/transmitter for ESP32?

Post by pythoncoder » Fri Feb 19, 2021 10:47 am

Peter Hinch
Index to my micropython libraries.

Post Reply