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
- Expandable Serial Port Multiplexer
- FM Receiver, ATmega8
- USB AVR Programmer STK500
- Virtual Serial Port Software
serial port ir receiver, AVR IR receiver, atmega8 ir receiver, AVR IR, what is the advantage of using avr in a computer, infrared receiver circuit using microcontroller, max232 serial programmer avr, ir receiver serial port










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 [...]