RFID Presence, Project Summary
A plain-language summary of the RFID + camera-correlated classroom presence project for mentors, covering the problem, the idea, and the design rationale.
Classroom Presence System
The idea, why it's designed this way, where it stands today, and how it compares to what already exists. See the Overview page for the problem statement and research question.
The Idea, in One Paragraph
Mount a tamper-evident RFID tag on each student's own laptop, not a wearable badge, since laptops are far less likely to be left in a locker, and read it at the classroom door. That tells us the device is present. Separately, an existing face-scanning camera system (built by a teammate on another OCS project) tells us the student is present. Neither signal alone is trustworthy attendance: a laptop can sit in the room while its owner is in the bathroom, and a face can be recognized without the device belonging to that class period. Correlating the two against the bell schedule and per-period roster produces a real presence determination.
Why It's Designed This Way
| Decision | In plain terms |
|---|---|
| Tag on the laptop, not a badge | Students carry laptops to every class and rarely leave them behind. A badge is far easier to forget or leave in a bag. |
| RFID + camera, not RFID alone | RFID proves the device is in the room. Camera proves the person is. Both are needed to know the student is actually present. |
| Tamper-evident tags | The tag's antenna physically breaks if peeled off, so a student can't hand their tag to a friend to fake attendance. |
| Attendance counted only in a bell-schedule window | A tag read in the hallway an hour later doesn't get mistaken for attendance in that period. |
| States beyond present/absent (for example "stepped out") | Real classrooms have bathroom breaks and late arrivals. A binary present/absent flag would misreport both as absences. |
Privacy, Scope & Governance
Set by the teacher in the room-approval discussion. These are the boundaries mentors should know the project operates inside.
- Face scanning is opt-in. A student can decline and still get correct device-only presence tracking. That is a policy choice, not a system failure.
- Scope is one CS classroom, for now. No wider rollout is planned or implied at this stage.
- The project is fully open. Implementation is shared with anyone who asks, and nothing is treated as confidential.
- Security review is mentor-led rather than a formal school-IT process, given the single-room scope and open-sharing policy.
- Testing uses only the team's own data. No real student data is used beyond what the team itself provides.
Where It Stands Today
We're in Phase 1: a working contact-tap prototype on a CrowPi board, with one scan pad, 10 demo tags, a Flask backend, and a rough dashboard. It proves the core read, log, and display loop end to end. It does not yet include the camera correlation, UHF doorway detection, or tamper-evident tags described above. Those arrive in later phases, moving from proving the concept works to proving it works contactlessly, at classroom scale.
Prior Research & Comparable Systems
A survey of academic work, related patents, commercial products, and regulatory sources reviewed before finalizing this design, covering classroom attendance systems directly and the underlying RF, sensor-fusion, and UX questions the design depends on (on-body tag reliability, antenna diversity, tag co-location interference, clock synchronization, and audible read confirmation). This is a September 2026 research snapshot, not a formal literature review or patent-clearance search; a proper IP-clearance pass should happen before any claim of novelty is made publicly.
Academic literature
| Paper | What it does | How this project differs |
|---|---|---|
| In-Classroom Faculty Attendance Monitoring System Based on UHF RFID with Captured Image Cross-verification | The closest prior work found: UHF RFID reads paired with a captured image for cross-verification. | Targets faculty, with a single-signal cross-check at read time. This project models device and person as two continuously tracked signals over a full period (bathroom breaks, tardies, opt-outs), with a bell-schedule-bound attendance window and tag lifecycle handling the paper doesn't cover. |
| RFID-Based Non-Biometric Classroom Attendance System: Proxy Attendance Detection via Weight Sensor Integration | Adds weight sensors to catch "buddy punching," where one student taps a friend's tag, without biometrics. | Addresses the same proxy-attendance concern this project handles with tamper-evident tags (antenna breaks on removal), using a different mechanism worth comparing tradeoffs against. |
| The Possibility of Using RFID System to Automate and Integrate the Attendance of Professors and Students in the Classroom | General single-signal RFID-tap attendance automation. | No second signal to verify the person, and no presence-state model beyond present/absent. |
| An RFID-Based Smart School Attendance and Monitoring System | General-purpose RFID school attendance and monitoring. | Same gap: RFID only, with no device/person distinction. |
| Online Classroom Attendance System Based on RFID Technology and Cloud Computing | Cloud-hosted RFID attendance pipeline. | Solves the infrastructure and scale problem, not the trust problem this project targets. |
Related patents
| Patent | What it covers | How this project differs |
|---|---|---|
| KR101710200B1, Automatic Attendance System Using Face Recognition (Korea) | An RFID tag on a student ID is read at a classroom terminal, which also captures a face photo; both are sent to a server with timestamp, device ID, and student number. | Conceptually the closest patent found, combining RFID and face recognition. This project's tag lives on the student's own laptop rather than an ID card, is tamper-evident, has an explicit issue/tamper/retire lifecycle, and feeds a period-aware, multi-state presence model rather than a single logged read event. We are not claiming novelty over RFID plus face recognition as a general combination; the difference is in the presence-state modeling, governance layer, and phased hardware rollout. |
| US7095324B2, Tamper Evident Smart Label with RF Transponder (Intermec) | An RF transponder label with propagation cuts in the antenna trace that sever on peel-removal, permanently disabling the tag's read response. | Direct prior art for the laptop tag's tamper-evident requirement. Our tag lifecycle treats a severed antenna as a state transition (ACTIVE → TAMPERED) feeding the presence model, rather than just a disabled label. |
| US10565488B2, RFID Tag with Anti-Tamper Assembly (Intermec) | A capacitive-sensing tamper design: a break-away structure changes the tag's capacitance on removal, which a microcontroller detects to disable the tag. | A second, mechanically different tamper-evident approach (capacitive vs. severed-trace) worth evaluating for the on-metal laptop tag, where a simple frangible trace may be harder to route. |
| US9202091B2, RFID Reader with Camera, Video, and/or Audio Capture Device | An RFID reader that triggers a facial-recognition image capture at the moment a badge is read, at a single fixed reader point. | Prior art for pairing an RFID read with a camera capture generally. This project separates the two into independent, continuously-running signal streams (device and person) correlated after the fact, rather than one signal triggering the other at a single instant, which is needed because the camera and RFID reader are not colocated at one point in this design. |
Sensor-fusion & occupancy-sensing research
Work validating the general approach of combining RFID with another sensing modality, beyond classroom attendance specifically, plus broader surveys of how occupancy sensing is done in buildings generally.
| Work | Relevance |
|---|---|
| RFID Sensor Network for Human Presence Sensing (ARPA-E / University of Colorado Boulder) | Combines an RFID sensor network with privacy-preserving microphones and low-resolution cameras for occupancy detection. Direct precedent for RFID plus visual-signal fusion at a systems level. |
| Fusion of Radio and Camera Sensor Data for Accurate Indoor Positioning | Fusion algorithms that incorporate radio data into camera-based occupancy map frameworks. Relevant technique reference for the correlation engine. |
| Fundamentals, Algorithms, and Technologies of Occupancy Detection for Smart Buildings Using IoT Sensors | Survey comparing PIR, acoustic, camera, HVAC, and WiFi/BLE occupancy-sensing modalities with a comparative analysis and sensor-fusion recommendation. Places RFID+camera in the broader landscape of occupancy-sensing options and why single-modality approaches generally underperform fused ones. |
| A Review of Occupancy Sensing Technologies and Approaches in Smart Buildings (2025) | Recent comprehensive review comparing occupancy-sensing methods and sensor types across building types. Used to check this project's approach against current best practice rather than only classroom-attendance-specific literature. |
Commercial products
Vendors already selling RFID attendance to schools, as a baseline for what off-the-shelf already covers.
| Vendor | What it offers |
|---|---|
| vmedulife | RFID student attendance automation for schools, colleges, and universities. |
| Campus 365 | RFID attendance via ID cards or uniform-attached tags at checkpoints, deployed in hundreds of schools. |
| Edunext Technologies | Cost-effective RFID school attendance. |
| ASTI Infotech (TRAKOM) | RFID-based digital attendance marking. |
| Cirfid | RFID time-and-attendance system. |
| atlasRFIDstore, Tracking Attendance with UHF RFID | Vendor technical reference on UHF hardware for attendance tracking, useful as a hardware baseline rather than a full product. |
Read reliability: bag orientation, on-body carry & antenna diversity
The team flagged an open problem: a tagged laptop inside a closed backpack has no guaranteed orientation toward the reader, and UHF read reliability drops off-axis. The same physics is a bigger problem for a tag carried on the body (e.g. a phone in a pocket), since human tissue absorbs strongly at UHF. It turns out to be a known, actively studied RFID engineering problem rather than something specific to this project's design, and the standard mitigation (surrounding the doorway with multiple antennas instead of relying on one) is the same technique retail and library security gates already use.
| Work | Relevance |
|---|---|
| 3D Antenna for UHF RFID Tags with Eliminated Read-Orientation Sensitivity | A near-omnidirectional tag antenna designed specifically to eliminate orientation sensitivity. A candidate mitigation worth evaluating for Phase 3/4 instead of, or alongside, multiple reader antennas. |
| Enhancement of RFID Reliability in Cabinet Environments Using Dual-Band Operation | Addresses read reliability in enclosed, RF-hostile spaces, analogous to a closed backpack. |
| Study of Material Interference in RFID Tag Reading | Confirms metal and material detuning as a primary driver of read failure, which informs the on-metal tag choice already in the bill of materials. |
| RFID Read Range: What Really Affects It | Practical vendor reference on the factors (power, polarization, orientation, material) behind the read-range numbers used in the Funding page bill of materials. |
| Card-Type Slot Antenna for UHF RFID Tag Close to the Chest of a Human Body | Measures on-body vs. free-space read range for a card-format UHF tag near the torso using a human-body phantom. The closest real analogue found to a phone tag carried in a pocket, quantifying how much body absorption degrades a card-format tag's range. |
| Effect of Human Body to the Read Range of RFID Devices Worn in Close Proximity | Directly compares free-space vs. on-body read range and shows it diminishes substantially when worn, proposing a metamaterial mitigation. Further evidence that any future on-body (phone) tag is a fundamentally harder RF problem than the laptop tag. |
| Multiport Circular Polarized RFID-Tag Antenna for UHF Sensor Applications | Peer-reviewed confirmation that circular polarization is the standard choice for dock-door, portal, and gate RFID deployments specifically because tag orientation is unpredictable as objects or people pass through, and linear-polarization mismatch causes 20–30 dB of loss. Directly supports designing the classroom doorway as a multi-antenna, circularly-polarized portal rather than a single reader antenna. |
Tag co-location interference
If a second, personal-device tag is ever added alongside the laptop tag, both could end up in the same backpack. Whether they'd interfere with each other isn't something to assume either way; it's a measurable, previously-studied RF effect.
| Work | Relevance |
|---|---|
| Effect of Antenna Mutual Coupling on the UHF Passive RFID Tag Detection | Studies how the spacing and orientation of closely-spaced tag antennas reduces backscatter and detection range, the general phenomenon behind two tags in one bag degrading each other's reads. |
| RF-Mirror: Mitigating Mutual Coupling Interference in Two-Tag Array Labeled RFID Systems | Models and mitigates RSSI/phase distortion specifically from mutual coupling between two co-located tags on the same object, directly on point if a laptop tag and a personal-device tag end up sharing a bag, with a quantified impact rather than a hand-wavy concern. |
Phone-based / BLE attendance: why RFID instead of an app
A student's own phone could in principle provide presence data without any new tag at all, via Bluetooth Low Energy (BLE) beacons and an app. This has been tried in the classroom-attendance literature, and comparing against it clarifies why this project uses a dedicated RFID tag instead.
| Work | Relevance |
|---|---|
| Student Attendance Management System with Bluetooth Low Energy Beacon and Android Devices | BLE beacons plus an Android app for classroom attendance, one of the earlier peer-reviewed implementations of this approach. |
| Smart Attendance Management Using Bluetooth Low Energy and Android | A second, independent BLE-plus-app attendance implementation, useful for triangulating the common failure modes of this approach. |
| A Prototype to Enhance Academic Attendance Using BLE Beacons (2024) | A recent (2024) BLE-beacon attendance prototype, showing the approach is still being actively tried rather than an abandoned dead end. |
Audible read confirmation: precedent
The team has discussed giving students an audible tone at the doorway on a successful read, so they get positive proof their crossing was registered rather than trusting a silent background scan. This is not a new idea in RFID systems generally.
| Work | Relevance |
|---|---|
| US20060208859A1, System and Method for RFID Reader Operation | Explicit prior art for an audible beep tone on every RFID read, with a configurable tone/volume and a distinct completion beep, close precedent for a doorway confirmation tone. |
| WO2000077700A1, Feedback System and Method for Reading of RFID Tags | A second patent describing an audible beep specifically as read-confirmation feedback to the person carrying the tag. |
| RFID in Libraries (Bibliotheca, vendor reference) | Real-world deployment precedent: library RFID self-checkout and security gates use audible alerts for successful reads and improperly-checked-out items. Flagged as a vendor reference, not peer-reviewed, but directly on point as an existing UX pattern at a walk-through gate. |
Regulatory basis: FCC Part 15.247
The door portal's power budget is governed by federal rule, not a tuning choice, so it's worth citing the primary regulatory text rather than a vendor's paraphrase of it.
| Source | What it says |
|---|---|
| 47 CFR § 15.247 (Cornell Legal Information Institute mirror of the FCC rule) | Sets a 1 W maximum peak conducted output power for UHF systems in the 902–928 MHz band (§15.247(b)(2)–(3)), and requires conducted power to be reduced dB-for-dB for any directional antenna gain above 6 dBi (§15.247(b)(4)). The commonly quoted "4 W EIRP" ceiling is the derived maximum under that 6 dBi allowance (1 W × ~4x from 6 dBi gain), not a number stated directly in the rule, so it's worth being precise about when citing it. |
Clock synchronization for multi-sensor correlation
Correlating RFID and camera events depends entirely on both event streams' timestamps agreeing. A Raspberry Pi has no battery-backed clock by default, so this isn't a hypothetical concern.
| Work | Relevance |
|---|---|
| A System for Clock Synchronization in an Internet of Things | Documents IoT clock drift "on the order of seconds over relatively short time periods" under plain SNTP, and proposes an improved scheme, real measured evidence that NTP alone can be insufficient for correlating timestamped events across low-cost devices. |
| Clock Synchronization in Industrial IoT and Potential Works in Precision Time Protocol: Review, Challenges and Future Directions | Surveys why NTP/SNTP is inadequate for resource-constrained IoT nodes and reviews PTP (hardware-assisted, sub-microsecond) as the higher-end alternative, while noting its cost and complexity, useful context for why a low-cost battery-backed RTC, not full PTP, is the pragmatic choice for a Raspberry-Pi-based classroom system. |
How this project differs, in summary
- The tag is mounted on the student's own laptop, not a badge or ID card. It is a device-presence proxy, not a person-presence proxy.
- Tags are tamper-evident, with an explicit issue, active, tampered/lost, and reissued/retired lifecycle.
- Presence is a multi-state model (tardy, stepped out, left early, opted out, tamper) rather than a binary present/absent flag.
- Attendance counts only inside a bell-schedule-bound window, evaluated against per-period expected enrollment.
- The camera signal carries an explicit opt-in governance model, built in from the start rather than added later.
- The hardware rollout is deliberately phased: contact-tap prototype first, contactless room-scale detection last, rather than building the hardest hardware problem up front.
- The doorway is designed as a multi-antenna, circularly-polarized portal from the start (the same antenna-diversity technique library and retail security gates use) rather than a single reader antenna, because tag orientation at a walk-through point is inherently unpredictable.
- An audible read-confirmation tone at the doorway is being evaluated so a student has positive proof their crossing registered, rather than trusting a silent background scan, a pattern with real precedent in RFID reader hardware and library systems but not common in the classroom-attendance literature surveyed above.