Skip to content

Opening book details…

About this document

Understanding IrDA and Remote Protocols by Omar Salaheldin is a document available to read on EtoBox.

Here are the key steps: 1. Connect an IR receiver to the UART RX pin. The IR receiver will convert the IR signal to an electrical signal. 2. Configure the UART in receive mode. Set the baud rate high enough to capture the bit transitions in the IR protocol. 3. Read the UART data register in a loop. The received bits will match the encoded IR protocol bits. 4. Decode the received bits based on the protocol specification. Extract things like the address, command code, etc. 5. Take appropriate actions

Author
Omar Salaheldin
Language
EN