0

I need some help with a project I am doing involving the DS1307 RTC. I am trying to make what is essentially a way to mins quickly check the time which involves nine LEDs slowly lighting up every 10 so that I can quickly check time but looking at it. :Here is a rough 3D model of the housing of the arduino So far I've tried TimeAlarms but I can't figure out how to do this. I have a Arduino Uno by the way.

Can someone possibly help?

asked May 23, 2018 at 3:44
2
  • 2
    start by learning how to light up the LEDs .... then learn how to use the DS1307 RTC .... tutorials can be found on the web Commented May 23, 2018 at 3:51
  • please explain what slowly lighting up actually means Commented May 23, 2018 at 3:52

1 Answer 1

1

Use the SQW pin on the DS3231 or DS1307 to create 1sec pulse, read it on your Arduino. There are very good libraries are available (like RTClib from adafruit).

answered May 23, 2018 at 7:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.