Wiznet makers

Sunny_

Published June 19, 2026 ©

100 UCC

3 WCC

0 VAR

0 Contests

0 Followers

0 Following

Original Link

Smart Door Access System

This is an intelligent access control management system.

COMPONENTS
PROJECT DESCRIPTION

PROJECT DESCRIPTION

FastAPI + Vue 3 + STM32 기반의 풀스택 지능형 출입 통제 관리 시스템으로, 다중 장치 관리, 사용자 출입 통제, 출입 기록 조회, AI 기반 지능형 출입 통제, 그리고 MQTT를 통한 실제 하드웨어 장치(비밀번호/지문/카드 스와이프)와의 통신을 지원합니다


Features

1. 🔒 틈새 없는 완벽한 보안과 꼼꼼한 관리

철저한 맞춤형 권한 부여: 관리자와 일반 사용자의 권한을 명확히 분리하여, 허가된 사람만 특정 구역에 접근하도록 안전하게 제어합니다.

장소에 구애받지 않는 원격 제어: 관리자는 웹 인터페이스를 통해 언제 어디서든 클릭 한 번으로 문을 개방할 수 있으며, 모든 과정은 안전하게 검증됩니다.

투명한 출입 이력 관리: '누가, 언제, 어느 문을 이용했는지'는 물론 '출입 실패' 기록까지 페이지 단위로 깔끔하게 정리되어 신속하게 검색하고 추적할 수 있습니다.

2. 🤖 AI와 실시간 데이터로 똑똑해진 업무 환경

말귀를 알아듣는 AI 비서: 복잡한 시스템 조작 없이 "1층 출입문 열어줘"라는 간단한 텍스트 명령만으로 AI가 해당 장치를 식별하고 즉시 문을 개방합니다.

한눈에 들어오는 실시간 대시보드: 오늘의 누적 출입자 수, 등록된 장치 현황, 개방 횟수 등 핵심 통계를 지연 없이 실시간으로 파악할 수 있습니다.

즉각적인 상태 알림: 출입 이벤트가 발생하거나 장치 상태가 변하면 관리자에게 실시간 알림이 전송되어 즉각적인 상황 대처가 가능합니다.

3. 🏫 대규모 시설 및 캠퍼스 환경에 최적화

체계적인 다중 시설 관리: 대학교 캠퍼스, 연구실, 기숙사 등 출입문이 많은 넓은 시설에서도 각 장치에 고유 번호와 위치 정보를 부여해 혼선 없이 통합 관리합니다.

유연한 장치-사용자 연결: 특정 사용자와 출입 장치를 손쉽게 연결하거나 해제할 수 있어, 부서 이동이나 신규 등록 시에도 유연하게 권한을 재배치할 수 있습니다.

4. ⚡ 빠르고 안정적인 시스템 성능

답답함 없는 초고속 처리: 대규모 데이터와 AI 대화 기록을 빠르게 처리하는 고성능 기술(REDIS,FAST API)을 적용하여, 다수의 인원이 동시에 이용해도 시스템이 느려지지 않고 쾌적하게 작동합니다.

비용을 줄여주는 손쉬운 유지보수: 시스템 초기 구축 시 필요한 복잡한 세팅을 자동화하였으며, 시스템 진단과 관리가 용이한 구조로 설계되어 도입부터 유지보수까지 시간과 비용을 크게 절감합니다.


System Architecture

 
User
 │
 ▼
RFID / Keypad
 │
 ▼
Microcontroller
 │
 ├── Door Lock / Relay
 ├── Buzzer / LED
 ├── Door Sensor
 │
 ▼
5500 Ethernet
 │
 ▼
Access Control Server / Dashboard
 

사용자가 RFID 카드나 비밀번호를 입력하면 컨트롤러가 인증 정보를 확인합니다. 인증이 성공하면 도어락을 열고, 결과는 WIZnet Ethernet을 통해 서버나 대시보드로 전송됩니다.


Similar Existing Projects

1. How to build an offline-first ESP32-S3 access-control firmware with a W5500 Ethernet

링크:
https://maker.wiznet.io/viktor/projects/how-to-build-an-offline-first-esp32-s3-access-control-firmware-with-a-w5500-ethernet/

유사한 이유:
RFID 기반 출입 인증 기능을 제공하는 출입통제 시스템으로, Smart Door Access System과 동일하게 사용자의 인증 후 출입을 제어하는 구조를 갖고 있습니다. 또한 ESP32-S3와 W5500 Ethernet을 활용하여 출입 기록을 저장하고 서버와 동기화할 수 있어 네트워크 기반 출입관리 시스템이라는 점에서 매우 유사합니다.

2. WIZwiki-W7500 + RFID-RC522 + Web Server

링크:
https://maker.wiznet.io/josephsr/projects/wizwiki-w7500-rfid-rc522-web-server/

유사한 이유:
RFID 태그를 이용해 사용자를 식별하고 웹 서버를 통해 인증 정보를 관리하는 프로젝트입니다. Smart Door Access System 역시 출입 권한을 가진 사용자를 식별하고 접근을 제어하는 것이 목적이므로 RFID 기반 인증 및 네트워크 연동이라는 공통점을 가지고 있습니다.

 

차이점과 확장 가치

Smart Door Access System은 단순 RFID 인증 또는 네트워크 도어락 제어에 초점을 맞춘 기존 프로젝트들과 달리, 통합 출입통제 플랫폼으로 확장할 수 있는 가능성을 가지고 있습니다.

기존 프로젝트들은 RFID 인증, 웹 서버 기반 사용자 관리, 네트워크 잠금장치 제어 등 개별 기능 구현에 중점을 두고 있는 반면, Smart Door Access System은 다양한 인증 수단(RFID, NFC, 비밀번호, 모바일 앱, 얼굴인식 등)을 하나의 시스템으로 통합할 수 있습니다.

또한 WIZnet Ethernet 솔루션(W5500, W5100S, WIZ750SR 등)을 적용하면 출입 이력의 실시간 서버 전송, 원격 권한 관리, 출입 통계 분석, 건물 관리 시스템(BMS) 연동 등이 가능해집니다. 이를 통해 단순 도어락 제어를 넘어 스마트 오피스, 스마트 빌딩, 공장 출입관리, 보안 관제 시스템으로 발전시킬 수 있습니다.

특히 기존 RFID 기반 출입통제 프로젝트와 결합하면 사용자 인증 기능을 강화할 수 있고, WIZ750SR 기반 스마트 도어락 프로젝트와 연계하면 원격 제어 기능까지 포함하는 완전한 출입관리 솔루션으로 확장할 수 있다는 점에서 높은 활용 가치를 가집니다.

 

Role and Application of the WIZnet Chip

이 프로젝트에서 WIZnet Ethernet은 스마트 도어 시스템을 네트워크에 연결하는 핵심 역할을 합니다.

WIZnet 칩은 다음 기능에 활용될 수 있습니다.

  • 출입 로그 서버 전송
  • 원격 도어 상태 확인
  • 관리자 서버와 인증 데이터 동기화
  • 실시간 알림 및 이벤트 전송
  • Wi-Fi보다 안정적인 유선 네트워크 제공

출입 관리 시스템은 보안성과 안정성이 중요하기 때문에, 무선 연결보다 Ethernet 기반 연결이 적합한 경우가 많습니다. WIZnet Ethernet은 이러한 환경에서 안정적인 TCP/IP 통신을 제공할 수 있습니다.


Market & Application Value

분야활용 사례
Smart Home가정용 스마트 도어락
Office Security사무실 출입 관리
Factory Access공장 및 설비실 출입 제어
School / Lab연구실, 강의실 출입 관리
Shared Space공유오피스, 무인 매장 출입 관리
Building Security건물 보안 시스템

Summary

Smart Door Access System은 RFID, 키패드, 도어락, 센서, 네트워크 통신을 결합한 지능형 출입 관리 시스템입니다.

사용자 인증을 통해 문을 열고 닫을 수 있으며, 출입 기록과 장치 상태를 서버로 전송하여 원격 관리가 가능합니다. 특히 WIZnet Ethernet을 활용하면 안정적인 유선 네트워크 기반 출입 제어 시스템을 구축할 수 있어, 사무실, 공장, 연구실, 공유 공간 등 다양한 보안 환경에 적용할 수 있습니다.0


Project Description

The Smart Door Access System is a full-stack intelligent access control management platform built with FastAPI, Vue 3, and STM32. It supports multi-device management, user access control, access log monitoring, AI-powered intelligent access control, and communication with physical hardware devices (password keypad, fingerprint scanner, RFID card reader, etc.) through MQTT.


Features

1. 🔒 Comprehensive Security and Access Management

Fine-Grained Access Control

Clearly separates administrator and user privileges, ensuring that only authorized personnel can access designated areas.

Remote Door Control

Administrators can remotely unlock doors from anywhere through a secure web interface with a single click, with every operation fully authenticated and verified.

Transparent Access Log Management

Provides detailed records of:

  • Who accessed the system
  • When access occurred
  • Which door was used
  • Failed access attempts

Logs are organized with pagination for efficient searching, auditing, and tracking.

2. 🤖 AI-Powered Smart Operations with Real-Time Data

AI Assistant for Access Control

Users can interact with the system using natural language commands such as:

"Open the first-floor entrance door."

The AI automatically identifies the target device and executes the access request without requiring complex system navigation.

Real-Time Dashboard

Key operational metrics are updated instantly, including:

  • Daily visitor count
  • Registered device status
  • Door opening statistics
  • System activity overview

Instant Event Notifications

Administrators receive real-time notifications whenever:

  • Access events occur
  • Device status changes
  • Security incidents are detected

This enables immediate response to operational situations.

 

3. 🏫 Optimized for Large Facilities and Campus Environments

Multi-Facility Management

Ideal for environments with numerous access points, including:

  • University campuses
  • Research laboratories
  • Dormitories
  • Corporate offices

Each access device can be assigned a unique identifier and location information for centralized management without confusion.

Flexible User-Device Assignment

Administrators can easily assign or revoke access permissions by linking users to specific devices, making personnel transfers and onboarding processes more efficient.

 

4. ⚡ High Performance and Reliability

High-Speed Processing

Built with high-performance technologies such as:

  • FastAPI
  • Redis
  • MQTT

The system efficiently handles large datasets and AI conversation logs, ensuring smooth operation even under heavy concurrent usage.

Easy Deployment and Maintenance

The platform automates many initial configuration tasks and is designed with maintainability in mind, reducing both deployment time and long-term operational costs.


System Architecture

 
User
 │
 ▼
RFID / Keypad
 │
 ▼
Microcontroller
 │
 ├── Door Lock / Relay
 ├── Buzzer / LED
 ├── Door Sensor
 │
 ▼
W5500 Ethernet
 │
 ▼
Access Control Server / Dashboard
 

When a user presents an RFID card or enters a password, the controller verifies the credentials. Upon successful authentication, the door lock is activated, and the event is transmitted to the server or dashboard through WIZnet Ethernet connectivity.


Similar Existing Projects

1. How to Build an Offline-First ESP32-S3 Access-Control Firmware with a W5500 Ethernet

Link:
https://maker.wiznet.io/viktor/projects/how-to-build-an-offline-first-esp32-s3-access-control-firmware-with-a-w5500-ethernet/

Similarities

This project implements RFID-based access authentication and access control mechanisms similar to the Smart Door Access System. It utilizes ESP32-S3 and W5500 Ethernet to store access logs and synchronize them with a server, making it highly comparable as a network-connected access management solution.


2. WIZwiki-W7500 + RFID-RC522 + Web Server

Link:
https://maker.wiznet.io/josephsr/projects/wizwiki-w7500-rfid-rc522-web-server/

Similarities

This project identifies users through RFID tags and manages authentication data through a web server. Like the Smart Door Access System, its primary objective is to identify authorized users and control access through network-connected authentication mechanisms.


Differentiation and Expansion Potential

Unlike traditional projects focused solely on RFID authentication or network-based door lock control, the Smart Door Access System has the potential to evolve into a comprehensive access management platform.

While many existing projects concentrate on individual features such as:

  • RFID authentication
  • Web-based user management
  • Network-controlled door locks

the Smart Door Access System can integrate multiple authentication methods into a unified platform, including:

  • RFID
  • NFC
  • Password authentication
  • Mobile applications
  • Facial recognition
  • Biometric verification

Furthermore, by leveraging WIZnet Ethernet solutions such as:

  • W5500
  • W5100S
  • WIZ750SR

the system can support:

  • Real-time access log transmission
  • Remote permission management
  • Access analytics and reporting
  • Building Management System (BMS) integration

This enables expansion beyond basic door control into:

  • Smart office solutions
  • Smart building management
  • Industrial access control
  • Security monitoring systems

Additionally, integration with existing RFID-based access projects can strengthen authentication capabilities, while combining with WIZ750SR-based smart lock projects can create a complete remote-access management solution.


Role and Application of WIZnet Chips

In this project, WIZnet Ethernet technology serves as the core networking infrastructure that connects smart access devices to centralized management systems.

WIZnet chips can be utilized for:

  • Access log transmission to servers
  • Remote door status monitoring
  • Synchronization of authentication data with management servers
  • Real-time event and alarm notifications
  • Reliable wired Ethernet connectivity

Because access control systems require a high level of security and reliability, Ethernet-based communication is often preferred over wireless alternatives.

WIZnet Ethernet solutions provide robust and dependable TCP/IP networking for these mission-critical environments.


Market and Application Value

SectorApplication
Smart HomeResidential smart door locks
Office SecurityOffice access management
Factory AccessIndustrial and facility access control
School / LaboratoryClassroom and laboratory access management
Shared SpacesCoworking spaces and unmanned retail stores
Building SecurityIntegrated building security systems

Summary

The Smart Door Access System is an intelligent access management platform that combines RFID authentication, keypad entry, door locks, sensors, and network communication into a unified solution.

It enables secure door access through user authentication while transmitting access logs and device status information to centralized servers for remote monitoring and administration.

By utilizing WIZnet Ethernet solutions, the system delivers reliable wired-network-based access control, making it suitable for a wide range of applications, including offices, factories, laboratories, educational institutions, shared workspaces, and advanced building security systems.

As a scalable and intelligent access management platform, it demonstrates how WIZnet Ethernet technology can serve as the communication backbone for next-generation smart security and facility management systems.

 
 
Documents
Comments Write