← the work
2025–

Universal Machine Management System (RFID access control)

Full-stack access-control infrastructure across five lab machines: ESP32 + MFRC522 RFID nodes with relay actuation, an automated card dispenser, an RPi 5 issuing station, and a Firebase backend with a real-time dashboard.

IITISoC Gold Medal. Grand Innovation & Best Maker Award, IAMS 2025, ₹62,500. Patent in progress. Operational in Tinkerers’ Lab, IIT Indore.

The problem

A shared lab full of expensive machines has no memory. Anyone can walk in, use a lathe or a laser cutter, and walk out. When something breaks there is no record of who was on it, and no way to stop someone untrained from starting it in the first place.

What it does

Access control for physical machines, deployed across five of them.

Every machine session is traceable to a person. Training requirements can be enforced at the relay rather than on a poster nobody reads.

How it is built

Each node is standalone: it makes its own allow/deny decision from a locally cached credential set, so a network drop does not take the workshop offline. State syncs back to Firestore when the connection returns.

The dispenser was the awkward part. Reliably feeding one card and exactly one card, with a cheap motor and an IR break-beam, took more revisions than the access logic did.

Where it went

It has since grown into a broader machine management system, and it is one of two projects that may turn into something larger.