IR transmitter/receiver

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: IR transmitter/receiver

Post by pythoncoder » Mon Jul 12, 2021 11:16 am

@jadro If you look at micropython_ir there is a utility which captures a burst from a remote and attempts to deduce the protocol. As the docs point out, this is not a guaranteed process but it works for the commonest protocols.
Peter Hinch
Index to my micropython libraries.

jadro
Posts: 25
Joined: Wed Apr 29, 2020 7:02 pm

Re: IR transmitter/receiver

Post by jadro » Mon Jul 12, 2021 2:24 pm

pythoncoder wrote:
Mon Jul 12, 2021 11:16 am
@jadro If you look at micropython_ir there is a utility which captures a burst from a remote and attempts to deduce the protocol. As the docs point out, this is not a guaranteed process but it works for the commonest protocols.
Thanx Peter

Post Reply