atmega168

The Tuxgraphics AVR NTP clock using ATmega168

The Network Time Protocol (NTP) has revolutionized the world. Suddenly one could have anywhere in the world accurate time and date. NTP is a simple UDP based protocol and can be implemented in a Microcontroller. Using the tuxgraphics ethernet board and a LCD display we build a nice clock which gets time and date via

The Tuxgraphics AVR NTP clock using ATmega168 Read More »

The Prototino™ using ATmega168 microcontroller

What is a Prototino™?   The Prototino™ is an Arduino clone with a built in prototyping area.   Designed to make a permanent version of your project once you have perfected it on a breadboard but without the expense of embedding your original Arduino into your project. The Prototino also makes your project more reliable

The Prototino™ using ATmega168 microcontroller Read More »

How to drive 595 shift registers with AVR hardware SPI using ATmega168 microcontroller

Driving a shift register using an AVR chip’s built-in hardware is really quite easy. Most of their offerings have an SPI module, or Serial Peripheral Interface. A shift register is exactly that, a peripheral device that communicates via a serial line. All we need to do is hook up our connections and use a few

How to drive 595 shift registers with AVR hardware SPI using ATmega168 microcontroller Read More »

AttoBasic HOME using Atmega168 microcontroller

AttoBasic HOME using Atmega168 microcontroller

This is the central location for resource for all versions of AttoBasic for Atmel AVR controllers and Adurino computers Devices directly supported include ATMEGA328, ATMEGA168, ATMEGA88M, ATMEGA32U4, ATMEGA32, ATMEGA163, ATMEGA8515, ATTINY2313, AT90S8515,  AND AT90S2313 Versions of AttoBasic run on several AVR controllers with 2K or more of Flash Overview AttoBasic is a on-chip resident interactive

AttoBasic HOME using Atmega168 microcontroller Read More »

AVR RGB LED and Sound Show using ATmega168 microcontroller

The tutorial is well planned and executed. I really liked the RGB LED and Sound show given at the end. I will try it and tell how it works. Till then you can read the rest of the article here. Working with Atmel AVR Microcontroller Basic Pulse Width Modulation (PWM) Peripheral The article also explain

AVR RGB LED and Sound Show using ATmega168 microcontroller Read More »

AVR Power Usage Logger using ATmega168 microcontroller

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. The voltage and current are each sampled at 9615 Hz so the integration should be fairly accurate even for

AVR Power Usage Logger using ATmega168 microcontroller Read More »

AVR Digital Hum Nuller using ATmega168 microcontroller

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 Digital Hum Nuller using ATmega168 microcontroller Read More »

Scroll to Top