https://github.com/a-bdellatif/timedatetemperaturesystem
Dual Display: Time, Date & Temperature Monitor(unfinished)
https://github.com/a-bdellatif/timedatetemperaturesystem
clanguage microchip pic pic18f pic18f452 programming project
Last synced: about 1 year ago
JSON representation
Dual Display: Time, Date & Temperature Monitor(unfinished)
- Host: GitHub
- URL: https://github.com/a-bdellatif/timedatetemperaturesystem
- Owner: a-bdellatif
- Created: 2024-11-07T18:23:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:34:01.000Z (over 1 year ago)
- Last Synced: 2025-02-03T12:47:51.482Z (over 1 year ago)
- Topics: clanguage, microchip, pic, pic18f, pic18f452, programming, project
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 1)-Overview :
Simple system to display time/date & temperature in a circular manner.
#### 2)-Components :
- PIC18F452
- LM35
- MAX6902
#### 3)-Working Concept :
i'm using LM35 analog temperature sensor and using spi protocol to fetch time/date from MAX6902 RTC to display the time/date & temperature in a circular manner
i have used a timer_0 where each overflows triggers an interrupts that dispalys either time/date or temperature based on the state of the flag.