- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › how to interface ds1682 with 8051
i wants to write c code for hour meter by using ds1682 plz send some logic
Hey yogesh
First start with basic task of your project.Learn configuration of 8051 and refer the data sheet of DS1682.DS 1682 has 2-wire serial communication(I2C protocol) which is need to communicate with 8051. So next learn about I2C protocol and how to implement in 8051.It is helpful to develop code of your application.