2023-12-20 09:59 AM
Hi
I need help setting up an Infrared transmitter using an STM32F3.
I know timers and have thinkered with stm32's quite a while now, but I have no clue how I'd do an Infrared transmitter. :D
I'd like to control some sort of device (f.e. a projector or a TV), emulating a remote controller (doesn't have to be a replacement, more like a proof of concept)
I have found the following documentation, but don't know how to set it up and how / what data to send so that a projector or TV could be controlled. (Yes I know there are different protocols, but maybe someone can help me with a known one?, even if it doesn't work with my beamer, I need to be able to send at least some data over infrared)
MY current configuration in CubeMX:
TIM16 TIM17
is this already correctly configured?
How do I send "data"?
Can you please lead me through it what the next steps will be to get an IR transmitter running using this IRTIM module? :)
Thanks in advance!