AVR Infrared Link Project


This AVR microcontroller project created by Sivan Toledo. In this project he created an infrared (IR) link that provides bi-directional communication between the NXT and the new Power-Functions system, which consists of a battery box, motors, a remote control (an IR transmitter) and an IR receiver that controls the motors.
He previously built an IR transmitter for the NXT which used an MSP430 microcontroller and which was able to send Sony IR commands. In this project, he wanted to achieve three additional goals:
- To analyse the Power-Functions IR protocol.
- To build a system that could not only send IR commands, but could also receive and decode them.
- To experiment with AVR’s, another family of microcontrollers.
But for this project he tried to use AVR Microcontroller. Compared to the MSP430 microcontrollers, the AVR family offers many more chips in DIP packages, they run at wider supply voltages (most can tolerate at least 2.7-5.5V and some operate down to 1.8V), and their pins can supply a lot of current (up to 40mA for a single pin). The wide range of supply voltages means that they can be connected to the 4.3V supply of the NXT’s ports directly without a regulator, and the ability of the pins to supply a lot of current simplifies some circuits, such as when the chip needs to drive a bipolar transistor or a LED. Another advantage of the AVR is that they can be programmed using a wide variety of simple circuits, not just with proprietary programming devices.
Related posts:
- AVR Project : Cheapest Dual Trace Scope
I think this is Cool idea related to Microcontroller project created by J. Lepot. This USB scope is based... - TV-B-Gone Project
TV-B_Gone is another fun DIY microcontroller project. It’s a simple remote control for TV that has function only Turn... - Dummy Load Project
The dummyload project simulates loads from zero to 1000 mA to help characterize new power supply designs. This design... - Atmel Extends the AVR picoPower Product Range with Four New 32-pin MCUs
San Jose, CA, July 19, 2007 Atmel Corporation announced today a new family of 32-pin picoPower™ AVR® microcontrollers. The ATmega48P/88P/168P/328P... - Infrared Remote Control Receiver
Here is another project from Seradis Vassilis, Infrared Remote Control Receiver. The idea behind the project is how to...
undefined








