Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Binary clock on LED matrix

Status
Not open for further replies.

Vermes

Advanced Member level 4
Joined
Aug 2, 2011
Messages
1,163
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,316
Activity points
22,318


This version of binary clock is based on LED matrix LINK, processor Attiny2313 and RTC DS1307. Everything except the matrix is in SMD technology.

Schematic:



Order of pins on the schematic corresponds to the pins of matrix. Code takes 1,87kB.

The clock displays time in the form of BCD code, what provides fast read. The clock allows you to display in few modes:
  1. standard BCD
  2. BCD with byte field backlight of intensity 1
  3. BCD with byte field backlight of intensity 2
  4. BCD with byte field backlight of intensity 3
  5. BCD with byte field backlight of intensity 4
  6. BCD with byte field backlight of intensity 5 – very bright
  7. BCD in the reverse logic lit=0, not lit=1

The whole device is multiplexed with a frequency of about 1kHz.

How to read the device:
  • 1 row – tens of hours
  • 2 row - unities of hours
  • 3 row – tens of minutes
  • 4 row – unities of minutes
  • 5 row – tens of seconds
  • 6 row – unities of seconds

And in a row from the top – diode number:
  • 1 = 1
  • 2 = 2
  • 3 = 4
  • 4 = 8
You have to sum, for example diode 2 and 3 = 6, 1 and 4 = 9. Picture in the title shows: 1 2 1 7 3 4 which means 12:17:34.

Pictures:




Video:


Link to original thread (useful attachment) – Zegarek binarny na matrycy LED
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top