Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 23 hours 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T10:45:16.000Z (about 1 year ago)
- Last Synced: 2023-09-29T14:34:46.856Z (about 1 year 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
![](https://i.imgur.com/kpIQlcK.jpg)
---------------------------------------------------------
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:
![](https://i.imgur.com/0s5TMFr.jpg)
![](https://i.imgur.com/3EurCtA.png)
![](https://i.imgur.com/PrMRWdn.png)
![](https://i.imgur.com/3nijPDL.jpg)
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. :)