An open API service indexing awesome lists of open source software.

https://github.com/kopeckylukas/digital-clock-lkdesign

The digital clock hardware and software is a result of a Final-Year Project at SŠIEŘ, Rožnov pod Radhoštěm, Czech Republic as part of the Maturita Exam (A-levels equivalent). All hardware, circuit boards schematics and software written in assembly language are available through an open-source licence.
https://github.com/kopeckylukas/digital-clock-lkdesign

assembly-language circuit-design digital-clock hardware-designs mcs51 microcontrollers software-development

Last synced: about 1 year ago
JSON representation

The digital clock hardware and software is a result of a Final-Year Project at SŠIEŘ, Rožnov pod Radhoštěm, Czech Republic as part of the Maturita Exam (A-levels equivalent). All hardware, circuit boards schematics and software written in assembly language are available through an open-source licence.

Awesome Lists containing this project

README

          

# Digital Clock
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

The digital clock hardware and software is a result of a Final-Year Project at SŠIEŘ Rožnov pod Radhoštěm (Czech Republic) as part of Maturita Exam (A-levels equivalent). All hardware, circuit boards schematics and software written in assembly language are available through an open-source licence.

![Clock_figure1](Clock_figure1.png)

## About the Project
Hardware

A custom architecture based on Intel Microcontroler i8051/MCS-51 *(8-bit, 128B RAM, 4x 8-bit paraler ports, 24MHz)*. Seven-segment displays are controlled by additional drivers and their intensity is adjustable by a potentiometer on the back panel. Chassis was custom made by SSI Schäfer, s.r.o.

All Cirucit Boards are single-side printed:

LK01-16 - The seven-segment dispalys.

LK02-16 - The main board embeding microcontroller i8051 and Epson real-time chip RTC72421

LK03-16 - The board contains switches for time setting and a potentiometer for adjusting brigthness of the dispaly.

Software
Software is developed in an assembly language for Intel microcontrolers series i8051/MSC-51.
Insturction set and manuals are available at: http://web.mit.edu/6.115/www/document/8051.pdf