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

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.

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