Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

rtc interfaced to lcd through microcontroller

hi! i am using at89c52 controller and ds1307 rtc ic,and i want todisplay the time,date and day on the lcd.ds1307 is a i2c real time clock ic.

please reply me if any one has this type of code.

Parents
  • Consider your projecct in 3 parts:

    1. Controlling the ds1307 rtc. For this part, the LCD is irrelevant - so just look-up stuff about using the ds1307 rtc. The Maxim/Dallas website would be the obvious place to start.

    2. Controlling the LCD. For this part, the ds1307 is irrelevant - so just look-up stuff about using LCDs.

    The final part of your project - once you have the first two working (and not before) - is to join them together.

Reply
  • Consider your projecct in 3 parts:

    1. Controlling the ds1307 rtc. For this part, the LCD is irrelevant - so just look-up stuff about using the ds1307 rtc. The Maxim/Dallas website would be the obvious place to start.

    2. Controlling the LCD. For this part, the ds1307 is irrelevant - so just look-up stuff about using LCDs.

    The final part of your project - once you have the first two working (and not before) - is to join them together.

Children
No data