Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemongrb/realtimeclocksystem
System that provides time & date for users in different languages
https://github.com/lemongrb/realtimeclocksystem
c18 datetime datetracker display embedded-c embedded-systems lcd microchip pic18f protocol real-time rtc rtc-module spi timetracker
Last synced: 4 days ago
JSON representation
System that provides time & date for users in different languages
- Host: GitHub
- URL: https://github.com/lemongrb/realtimeclocksystem
- Owner: lemongrb
- License: mit
- Created: 2024-09-22T13:15:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:30:18.000Z (12 days ago)
- Last Synced: 2025-01-02T17:36:46.217Z (12 days 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
### DATE & TIME SYSTEM :
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. The system uses a real time clock (RTC).
The language selection is done by a push button, the validation is done by a push button.#### COMPONENTS :
- PIC18F452
- REAL TIME CLOCK RTC MAX6902(spi protocol)
- PUSH BUTTON * 2.#### Notice:
In order to set the current date & time you have to change the 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/0xaB26/realTimeClockSystem/blob/main/show.mp4)