Page 1 of 1
TL1838B library?
Posted: Sun Apr 12, 2020 10:50 am
by thelonecabbage
Before I spend the next significant chunk of my life writing a working library for the TL1838B in micropython, is there a decent IR library for it?
Re: TL1838B library?
Posted: Tue Apr 14, 2020 1:52 am
by jimmo
Have you tried any of the things already discussed in the forum -- e.g.
https://github.com/MattMatic/micropython-necir
Which board are you using? That library is for STM32. It might be a bit harder to get working on ports that don't expose timer capture functionality (e.g. ESP32).