i want to make 7 segment clock using rtcds1307 can any one send me the arduino program and schematic.
digitalWrite (http://www.google.com , HIGH);
LOL, sorry. I just had to do it. I myself may come on here and ask for a lot of advice when I'm stuck and research isn't producing viable results, but google is swamped with arduino clocks using the ds1307 (and similar). Just do a google search and pick your favorite.
As well, if there's one thing I've learned, start by getting each part to operate alone, and then bring it all together. Get you 7-seg up and running, then your RTC. Just the other night, I played around with a pan/tilt thing involving a stepper motor, servo, and the Wii nunchuk. All use different separate libraries. I would start on one, then move on to the next, integrating them all at the end.
So, just do a google search and you're almost guaranteed to find a few tutorials on how to do what you're looking to do. Best of luck! And post some pics as you go
~Stitch
gtr_stitch:
digitalWrite (http://www.google.com , HIGH);
It's digital.Write(http://www.google.com , HIGH);
You forgot the 'dot'.
LOL