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**
 
ya, u need to program only yr microcontroller and interface it with RTC. Go for micrcontroller having I2C interface onchip, like AVR series from atmel (having TWI interface equivalent to i2c), it'll be quite easy to inteface ds1307 n u'll find lot of library functions available online to make yr programming easier

------
https://dharmanitech.blogspot.com
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…