IR remote control project

Anything not related to STM32
Post Reply
DanWanfort
Posts: 1
Joined: Sat Jun 14, 2025 9:33 pm

IR remote control project

Post by DanWanfort »

Hi!
I'm working on a DIY infrared remote project and was wondering if it's possible to use an STM32 microcontroller to send IR codes to control TVs or other devices. Most of the tutorials and examples I’ve come across use Arduino with the IRremote library, but I’d prefer to stick with STM32 if I can. Are there any good libraries, examples, or tips for getting IR transmission working on STM32?
GonzoG
Posts: 504
Joined: Wed Jan 15, 2020 11:30 am
Answers: 36
Location: Prudnik, Poland

Re: IR remote control project

Post by GonzoG »

Did you try to use this library ??
ag123
Posts: 1908
Joined: Thu Dec 19, 2019 5:30 am
Answers: 30

Re: IR remote control project

Post by ag123 »

I've not tried it out but
it may be 'easier' with the library
https://github.com/Arduino-IRremote/Arduino-IRremote
the ir receivers:
https://github.com/Arduino-IRremote/Ard ... er-pinouts
for transmit, I'd guess a regular ir led would do
if you are using the library, review the related docs
Post Reply

Return to “Off topic”