Claim Missing Document
Check
Articles

Found 2 Documents
Search

Safe-Deposit Box Using Fingerprint and Blynk Yulianto Yulianto; Budi Juarto; Ika Dyah Agustia Rachmawati; Risma Yulistiani
Engineering, MAthematics and Computer Science (EMACS) Journal Vol. 4 No. 1 (2022): EMACS
Publisher : Bina Nusantara University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21512/emacsjournal.v4i1.8080

Abstract

The criminal act of robbery really makes people nervous, especially in urban areas. There are many ways that can be done to avoid robbery at home and office, such as increasing the security system in the house to protect valuables. Safe-deposit boxes are items that are used to store valuables. Safe-deposit box is used to prevent against theft who want to take valuable things. To increase security, technology has begun to develop for security in various ways, such as fingerprints, passwords, and buzzers. This research will focus on a safe security system using a fingerprint that is connected to the internet with the Blynk application so that the user will get a safe notification when the servo condition is open or closed. The fingerprint sensor is an access to open doors, the Arduino Uno microcontroller is a storage for command logic on the system, the stepper motor acts as an activator for opening and closing servo and the Esp8266 module as a Wi-Fi module that connects equipment components using the internet network with the Blynk application which is used as distance control and notification of incoming access to homes with the concept of Internet of Things (IoT).
Relay Driver Based on Arduino UNO to Bridge the Gap of The Digital Output Voltage of The Node MCU ESP32 Yulianto Yulianto
Engineering, MAthematics and Computer Science Journal (EMACS) Vol. 5 No. 3 (2023): EMACS
Publisher : Bina Nusantara University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21512/emacsjournal.v5i3.9697

Abstract

The IoT could control the devices that need a high current voltage to operate. The voltage control here means that the IoT could give the command to turn on and turn off the electric current by using a relay module. One of the devices that are most frequently used in many research projects is Node MCU ESP8266 and Node MCU ESP32. Those microcontrollers work with the maximum supply is 3.3-volt direct current (DC). On the other hand, the relay module commonly needs a voltage supply of 5-volt DC and the relay needs to be controlled by a single transistor to make a trig on. The relay will be active when the transistor’s basis pin is grounded into the ground, so the relay will get the current flow. However, the relay module which is controlled using Node MCU could not work properly, caused Node MCU only provides the digital out is 3-volt maximum from its digital Input Output pins (I/O). Meanwhile, the driver relay based on a single transistor needs a bias input amount of 5 volts to make the relay module active well. If the bias voltage doesn't reach 5 volts or just 3.3 volts will make the relay can't switch on properly which can result in bad contact. To overcome that problem this research proposed the driver relay based on Arduino UNO. The novel of this research is adding the Arduino UNO module between Node MCU and the relay module which has task to bridge the voltage difference between the output digital output ESP that only maximum 3.3 volt converted by Arduino to be digital output which can reach the voltage of 5 volt. The Arduino JSON library was also involved to wrap the commands that produced by Node MCU then deserialized on Arduino to parse and convert to be digital output to control the relay module.