Circuit Lake

Electronic Project and Circuit Collection
Subscribe

Archive for the ‘AVR’

AVR Project : Cheapest Dual Trace Scope

October 02, 2008 By: admin Category: AVR, Digital, microcontroller, project No Comments →

I think this is Cool idea related to Microcontroller project created by J. Lepot. This USB scope is based on a Atmel Tiny45 cpu and cost less than 5€ with a homemade pcb. It has 2 analog inputs and can supply 5V on the 4 pins header on the right. One of the inputs can be scaled down with the trim pot.

The firmware in the Tiny45 is written in C and compiled with Winavr and usb source code from obdev. (more…)

Universal Lithium Ion Battery Charger

September 24, 2008 By: admin Category: AVR, Digital, electronic, microcontroller, project No Comments →

It is a universal lithium ion battery with a battery charger intelligent interface based on a microcontroller Atmel ATmega8 using GCC worm. 3.2. The rate settings are established using one of three methods: a Smart car if the battery is detected, the battery settings are used. If the "Custom" is selected then the settings are using on-board DIP and variable resistance. If not, pre-sets of parameters are selected on the basis of other positions DIP

(more…)

Simple AVR Frequency meter 40 MHz

August 14, 2008 By: admin Category: AVR, Digital, microcontroller, project No Comments →

by Ibrahim Kamal

Electronic project - frequency meter

This Project shows you how to build a small, cheap and simple frequency meter, without any fancy, out of reach components. The simple proposed design can measure frequencies up to 40 Mhz with errors below 1%! This degree of precision will be more than enough to debug most of your analog and digital circuits, and will give you the ability to analyze many aspects that you were unable to see before. The design is built on a ATMEGA16 micro controller. There are no crystal oscillators, as we are using the internal RC oscillator, calibrated to 8 MHz. To programming the AVR microcontroller it used C code which is compiled with winAVR.

(more…)

Arduino Project : Modify Espresso Machine

August 10, 2008 By: admin Category: AVR, Arduino, project No Comments →

Do you want to modify your Espresso machine for low cost and more control? well, you can try what Nash Lincoln did. Modding the Gaggia Espresso with Adding a PID temperature controller and computer interface.

The goal of this project is to create a computer interface for my Gaggia Espresso machine replacing the factory thermal switches with a PID controller and the “steam” and “pump” toggle switches with a LCD/button menu system. This project use Arduino Decimillia micro-controller which utilizes the AVR AtMega168
(more…)