Carsten1987 / DCF77_Funkuhr

DCF77 Clock with PIC16F73

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCF77_Funkuhr

DCF77 Clock with PIC16F73
All Display-Units are Controlled via SPI and HC595-Shift-Registers(SR). Project can be compiled with Windows and Linux xc8-Compiler. For both OS, xc8 needs to be in PATH.

PIN Configuraiton

RB0 - DCF77
RB1 - Output Enable of all SRs
RB2 - Enable Day-of-week
RB3 - Enable Date
RB4 - Enable Time
RB5 - Clear all SRs
RB6 - Programmer
RB7 - Programmer
RC6 - TX (9600 Baud, 8N1)
RC7 - RX (unused at the moment)
RC5 - SPI-TX
RC3 - SPI-CLK

Example Front View

About

DCF77 Clock with PIC16F73

License:MIT License


Languages

Language:C 91.5%Language:Makefile 8.5%