Page 1 of 1

Is there a stm32 IR library that works with Arduino

Posted: Mon Jul 19, 2021 6:28 am
by jacobli
Recently, I've been using Arduino to program stm32, and I need to use IR reception, but there seems to be no suitable IR library. I found an IR library for stm32Arduino on the internet, but it doesn't work at all.
I'm looking for an stm32 IR library that works with Arduino.

Re: Is there a stm32 IR library that works with Arduino

Posted: Mon Jul 19, 2021 7:02 am
by ag123
the usual places to look are github, maybe adafruit, sparkfun etc. be sure to support their products as after all they put in effort to develop the libraries.

Re: Is there a stm32 IR library that works with Arduino

Posted: Mon Jul 19, 2021 1:38 pm
by mrburnette
https://www.google.com/search?q=stm32du ... ed+library

The "old" forum had an IR sniffer ... but link is broken. Maybe you can dig it out if the Wayback machine.

Re: Is there a stm32 IR library that works with Arduino

Posted: Tue Jul 20, 2021 3:21 am
by jacobli
ag123 wrote: Mon Jul 19, 2021 7:02 am the usual places to look are github, maybe adafruit, sparkfun etc. be sure to support their products as after all they put in effort to develop the libraries.
Ok, I'll keep looking! Thanks for the reply and the advice!

Re: Is there a stm32 IR library that works with Arduino

Posted: Tue Jul 20, 2021 3:23 am
by jacobli
mrburnette wrote: Mon Jul 19, 2021 1:38 pm https://www.google.com/search?q=stm32du ... ed+library

The "old" forum had an IR sniffer ... but link is broken. Maybe you can dig it out if the Wayback machine.
Yes unfortunately I can't open this link, I can only go to the Google search interface where I see some libraries and I will try them one by one.

Re: Is there a stm32 IR library that works with Arduino

Posted: Tue Jul 20, 2021 5:29 am
by hobbya
Yes you need to try if any of the existing libraries work or not:
https://github.com/search?q=infrared

Re: Is there a stm32 IR library that works with Arduino

Posted: Tue Jul 20, 2021 4:04 pm
by Bakisha
There is a sketch on https://github.com/perz/irNEC/blob/master/irNEC.ino

Not a library, but should be easy to integrate.
Tested on STM32F103C8, ST core.