IR communication between PICs

From Mech
Jump to navigationJump to search

Original Assignment

Two PICs wired together can talk to each other using RS-232. Instead of wiring them together, we can use infrared transceivers so they communicate by IR. The goal of this project is to demonstrate bidirectional communication between two PICs using 38 kHz IR communication. Optional: show that these PICs can also receive data from a standard TV remote.

The Original Assignment indicates what you were assigned to do, and will eventually be erased from the final page.

Overview

The Overview is your rewritten version that clearly indicates what the page is about (to future students accessing the page) and 
should also include links to other good web sources of information on this topic

Circuit

The Circuit shows a professional-looking circuit diagram including part numbers and where they can be obtained
(and, where helpful, a photo of a neatly wired implementation of the circuit)

Code

Code gives a listing of the liberally commented code, which should otherwise be as simple as possible (do not have extraneous lines of
code that don't relate directly to the objective of the page).
a character space starts code formatting
 two character spaces starts code formatting as well
  THREE character spaces
              FIFTEEN CHARACTER SPACES

External Links and Further Reading

IR Transceiver Data Sheet

IR Encoder/Decoder Data Sheet

Infrared

Serial communication incl. stop bits, etc.

ASCII

UART

Surface Mount Technology (SMT)

I <3 lazers