Channel USB Analog Sensor

5 Channel USB Analog Sensor with AVR using ATmega48 Microcontroller

This project demonstrates how to build a simple module to read analog sensor and send the data to PC using USB connection. The project uses ATmega48 as main processor and USB FTDI serial-to-usb cable. Simply put header pins on your device which you can plug into providing the microcontroller-computer link. No need for soldering surface-mount FTDI chips which gets […]

5 Channel USB Analog Sensor with AVR using ATmega48 Microcontroller Read More »

STK500 Compatible ISP

STK500 Compatible ISP using AVR microcontroller using Atmega

AVR-Doper is an STK500 compatible In System Programmer (ISP) and High Voltage Serial Programmer (HVSP). It comes with a built-in USB to Serial adaptor to connect to modern host computers which often don’t have a serial interface. The project implements a low speed USB device in firmware only. No USB capable controller or converter is used. The device is very useful gadget

STK500 Compatible ISP using AVR microcontroller using Atmega Read More »

Digital Stop Watch

Digital Stop Watch with ATmega8 using microcontroller

Hello Friends, 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 »

schematic small

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 »

LCD display (2)

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 AT90S8515/ATMega8515

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

memory monster

Interfacing DRAM Memory using AVR microcontroller using Atmega

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 original memory

Interfacing DRAM Memory using AVR microcontroller using Atmega Read More »