Hi , I'm new to Pic Basic and I'd like a program to interface a DS13707 and PC in order to configure time & date on the DS1307 using the PC's keyboard.
something like this, but using a PIC16f628 instead
t.i.a.![]()
Hi , I'm new to Pic Basic and I'd like a program to interface a DS13707 and PC in order to configure time & date on the DS1307 using the PC's keyboard.
something like this, but using a PIC16f628 instead
t.i.a.![]()
I've done similar with the DS1302 and found almost everything I needed is already here.
http://www.picbasic.co.uk/forum/sear...earchid=441378
"It will never happen here!" just happened here.
My thoughts and prayers for Sandy Hook victims and families.
link doesn't work
I tried this program it but doesn't work
http://www.microengineeringlabs.com/...ted/MN1307.txt
circuit:
![]()
Last edited by mabauti; - 26th January 2008 at 21:34.
That program was written by Melanie Newman.
There's no way it doesn't work.
Your schematic has a couple problems though...
The LCD's data buss should go to DB4-DB7 on the LCD. Not 0-3.
And the Vo pin is grounded. There should be a 10K pot there.
<br>
DT
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Maybe that's not for standard LCDs
I modified the schematic and it is working now.
Anyway I'll try the first circuit by myself
Thank you for the help gentlemen!![]()
In your drawing pin 3 on the DS-chip is not connected. This is not a wise thing to do, if this pin is left floating the DS can stop to work. Depending on current leakage in the chip and other varoius sources for charge a voltage can be built up on this pin if left floating and the safety functions for low battery voltage in the DS can be trigged. You do not want that.
Connect a suitable battery or ground the pin! You can find this information in the datasheet under the description of each pin. They put it there for a reason and they do not joke.....
Bookmarks