cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407 Infrared receiver

ilyesfraj
Associate II
Posted on November 16, 2016 at 21:14

I am looking to implement receivers for infrared remote control protocols

using STM32F407 bord.However all my attempts failed. 

 Anyone can help my write a simple code to read the sensor input ?? Appreciated , thank you !!
3 REPLIES 3
Walid FTITI_O
Senior II
Posted on November 17, 2016 at 10:13

Hi , 

You would refere to the application note

http://www.st.com/content/ccc/resource/technical/document/application_note/group0/36/b5/60/26/50/c7/46/4a/DM00271524/files/DM00271524.pdf/jcr:content/translations/en.DM00271524.pdf

'' Implementation of transmitters and receiversfor infrared remote control protocols with STM32Cube'', the part ''3. Infrared Receiver''. You find either the frmware example in the relevant Firmware package '' 

http://www.st.com/en/embedded-software/x-cube-irremote.html

''

-Hannibal-

slimen
Senior
Posted on November 17, 2016 at 10:13

Hello,

You can refer to the 

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-software/x-cube-irremote.html

: Implementing transmitters and receivers for infrared remote control protocols using STM32Cube (AN4834). 

As mentioned in the AN4834: ''To generate the infrared remote control signals, TIM_LF channel 1 (TIMX_OC1) andTIM_HF channel 1 (TIMX_OC1) must be properly configured to generate correctwaveforms.''

Regards

ilyesfraj
Associate II
Posted on November 18, 2016 at 00:18

  thank you , if you don't mind can you explain to me more how should ( can )  i do