IR communication between PICs: Difference between revisions

From Mech
Jump to navigationJump to search
Content deleted Content added
No edit summary
 
No edit summary
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