项目作者: medHalim

项目描述 :
Clock and Calendar monitor using PIC18F4550 and DS1307 RTC and communication via I2C and UART.
高级语言: C
项目地址: git://github.com/medHalim/PIC18F4550-DS1307-I2C-UART.git
创建时间: 2021-10-01T22:05:29Z
项目社区:https://github.com/medHalim/PIC18F4550-DS1307-I2C-UART

开源协议:

下载


Real Time Clock Monitor Project

Clock and Calendar monitor using PIC18F4550 and DS1307 RTC and communication via I2C and UART.

Project Overview

The project consist of a transmitter PIC18F4550 and a receiver one. The Transmitter microcontroller collects RTC Data through I2C, while the receiver microcontroller gets the RTC Data through UART and decodes it into a redable clock with a calendar that is shown in a 16x2 LCD.

The project was simulated in Proteus v8.10 SP3 and works fine but with a high CPU usage.

Schematic

PIC18F4550-DS1307