2016-11-16 12:14 PM
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 !!2016-11-17 01:13 AM
Hi ,
You would refere to the application note '' 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 '' ''-Hannibal-2016-11-17 01:13 AM
Hello,
You can refer to the : 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.''Regards2016-11-17 03:18 PM