Serial Port IR Receiver Using AVR


Another cool microcontroller project created by Klaus Stock. He said, this is a simple IR receiver circuit which plugs into a serial port of a computer. This circuit has two major advantages:
1. it uses an Atmel AVR RISC microcontroller (an AT90S2313) instead of the usual PIC microcontroller and
2. it uses a Maxim MAX232 for the generation of valid RS232 levels.
Advantage 1 is, of course, only valid for all those AVR addicts which have this device (and the corresponding programmer) ready at hand and don’t care about PICs and PIC programmers. Advantage 2 comes into play if the IR receiver has to placed at a great distance from the computer; the MAX232 is more likely to deliver valid signals over bigger distances than cheaper solutions.
[Link]
Related posts:
- GTP USB PIC Programmer
This PIC programmer supports pic10F, 12F, 16C, 16F, 18F,24Cxx Eeprom. It works with only Winpic800 v.355. The designer said... - Expandable Serial Port Multiplexer
The Expandable Serial Port Multiplexer project allows a single RS232 serial port to service multiple instruments requiring RS232 ports.... - USB AVR Programmer STK500
In this microcontroller project, Guido Socher design a state of the art USB programmer for the AVR microcontrollers from... - FM Receiver, ATmega8
The purpose of ATMEGA8-16P1 based FM receiver project is to monitor polar orbiting weather satellites operated by the National Oceanographic... - Virtual Serial Port Software
Communcating between two computer can established via serial port. You need two computer to do it. But if you...
serial port ir receiver









January 14th, 2010 at 9:18 am
[...] Multiplexer uses a master processor (ATmega8) connected to a PC through a serial port. Multiple slaves (ATmega162) connect to master, via a parallel bus, to provide two serial [...]