MAKERGATE

Smart Power Access Control for Maker Space Equipment - Trying to keep expensive tools safe while still letting people collaborate

What This Project Is About

Working in IT at UNIPOD Rwanda, I kept seeing the same problems with our maker space equipment. People would break expensive machines because they didn't know how to use them properly, or sometimes equipment would just disappear.

MAKERGATE is my attempt to fix this. It's basically a smart power switch that only lets trained users turn on machines. You need both an RFID card and a PIN code, and it keeps track of who used what and when.

MAKERGATE Final Device
MAKERGATE Final Device

The Problem & My Solution

What Was Going Wrong

  • People breaking equipment they didn't know how to use
  • No way to track who used what machine
  • Anyone could access expensive tools
  • Safety issues in the maker space
  • Hard to plan maintenance schedules

What I Built

  • RFID card + PIN code to unlock machines
  • Logs who used what and when
  • Controls power to individual machines
  • Simple design that fails safely
  • Clear display that tells you what's happening

What Actually Happened

Someone forgot to turn on the chiller for our laser cutter and damaged the laser tube. This was expensive and could have been prevented if only trained people could use the machine. That's when I knew we really needed something like this.

Damaged laser tube

How I Designed It

Main Features

RFID Reader

Uses an MFRC522 chip to read ID cards quickly and reliably

PIN Keypad

4x5 matrix keypad for entering your PIN code as a second security layer

Power Control

Relay that actually controls the power to the equipment

LCD Display

Nokia 5110 screen that shows status and instructions

Design Ideas

Initial Design Concept

System Layout

Wall-mounted box with all the controls in one place for easy use

Control Box Ideas

Control Electronics

Central brain that handles authentication and power switching

Web Dashboard

Web Interface

Simple web page for managing users and checking usage logs

Device Mockup

Visual Mockup

Early sketch made in Pixlr to show what I was thinking

How I Built It

Week 15: Putting It All Together

This was when I finally got all the pieces working as one system. Made a custom circuit board, wrote the software, and assembled everything.

  • Designed and made my own PCB
  • Got all the components talking to each other
  • Wrote the code and fixed bugs
  • Put it all in a nice case
Custom PCB

Week 17: Planning and Analysis

Spent time thinking through the whole project - what I needed, how much it would cost, and whether it would actually work in the real world.

  • Made a detailed plan and timeline
  • Figured out costs and where to buy parts
  • Thought about how to make more units
  • Created tests to make sure it works
Project Planning

Week 18: Sharing and Business Stuff

Decided to make this open source so other people can build and improve it. Also thought about how it could become a real product.

  • Released everything under Creative Commons
  • Thought about business possibilities
  • Planned for community involvement
  • Finished documentation
Creative Commons License

Technical Stuff

What's Inside

Main Brain

ESP32 microcontroller with WiFi for the main control and network connection

ID Reading

MFRC522 RFID reader (13.56MHz) plus 4x5 keypad for two-step security

Display

Nokia 5110 LCD (84x48 pixels) to show status and instructions

Power Switching

5V relay that can handle up to 10A for controlling equipment power

Power Supply

AMS1117-3.3V regulator with capacitors to keep everything stable

Safety

Designed to fail safely with automatic shutdown and protection diodes

How I Made It

PCB Schematic

Circuit Design

Custom PCB designed in KiCad with all the connections mapped out

Enclosure Design

Case Design

Protective case designed in Onshape for laser cutting with precise holes for components

3D Printed Parts

3D Printed Parts

Custom RFID holder and mounting bits printed in PLA plastic

Final Assembly

Final Build

Everything put together with proper cable management and secure mounting

See It Working

Here's MAKERGATE in action - from scanning your card to turning on the equipment

The system checks your RFID card and PIN code, then gives you access to the equipment with clear feedback about what's happening.

What's Next & Downloads

Ideas for Improvement

Cloud Connection

Connect to the internet for remote user management and monitoring

Multiple Machines

One central system managing access to several different tools

Usage Analytics

Better reports on who's using what and when maintenance is needed

Phone App

Mobile app for managing users and checking on things remotely

Download Everything

Open Source

This project is released under Creative Commons Attribution-ShareAlike 4.0. Feel free to use it, modify it, and improve it - just give credit and share your improvements back with everyone.