Interfacing(USB – RS232 – I2c -ISP) Projects

I2C Tiny USB using ATtiny45 microcontroller

Attach any I2C client chip (thermo sensors, AD converter, displays, relais driver, …) to your PC via USB … quick, easy and cheap! Drivers for Linux, Windows and MacOS available. The i2c-tiny-usb project is an open source/open hardware project. The goal of i2c-tiny-usb is to provide a cheap generic i2c interface to be attached to […]

I2C Tiny USB using ATtiny45 microcontroller Read More »

MMC/SD/SDHC AVR Interface using ATMega8 microcontroller

MMC/SD/SDHC card library This project provides a general purpose library which implements read and write support for MMC, SD and SDHC memory cards. It includes low-level MMC, SD and SDHC read/write routines partition table support a simple FAT16/FAT32 read/write implementation The circuit The circuit which was mainly used during development consists of an Atmel AVR

MMC/SD/SDHC AVR Interface using ATMega8 microcontroller Read More »

Interfacing DRAM Memory using AVR microcontroller

Interfacing DRAM Memory using AVR microcontroller

Is it possible to use DRAM with microcontroller AVR? Yes, it is possible. Jesperh has proved it. He hooked up a DRAM to a small processor (in this case an Microcontroller Atmel 8515), and handle the RAS/CAS sequencing and refresh in software. The type of DRAM is Hitatchi M5M44800, a 512k*8 DRAM!. Bigger than the

Interfacing DRAM Memory using AVR microcontroller Read More »

Serial interface with 2X16 LCD display using ATMega8515 microcontroller

The 10k potentiometer, just above the ISP connector near the lower middle of the board, is used to adjust the display contrast according to your vertical viewing angle. DOWNLOADS ATTINY2313/AT90S2313 AVRStudio assembler source. LDCbutons040904Ca.htm ATTINY2313/AT90S2313 AVRStudio assembler source. UPDATED FOR COMPATIBILITY WITH NEWER VERSIONS OF THE ASSEMBLER. LDCbutons040904C_updated_a.htm Truly LCD driver include file.  2x16lcdinc.htm tlcd309Ba.htm

Serial interface with 2X16 LCD display using ATMega8515 microcontroller Read More »

i2c interface to USB interface using attiny45 microcontroller

Attach any I2C client chip (thermo sensors, AD converter, displays, relais driver, …) to your PC via USB … quick, easy and cheap! Drivers for Linux, Windows and MacOS available. The i2c-tiny-usb project is an open source/open hardware project. The goal of i2c-tiny-usb is to provide a cheap generic i2c interface to be attached to

i2c interface to USB interface using attiny45 microcontroller Read More »

Digital Stop Watch with ATmega8 using microcontroller

Digital Stop Watch with ATmega8 using microcontroller

In this tutorial we will make a “Digital Stop Watch” using an AVR ATmega8 Microcontroller. This will help you learn many concepts like Multiplexed Seven Segment Display Interfacing Using AVR Timers Using Interrupts And many others too. The code is written in C language for avr-gcc (WinAVR) . Steps to Build the “Digital Stop Watch”

Digital Stop Watch with ATmega8 using microcontroller Read More »

ATmega8 Based Smart Code Lock

ATmega8 Based Smart Code Lock

Here is a project for beginners using Atmel AVR ATmega8. The project uses some techniques that are very useful for designers to learn and utilize. Alphanumeric LCD Module Interfacing. 4×4 Keypad interfacing. PWM Control of LED (Used to dim the back-light of LCD, like in some Nokia Phones) Basic Circuit design for AVR MCUs Connecting

ATmega8 Based Smart Code Lock Read More »

PS2 Keyboard Interface with AVR MCU using ATmega8 microcontroller

A PC keyboard is an old and trusted human machine interface. Most peoples are familiar with it. When a text entry is required it is the best method. If we can interface the PC keyboard with an AVR MCU we can create a whole lot of interesting applications! This tutorial will focus on our easy

PS2 Keyboard Interface with AVR MCU using ATmega8 microcontroller Read More »

Interfacing TCS3200 Colour Sensor with AVR ATmega32

Detecting colour of an object can be an interesting and useful electronic application. It can be realized using a colour sensor like TCS3200 and a general purpose microcontroller like AVR ATmega32. TCS3200 Colour Light to Frequency Converter Chip TCS3200 chip is designed to detect the colour of light incident on it. It has an array

Interfacing TCS3200 Colour Sensor with AVR ATmega32 Read More »

Ear Trainer using ATMega644 microcontroller

The goal of project is to helps people develop the musical skills of perfect pitch and relative pitch. Push buttons allow the user to navigate a graphical user interface (GUI) on a liquid crystal display (LCD). In perfect pitch training mode, a note is played and the user tries to identify the note on an

Ear Trainer using ATMega644 microcontroller Read More »

Scroll to Top