2016-07-06 02:15 PM
I am looking to implement IR into a project and I'm wondering if anyone has any examples I could work from. I would prefer the IR receiver / transmitter be small and surface moutable, not through hole.
Essentially I would like to send random bits / text from one device to another so each device would need to be actively listening for requests. I'm not really sure where to start. I'm looking for both hardware and coding examples if anyone has them.Thank you in advance. #infrared-stm32f42016-07-06 03:34 PM
2016-07-06 07:13 PM
Thank you, that is what I was looking for.
So to get this connected on a project, all I need is the transceiver?Looking at the schematic of one of the Eval boards I see I can connect it to PA2 (USART2_TX) and PA3 (USART2_RX)What resistor values and capacitors are needed?2016-07-07 02:25 PM
Looking at this schematic
http://pasteboard.co/SdaO6g5b.pngI can bring the TXD ping to PA2RXD to PA3Leave pin 2 (Anode) un connected?2016-07-08 01:22 PM
If you're searching for a multi-protocol IR remote receiver/ transmitter you should have a look
https://www.mikrocontroller.net/articles/IRMP_-_english
and . There is an example project for STM32F1 and STM32L1 .