Circuit Lake

Electronic Project and Circuit Collection

ATMega168 Related Resources




Rechargeable Battery Capacity Tester

October 24, 2011 By: admin Category: AVR, Digital, Measurement, Microcontroller, Project No Comments →

Rechargeable Battery Capacity Tester

This ATMega168-based battery tester allows you to find out the overall capacity of the rechargeable battery. It can shows how long will a battery last from the time it’s fully charged to the time that the “low battery” indicator comes on your device. It can be used to test multiple cells individually, and display [...]

Programming Arduino Compatible Using Sound Card

September 19, 2011 By: admin Category: Arduino, Interfacing, Miscellaneous, Project No Comments →

How to program arduino using Audio PC line

Audioino is neat way to program an Arduino compatible microcontroller via the audio port of your PC. Chris said to build Audioino, firstly you need to program your Atmega168 with custom audio bootloader. You can use the sketch “ArduinoISP’ in the examples folder of the Arduino IDE for flashing or find someone who owns [...]

AVR Digital Hum Nuller

August 16, 2011 By: admin Category: AVR, Audio, Microcontroller, Project No Comments →

Audio Hum Nuller Filter

This ATmega168-based digital comb filter built to clean a realtime audio signal. It can remove the ubiquitous 60Hz (50Hz in some countries) hum noise caused by power lines and household electrical wiring. Since the noise is not strictly sinusoidal it is necessary to remove all harmonics of 60Hz, and that is what this filter does.

AVR Power Usage Logger

August 01, 2011 By: admin Category: AVR, Data Acquisition, Microcontroller, Monitoring, Project No Comments →

AVR Based Homemade Power Meter

This ATmega168-based project monitors household power usage and logs it to an SD card. Signals from voltage and current detectors amplified LMC6484AIN quad op-amp and then AVR microcontroller computes the power consumption using the formula P=VxI.