https://github.com/shiro-raven/smartattendance
An arduino-based real-life session attendance system.
https://github.com/shiro-raven/smartattendance
arduino-uno glcd rfid-reader sd-card smokedetector spi
Last synced: 9 months ago
JSON representation
An arduino-based real-life session attendance system.
- Host: GitHub
- URL: https://github.com/shiro-raven/smartattendance
- Owner: Shiro-Raven
- Created: 2018-11-12T19:37:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T12:56:48.000Z (over 7 years ago)
- Last Synced: 2025-03-27T01:15:20.421Z (about 1 year ago)
- Topics: arduino-uno, glcd, rfid-reader, sd-card, smokedetector, spi
- Language: C++
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Attendance system
An Arduino-based real-life session attendance system.
Made as a project for the Embedded Systems Design course.
### The system uses the following components:-
- MFRC522 RFID card reader/writer
- 84x48 Graphical LCD
- Buzzer
- Smoke Detector
### The system also uses the following libraries:-
- SD.h
- SPI.h
### and the following external libraries:-
- GLCD5110_Basic.h
- Time.h
- MFRC522.h