Wiznet makers

awoodbridge

Published October 15, 2024 © MIT license (MIT)

0 UCC

0 VAR

1 Contests

0 Followers

0 Following

RFID attendance system

Classroom Atterndance/Pass system that collects RFID badge taps and logs them over MQTT.

COMPONENTS Hardware components

WIZnet - W55RP20-EVB-Pico

x 1

Software Apps and online services

Eclipse Foundation - Mosquitto

x 1


PROJECT DESCRIPTION

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.

Documents
  • Project Git Hub Repository

Comments Write