RFID attendance system
Classroom Atterndance/Pass system that collects RFID badge taps and logs them over MQTT.
I currently use a time clock to manage my students attendance for shop based classes. I wanted to move to an electroinc system that captures out of class pass usage data as well as attendance.
I have a base station with Pi Zero W managing the MySQL database portion running the Mosquitto broker.
The satellite stations (which may expand to more classrooms) use W55RP20-EVB-PICO boards. The ethernet is necessary, since we have trouble getting IoT devices on the district wifi. The satellite stations each have an RFID Reader, Four option selection knob and a display. The knob is for selecting Punch In/Pass/Early Departure before scanning the cards.
I'm using a pub/sub model. Card numbers are sent to the broker, and if the student hasn't scanned at that station before, then the name is sent back from the broker to be added to the list.