Blog Archives



LED Patterns with AT90S2313

LED Patterns with AVR AT90S2313
This project will create a rolling display pattern using up to 8 Light Emiting Diodes. But more importantly, this page demonstrates how to set up and run a basic program using the power ATMEL AVR development kit.ย�This guide will explain the AVR instruction on a line-by-line basis for the best clarity.[more]

Posted in : AVR projects | LED projects

AVR tiny code lock

AVR tiny code lock
CodeLock is an AVR based electronic combination lock it is realised with Atmel AVR microcontroller AT90S2313 or ATtiny2313.This project used for access control. Program in hex code is 2 kB long. User code is consisted of 1 to 4 digits. If you buy the chip than user code is consisted of 1 to 8 digits. If the code is entered in the correct sequence, then after 1 second the relay and the electric striker (in the door) switch on for 1 second and then switch off again. User code can be changed via 3×4 matrix keypad.[more]

Posted in : AVR projects | security projects

AVR based Temperature Controller

Temperature Controller
It’s based on an AT90S2313 and a Dallas DS1621 Digital Thermometer. The temperature is displayed on a dual 7-segment display, and two buttons are used for setting parameters. A high current relay switches the heating element. The Dallas DS1621 chip interfaces to the 2313 using a I2C interface. This is a 2 wire bidirectional bus with a speed up to 400 kbps.Up to 8 DS1621 devices can be connected on the same I2C bus[more]

Posted in : AVR projects | DIY projects | Display projects

« Previous Page