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.
Is there a stm32 IR library that works with Arduino
Re: Is there a stm32 IR library that works with Arduino
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.
-
- Posts: 633
- Joined: Thu Dec 19, 2019 1:23 am
Re: Is there a stm32 IR library that works with Arduino
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.
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
Ok, I'll keep looking! Thanks for the reply and the advice!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.
Re: Is there a stm32 IR library that works with Arduino
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.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.
Re: Is there a stm32 IR library that works with Arduino
Yes you need to try if any of the existing libraries work or not:
https://github.com/search?q=infrared
https://github.com/search?q=infrared
Re: Is there a stm32 IR library that works with Arduino
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.
Not a library, but should be easy to integrate.
Tested on STM32F103C8, ST core.