Digital alarm clock

Hey everybody, Im only just starting working with arduino and for my first project Ive decided to build myself a very basic digital alarm clock. Nothing too fancy cause as I said Im still a newbie. My question is does anybody know where I can get the circuit diagram for my clock?

Assuiming you are going to use the Arduino to keep time, you really only need a display and a speaker. Like this:

A bit pricy, but easy to interface to the Arduino with the softwareSerial library.

thanks, was initially planning of keeping time with a ds1307 RTC but I could try this way. Let you know how it goes :slight_smile: :slight_smile:

The ds1307 is a good idea if you want to keep things accurate.