Overview

The PIC Project was a small 1-man project to make anything on a little PIC processor. For this project I made an infrared-translater. This translator would wait for the signal from a remote control, convert it to the signal for the inteded receiver and send the converted signal.

For this project I took my laptop at the time as the receiver, and a Creative SoundBlaster remote as the sender. Using an oscilloscope I identified the signals the different remotes send, which I could then send and receive.

Elements worked on

  • Programming using PIC assembly language in limited memory space.
  • Sending/Receiving data using infrared

Related links