https://github.com/Quanoom/System
System that provides time & date for users in different languages
https://github.com/Quanoom/System
c18 datetime datetracker display embedded-c embedded-systems lcd microchip pic18f protocol real-time rtc rtc-module spi timetracker
Last synced: 18 days ago
JSON representation
System that provides time & date for users in different languages
- Host: GitHub
- URL: https://github.com/Quanoom/System
- Owner: lemongrb
- License: mit
- Created: 2024-09-22T13:15:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:30:18.000Z (9 months ago)
- Last Synced: 2025-01-02T17:36:46.217Z (9 months ago)
- Topics: c18, datetime, datetracker, display, embedded-c, embedded-systems, lcd, microchip, pic18f, protocol, real-time, rtc, rtc-module, spi, timetracker
- Language: C
- Homepage:
- Size: 2.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction :
This system allows users to view the current time and date in either English or French. Users can select their preferred language, and the system will display the time and date formatted accordingly.
## How it works :
The system uses a real time clock **RTC** so, the **date & time** are fetched from the **RTC** and then displayed on the screen **LCD**, The language selection is done by a push button, the validation is done by a another push button.
## Components :
- PIC18F452
- REAL TIME CLOCK RTC MAX6902.
- PUSH BUTTON * 2.### Notice :
In order to set the current **date & time** you have to change the array (bytes in the definitions.h) to the current **date & time**.#### Contributions :
Contributions are welcomed, you can add new features like :- New languages.
- Calendar.
- Generating alarm.##### CHECK :
[show](https://github.com/Quanoom/System/blob/main/show.mp4)