7 segment led display clock and texts

7 segment display clock and text . I want to build a clock using 7 segment led display module. Is it possible to display text and time alternatively?
4 module display
Arduino UNO or ESP8266
RTC module

"Uncategorized" does not mean "give moderators extra work by categorising it for you"; please see the stickies in Uncategorized - Arduino Forum.

In future, please pay attention where you post; thanks.

1 Like

It is not possible to display some text on 7-segment display. Only certain letters can be formed with 7 segments. Many letters cannot be. Maybe you want to consider 14-segment or 16-segment displays?

If your text can be shown on 7 segments, then it may be possible to alternate the time with text.

This could mean many things. Please post a link to the specifications of the display.

If you have not yet purchased a display, then the forum can help you to select a suitable one. Post links to some that you like.

If you choose ESP8266 and there will always be a wi-fi connection to the internet, then an RTC will not be needed.

However, because ESP8266 have few pins, you must choose a display with a driver circuit built-in. These use only a few pins.

1 Like

https://www.google.com/search?q=acdc+electrical+haldia+photos&oq=acdc&aqs=chrome.0.69i59l2j46i67i650j5j46i39i175i199i650j69i65j0i512l4.2472j0j9&client=ms-android-oppo&sourceid=chrome-mobile&ie=UTF-8&si=AMnBZoFzUmuYTz7Q8OiKGisuf87ag1mnaX-smdvIYFVd3l6fMy09P06tcNWcE73Cms_5IK7S_JA6xY8XetiIVX-7i6u-EI4lVoMPYVXFUicrEKJZXuozu0yDNRJXG3RE46yhK6oN2ZU2X1WeZd4nEtuU_myBFDtCag%3D%3D&ictx=1&ved=2ahUKEwjv49e205X_AhVH8DgGHXW8B7AQyNoBKAF6BAgXEAg#lpg=cid:CgIgAQ%3D%3D,ik:CAoSLEFGMVFpcFByTk8zbFA2NU1sOXdGWW9iVnVUZUhiVEdoVTJMdmNraEF3cU40

This thing exactly
I will build the segments myself with led strips

https://jasonacox.github.io/TM1637TinyDisplay/examples/7-segment-animator.html

I will be using this library for text animation

Your link is broken, it does not link to a display.

I get it.

This will not be easy for a beginner. I suggest you make a small prototype first, using 4x small 7-segment display.

I suggest you use 4x 74hc595, one chip to drive each digit. There are chips which will control your displays with a single chip, but using 4x 74hc595 will make things easier when you are ready to build the large digits.

At that time, you can either replace the 74hc595 with tpic6b595 or add logic-level MOSFETS like irlz44 depending on how much current your segments will need.

2 Likes

we discussed enough about similar project.

1 Like

Look into this tutorial.

1 Like

Thankyou guys.
Will keep you updated about my project

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.