MMIT Paper Final
MMIT Paper Final
1st Given Name Surname 2nd Given Name Surname 3rd Given Name Surname
dept. name of organization (of Aff.) dept. name of organization (of Aff.) dept. name of organization (of Aff.)
name of organization (of Aff.) name of organization (of Aff.) name of organization (of Aff.)
City, Country City, Country City, Country
email address or ORCID email address or ORCID email address or ORCID
Abstract—This project uses LoRa communication and IoT alerting users to unauthorized access attempts. This not only
technologies to present a safe, mobile-enabled solution. The facilitates immediate responses but also allows for monitoring
system consists of a receiver module with an ESP32 micro- of security events in real time. The ability to log these attempts
controller that is also connected to a LoRa module, and a
transmitter module based on an Arduino Uno that is connected in the cloud ensures that users can maintain a comprehensive
to a keypad and a LoRa module. The transmitter signals the record of access events, enabling them to analyze patterns and
receiver to sound an alarm after three unsuccessful password enhance their security measures over time [6][7].
attempts. The ThingSpeak cloud platform is used to store and Overall, the mobile-enabled safe security system represents
maintain the password, providing flexibility by enabling real-time
a significant advancement in the domain of IoT-based security
updates through cloud-based control. When the receiver submits
the alarm data to ThingSpeak, a Telegram bot is triggered to solutions. By combining robust technology with user-centric
instantly alert the user of security violations. features, it offers a modern approach to safeguarding valuable
possessions. As we delve deeper into the system’s implemen-
I NTRODUCTION tation and functionality, it becomes evident that this project
As the need for enhanced security systems continues to aligns with current trends in smart security, demonstrating the
grow, the integration of automation and IoT technologies potential of IoT in creating safer environments for individuals
becomes increasingly critical. The proposed mobile-enabled and businesses alike.
safe security system not only safeguards physical assets but
also empowers users with real-time control and monitoring L ITERATURE S URVEY
capabilities. This innovative approach leverages LoRa technol-
ogy, known for its long-range and low-power communication, The advent of the Internet of Things (IoT) has enabled
making it ideal for residential and commercial applications. innovative solutions for smart home security systems, lever-
Previous studies have demonstrated the effectiveness of LoRa aging technologies such as LoRa for efficient communication.
in various contexts, such as environmental monitoring and For instance, Alam et al. [1] propose a comprehensive IoT
smart city implementations, reinforcing its reliability in de- framework that facilitates the monitoring and controlling of
livering timely alerts and updates [1][2][3]. home appliances remotely. This approach enhances security by
The system’s architecture is designed to facilitate seamless allowing users to manage their devices from anywhere, thus
interaction between the transmitter and receiver, with the reducing vulnerabilities associated with traditional systems.
Arduino Uno acting as the heart of the transmitter unit. The Similarly, Sindhu et al. [2] demonstrate the efficacy of LoRa
integration of a PIN keypad ensures that access to the safe communication in industrial monitoring and control, highlight-
is securely managed. The use of cloud services, specifically ing its potential for application in home security systems due
ThingSpeak, enables users to remotely update their access to its long-range capabilities.
PIN, further enhancing convenience without compromising se- The integration of LoRa technology in smart street lighting
curity. This feature addresses the growing demand for systems systems, as discussed by Yadav et al. [3], showcases its versa-
that adapt to users’ evolving needs while maintaining stringent tility and energy efficiency, which can be effectively adapted
security protocols [4][5]. for residential security applications. Furthermore, Fawaz et
Moreover, the incorporation of a Telegram bot for no- al. [4] emphasize the importance of IoT-based environmental
tifications provides an efficient communication channel for monitoring using LoRaWAN, which can be incorporated into
security systems to detect unusual activities or environmental
changes around homes.
The use of ESP32 microcontrollers for IoT applications is
also noteworthy. Pravalika and Prasad [5] illustrate how the
ESP32 can be utilized for home monitoring and device control,
making it an ideal choice for implementing security features.
The low-cost and secure communication systems described by
Iqbal and Iqbal [6] offer further insights into safeguarding
remote micro-grids, which is relevant for ensuring robust
security measures in home environments.
ElShafei et al. [7] assess the transmission range and reli-
ability of LoRa technology for connected vehicles, which is
essential for security systems requiring real-time data trans-
mission over long distances. The application of IoT in door Fig. 1: Arduino UNO
monitoring systems has been explored by Venkatraman et
al. [8], highlighting emergency notification capabilities that
enhance home security. 2) 4x4 Matrix Keypad: This input device enables users to
Singh and Banerjee [9] discuss the design of low-power enter the PIN needed to access the safe. It consists of 16
wireless sensors using LoRa technology for remote health buttons organized in a matrix layout, allowing for efficient
monitoring, a concept that can be translated into monitoring data entry.
home security status effectively. Additionally, Alonso and
Blanco [10] explore security applications of LoRaWAN tech-
nology, focusing on smart homes, which aligns closely with
the objectives of this project.
Lee et al. [11] emphasize the implementation of water
quality monitoring systems in smart cities using LoRa technol-
ogy, which demonstrates the adaptability of LoRa for various
monitoring purposes, including security. Ahmed and Ismail
[12] present an optimized smart parking system, showcasing
LoRa’s efficiency in managing multiple sensors—a feature that
can be utilized in home security systems.
The agricultural applications of LoRa technology discussed
by Zeng et al. [13] illustrate its use in precision farming,
indicating the technology’s flexibility in various domains,
including home security. Sharma and Verma [14] focus on
Fig. 2: Keypad 4x4
weather monitoring systems, emphasizing the importance of
real-time data for effective decision-making in disaster man-
agement, which parallels the need for prompt alerts in security 3) LoRa Module(Ra-02): This long-range radio frequency
systems. Lastly, Gupta and Patel [15] present a smart irrigation module enables wireless communication between the trans-
management system that optimizes water usage, underscoring mitter and receiver, optimizing for low power usage and a
the environmental benefits of IoT systems that could extend significant transmission range.
to home security solutions.
In conclusion, the integration of LoRa technology and IoT
in developing a mobile-enabled safe security system presents a
promising avenue for enhancing home security measures. The
extensive research supports the feasibility of creating a robust,
user-friendly, and efficient security system tailored to modern
needs.
C OMPONENTS U SED
A. Hardware Components Fig. 3: LoRa Module
1) Arduino Uno:: This microcontroller board acts as the
core of the transmitter module, responsible for processing 4) ESP32 Development Board: This board functions as
user inputs and managing communication through the LoRa the receiver module, facilitating internet connectivity for data
module. logging and notifications. It is equipped with both Wi-Fi and
Bluetooth capabilities, making it well-suited for Internet of 4) LoRa Library for Arduino: This library simplifies com-
Things (IoT) applications. munication over LoRa modules, making it easier to implement
data transmission and reception within the Arduino code.
M ETHODOLOGY
This methodology outlines the development, implementa-
tion, and evaluation processes of a mobile-enabled safe secu-
rity system. It details the critical phases of the project, high-
lighting the components used, the methodologies employed,
and the overall approach taken to ensure the system effectively
secures valuable assets.
A. System Design
The design of the mobile-enabled safe security system is
Fig. 4: Esp32 Module centered around a modular architecture that integrates sev-
eral technologies, including Arduino, LoRa communication,
5) I2C LCD Display: Implemented in both the transmitter ESP32, and cloud services via ThingSpeak. The initial step
and receiver units, this display provides real-time user feed- involves gathering user requirements and defining security
back. It shows messages indicating the status of the system, specifications, which guide the selection of essential features
such as successful PIN entries or alerts. such as PIN protection, remote access capabilities, and instant
alerts.
The system is composed of two main parts: the transmitter
and the receiver. The transmitter, built on the Arduino Uno
platform, incorporates a keypad for PIN entry and a LoRa
module for wireless communication. The receiver is based
on an ESP32, which connects to the internet to log events
and send notifications to users through a Telegram bot. The
components were chosen for their reliability, availability, and
compatibility with the IoT framework, reflecting best practices
established in prior research.