-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sameer Sah edited this page Apr 19, 2025
·
1 revision
Welcome to the RFID Attendance System Wiki!
This project integrates ESP32 with an RFID (RC522) reader to track attendance and register users. The backend is powered by Google Apps Script and logs data to Google Sheets.
- πΆ ESP32 + RFID (RC522) integration
- π§Ύ Google Apps Script backend
- ποΈ Google Sheets database
- π Tracks Time In and Time Out
- π« Prevents duplicate attendance entries for the same day
- β Automatic handling of registered/unregistered cards
- ESP32 scans an RFID card.
- Sends request to Google Apps Script Web App with UID and mode (
reg
oratc
). -
Script handles:
- New user registration (
reg
) - Attendance logging (
atc
)
- New user registration (
- Google Sheet updates accordingly.
/ESP32 βββ main.ino # Code for ESP32 + RFID /scripts βββ Code.gs # Google Apps Script /docs βββ README.md # Project overview
- Based on the IoT concept of cloud-attached attendance tracking
- Uses free-tier tools: Google Sheets, Google Apps Script
For full setup instructions and troubleshooting, visit the other Wiki pages.