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

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

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)