Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

DS1307 help

Status
Not open for further replies.

amsung2

New Member
can anyone tell me if there is a programming kit that can program a DS1307 and an 80xx µc, or do i have to look for the DS1307 programmer separately? is there any chip made by atmel that can be used instead DS1307?
 
can anyone tell me if there is a programming kit that can program a DS1307 and an 80xx µc, or do i have to look for the DS1307 programmer separately? is there any chip made by atmel that can be used instead DS1307?
DS1307 as in "**broken link removed**"? You don't "program" that chip. You control it with a microcontroller. You only need a programmer for your microcontroller.
 
can anyone tell me if there is a programming kit that can program a DS1307 and an 80xx µc,

No programming kit required. The DS1307 communicates using the I2C serial data protocol.
You just need to write some code on your microcontroller to interface with it.
Maxim/Dallas Application note 95 shows how to use it with 8051 microcontrollers:
**broken link removed**
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top