Difference between revisions of "IR communication between PICs"

From Mech
Jump to navigationJump to search
 
Line 1: Line 1:
== Original Assignment ==
== 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.


== Overview ==
== Overview ==

Revision as of 13:29, 26 January 2008

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.

Overview

Circuit

Code