Circuit Lake

Electronic Project and Circuit Collection

Archive for the ‘Project’

Digital GLCD Oscilloscope

March 17, 2010 By: admin Category: AVR, Display, Measurement, Project, Tools No Comments →

Advertisement

This portable Oscilloscope project uses Graphical LCD screen, 64*128 pixel dots (GDM12864A with KS0108 processor or other compatible) as display and Microcontroller ATMEGA32 as the processor. The project used an external ADC0820 converter chip to increase the speed.

RS232 Frequency Meter and Pulse Generator

March 15, 2010 By: admin Category: AVR, Measurement, Project, Tools No Comments →

Advertisement

This multi purpose project is built around MCU AVR AT90S2313. Besides as Frequency meter, the project can be used as Pulse Generator too (combined counter and frequency meter). It doesn’t have any front panel controls because the user interacts via an RS-232 terminal program at 9600 baud. The user controls reads data via an [...]

Model Aircraft Electrical System Tester

March 12, 2010 By: admin Category: AVR, Measurement, Monitoring Project, Project No Comments →

Advertisement

In many applications loss of battery power is a problem causing no real harm. But, this is not the case in radio control (R/C) model aircraft. If the aircraft batteries “go dead” in flight it generally results in total destruction of the model and can represent a safety hazard.

Handheld 2.4 GHz Spectrum Analyzer

March 11, 2010 By: admin Category: AVR, Digital, Measurement, Microcontroller, Project, Tools No Comments →

This portable 2.4 GHz Spectrum Analyzer is built inside a cell phone case, Nokia 3410, and used the phone’s graphical LCD to display measuring results. It uses AVR ATMega8 as main controller and CYWM6935 module. The software is written in C using arv-gcc under Windows (WinAVR). The program runs continuously and make around six or [...]

Mains Voltage Monitor

March 10, 2010 By: admin Category: AVR, Monitoring Project, Project, USB Project No Comments →

The purpose of mains monitor project is to record mains fluctuations with an autonomous device and upload measurement to a PC for analysis. The monitor plugs into an ordinary mains outlet and records (time stamps) the voltage amplitude and the frequency at defined time interval. It transmits data through an USB interface. It can be [...]

Home Automation Using Mobile Phone

March 09, 2010 By: admin Category: Control, PIC, Project No Comments →

This project shows you how to implementing your own Web/WAP enabled home automation system. It will allows you to control the on/off state of up to eight 3A appliances via either a web browser or a mobile phone.

Magnetic Stripe Card Reader

March 08, 2010 By: admin Category: AVR, Data Acquisition, Project No Comments →

This AVR-based magnetic stripe card reader will read the data from track 1 of a credit card, or any other card that uses a similar format, and will send it out an RS232 port where it can be displayed on a PC using any communications program.