https://github.com/eimon96/binary_clock
Made with Arduino Uno
https://github.com/eimon96/binary_clock
arduino arduino-clock arduino-uno binary-clock clock
Last synced: about 2 months ago
JSON representation
Made with Arduino Uno
- Host: GitHub
- URL: https://github.com/eimon96/binary_clock
- Owner: eimon96
- License: mit
- Created: 2021-09-11T05:13:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T10:45:16.000Z (over 1 year ago)
- Last Synced: 2025-01-20T15:18:25.295Z (3 months ago)
- Topics: arduino, arduino-clock, arduino-uno, binary-clock, clock
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Output format is hh:mm:ss (including the ":")
----------------------------------------------------------
For example:
# 08:24:50

---------------------------------------------------------
Demo:
https://www.youtube.com/watch?v=EGtifa36_Ck
----------------------------------------------------------
Components:
* Arduino Uno R3
* Expansion
* Solderless Breadboard MB-102
* Mini Board
* Jumper Wire x 18
* Matrix Led 8x8
* USB Cable
* Battery 9V Cable (or even better a powerbank 10000mAh - turns out it consumes a lot of battery)
* Key Switch (Button)-----------------------------------------------------------
Connections:




Connect button to D1 and 5V
-----------------------------------------------------------
P.S. As for that background in the pictures, I glue the boards and the arduino on an old laptop motherboard. :)