Is there a stm32 IR library that works with Arduino

Post here first, or if you can't find a relevant section!
Post Reply
jacobli
Posts: 42
Joined: Fri Jun 11, 2021 3:40 am

Is there a stm32 IR library that works with Arduino

Post 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.
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

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

Post 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.
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

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

Post 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.
jacobli
Posts: 42
Joined: Fri Jun 11, 2021 3:40 am

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

Post 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!
jacobli
Posts: 42
Joined: Fri Jun 11, 2021 3:40 am

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

Post 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.
hobbya
Posts: 49
Joined: Thu Dec 19, 2019 3:27 pm
Answers: 1

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

Post by hobbya »

Yes you need to try if any of the existing libraries work or not:
https://github.com/search?q=infrared
User avatar
Bakisha
Posts: 139
Joined: Fri Dec 20, 2019 6:50 pm
Answers: 5
Contact:

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

Post 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.
Post Reply

Return to “General discussion”