YS-IRTM Infrared UART module

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

YS-IRTM Infrared UART module

Post by mcauser » Tue Dec 24, 2019 11:32 pm

Examples using the YS-IRTM 5V NEC infrared UART transceiver.

Image

https://github.com/mcauser/micropython-ys-irtm

It's a 5V device, so I'm using it with a level shifter to work with a 3V3 TinyPICO ESP32.

I've captured a bunch of remotes too. They all seem to use address 0x00, 0xFF:

https://github.com/mcauser/micropython- ... remotes.md

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

Re: YS-IRTM Infrared UART module

Post by pythoncoder » Thu Dec 26, 2019 8:02 am

That's very useful :D
Peter Hinch
Index to my micropython libraries.

Post Reply