clock

Digital Clock

Digital Clock using Seven Segment Display and ATMega16

In this ATMega16 AVR project we will be designing and implementing a digital clock with the aid of a atmel AVR ATMega16 microcontroller and seven segment display. Before going through this digital clock AVR project it is recommended to complete the tutorial on Interfacing a Seven Segment Display with the AVR Microcontroller. Note: Although this AVR project was designed around the ATMega16 the project …

Digital Clock using Seven Segment Display and ATMega16 Read More »

Arduino Scope clock (2)

Analog Clock And Temperature sensor On An Oscilloscope using Arduino

Scopeclock is an easy to use hardware to make your X-Y capable analog oscilloscope more useful .Using this simple to use hardware you can convert your analog oscilloscope into a scope clock.This project was me and my friend kshitij gupta at CEDT nsit under the guidance of Prof. Dhananjay V.Gadre. Scope clock has two modes …

Analog Clock And Temperature sensor On An Oscilloscope using Arduino Read More »

Using-Maxim-DS1307 Real Time Clock with Atmel AVR Microcontroller

Using Maxim DS1307 Real Time Clock with Atmel AVR Microcontroller Using Atmega32

Building our own digital clock is one of the dreamed project by most of the hobbyist or anyone that want to learn or involve seriously in the embedded system world; the ability to integrate time, day and date to the embedded system is one of the important knowledge that should be known by any embedded …

Using Maxim DS1307 Real Time Clock with Atmel AVR Microcontroller Using Atmega32 Read More »

RTC based Digital Clock

DS1307 RTC based Digital Clock Designing in 12 Hour Format with ATmega32 and 7-Segment Display

A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols), as opposed to an analog clock, where the time is indicated by the positions of rotating hands. The clock/calendar provides seconds, minutes, hours information. The clock operates in either the 24-hour or 12-hour format with AM/PM …

DS1307 RTC based Digital Clock Designing in 12 Hour Format with ATmega32 and 7-Segment Display Read More »

Arduino Without External Clock Crystal

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 »