Skip to main content
Visitor II
April 17, 2024
Question

Am I able to connect a IR transmitter and receiver

  • April 17, 2024
  • 2 replies
  • 787 views

Hello, looking to see if it is possible to connect a IR transmitter and receiver to a stm32f429zi nucleo board. Thank you.

This topic has been closed for replies.

2 replies

PGump.1
Senior II
April 17, 2024

Hi,

I have used a LT1328 receiver with a STM32F429, connected to a UART in IR mode... I implemented the transmitter with some discrete devices... I had to use 2 UARTS to get full duplex operation.

I hope this helps.

Kind regards
Pedro

 

AI = Artificial Intelligence, NI = No Intelligence, RI = Real Intelligence.
Andrew Neil
Super User
April 17, 2024

The question is too vague to answer specifically!

 

In general, see: How To Interface Anything To Anything Else

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.