Clock Projects

ATMEGA48 ASM 010 SCHEMATIC DIAGRAM

ATMEGA48 TIMER TRIGGERED BY CURRENT FLOW ASM-010

ATMEGA48 Many devices may be in standby mode during downtime. They do not perform any work, they are apparently disabled, but the control circuits are powered. To extract useful information from the point of…Electronics Projects, ATMEGA48 Timer triggered by current flow ASM-010 “avr project, microcontroller projects, power electronic projects, “ ATMEGA48 Many devices may be in standby mode during […]

ATMEGA48 TIMER TRIGGERED BY CURRENT FLOW ASM-010 Read More »

ATmega16 Analog Looking Digital Clock Project 1

ATmega16 Analog-Looking Digital Clock Project

Atmega16 microcontroller in our circuit monitor 7 inch in size. Screen “3 inch” or “4 inch” may be, it doesn’t matter. We have the biggest screen by controlling the foot links we could find…. Electronics Projects, ATmega16 Analog-Looking Digital Clock Project “avr project, microcontroller projects, ” Atmega16 microcontroller in our circuit monitor 7 inch in

ATmega16 Analog-Looking Digital Clock Project Read More »

The simplest digital voltmeter with AVR

This is probably the simplest possible digital voltmeter with Atmel AVR microcontroller. The circuit is controlled by a microprocessor IO1 – Atmel AVR ATmega8 (ATmega8, ATmega8L), a program to download and configuration bits setting is below. (ATmega8 may seem too “big”, but was chosen because it is one of the most frequently used AVR and

The simplest digital voltmeter with AVR Read More »

How to drive 595 shift registers with AVR hardware SPI

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 Read More »

Tinker's Word Clock – REVISITED! NOW 110% more AWESOME

I have been tinkering with Word Clocks for years. There is only one thing I like more than making word clocks… it’s designing them so that they are easy to put together. This tutorial will go through my latest version (5!!!!!). By the end of it you will have a clock with: User selectable colours

Tinker's Word Clock – REVISITED! NOW 110% more AWESOME Read More »

Arduino Without External Clock Crystal on ATmega328

Story An Arduino consists of many components like: a linear regulator, USB to Serial microcontroller, debug LED, power LED, reset button, RX & TX LED, crystal oscillator, etc. But a minimal circuit can have just the brain of the Arduino UNO, that is, an ATmega328p microcontroller (Reducing Arduino Power Consumption). You can assume this one

Arduino Without External Clock Crystal on ATmega328 Read More »

DS1307 RTC Interfacing with AVR microcontroller

In this tutorial we will learn How to interface RTC DS1307 with AVR microcontroller. We are using Atmega8 for the demo. GENERAL DESCRIPTION The DS1307 serial real-time clock (RTC) is a low-power, full binary-coded decimal (BCD) clock/calendar plus 56 bytes of NV SRAM. Address and data are transferred serially through an I2C™, bidirectional bus. The clock/calendar provides seconds,

DS1307 RTC Interfacing with AVR microcontroller Read More »

Build your own stopwatch using Maxim MAX7219 Serially Interfaced, 8-Digit LED Display Drivers

One of the basic usage of the TIMER peripheral on every microcontroller is to provide the accurate timing mechanism. Using the TIMER peripheral as the basic timing, we could easily develop a stopwatch and display it to the 8-Digit seven segment numeric LED display. Thanks to the Maxim MAX7219 chip which enable us to interface

Build your own stopwatch using Maxim MAX7219 Serially Interfaced, 8-Digit LED Display Drivers Read More »

Scroll to Top