AI Assistant
Detail Karya Portofolio

IoT based Automatic Archive Room Door

Nur Cahyono Kusharianto Oleh: Nur Cahyono Kusharianto

Ringkasan Portofolio

This project aims to create touchless automatic doors that can be monitored online to see how often the room is accessed. The resulting information can be used to determine several office policies related to physical facilities.

Deskripsi & Detail Proyek

In a law office, there is an archive room that office employees often visit. Many essential documents, such as contracts, case files, legal precedents, and sensitive client information, are in the archive room. Sometimes, they leave the room carrying documents and need help opening and closing the door. So, the office decided that the latest generation of automatic doors would be installed in the room.

This project aims to answer this challenge by creating touchless automatic doors that can be monitored online to see how often the room is accessed. This automatic door system works in the following way:

The door is equipped with a motion sensor (PIR sensor) and an ESP32, which is connected to the Internet, the WebServer API backend, and the MySQL database.

If someone approaches the door and is close enough, the door will open automatically, and a few seconds later, if the person has entered through the door, it will close automatically.

The system ensures real-time data transmission of the door's activity. Whenever the door is opened or closed, this information is instantly sent to the API web server in the cloud and stored in the database. (Thi resulting information can be used to determine several policies in the office related to physical facilities)

Users Can easily monitor the door's activity data on the website. By simply accessing the site via a web browser, they can view a recap of the data, which is directly posted from the database to index.html.

Another feature of the application is a door lock button that is created virtually using the Blynk IoT gateway. The virtual blynk button is held by the office leader. If the leader presses the "LOCK" button, the door will be locked and will not open even if someone approaches it. If the “UNLOCK” button is pressed, the door functions normally as before.