SMS Enabled Display Board Using Internet of Things
SMS Enabled Display Board Using Internet of Things
ISSN No:-2456-2165
Abstract:- SMS-enabled display board technology is a also validates and stores the content, subsequently
novel communication system that integrates mobile showcasing it on an LED module. This innovation
devices with display boards. The system enables users to contributes to the evolution of user-friendly, mobile
send messages to the display board using Short Message communication systems.
Service technology. The system comprises two primary
components, namely the hardware and software. The II. RELATED WORK
hardware component includes the display board, a
microcontroller, and a Global System for Mobile This section includes some of the existing system
Communications module. The software component papers and their brief description. In [1], M. Ramchandra et
consists of the firmware that controls the al., proposed a system in which message is send from
microcontroller and the backend system that manages authorized user to GSM module located on the notice board.
the received messages and displays them on the board. In [2], S Gladson et al., designed a digital notice board using
The technology has several applications such as in public microcontroller ATMEGA 328 whereas in [3], the authors
places like shopping malls, railway stations, hospitals used credit card sized Raspberry pi. The other GSM based
and schools where it can display emergency messages system [4], was developed using HEX codes and in [5], a
and notices. scrolling LED Display board is designed using some level
shifters and voltage regulators.
Keywords:- Microcontroller, GSM Module, Display Board,
Short Message Service Technology, Novel Communication C Kalaiarasi et al.,[6] developed IoT based notice board
System, Mobile Devices, Firmware. which displays message sent through google assistant
application. In [7], the authors designed a toolkit that accepts
I. INTRODUCTION SMS, then stores and validates it and then displays it in the
LED module. Each time when the message is read, it is
In the contemporary landscape, advertising is rapidly deleted making room for next SMS. The project [8] is
shifting towards the digital realm, with major stores, malls, designed using ARM-LPC2148 interfaced with Graphical
trains, and buses adopting digital displays to convey Display. In [9], The authord developed a system which
information such as schedules, ticket details, and more. This enables an authorized person to send the messages from any
transition has familiarized people with the notion of corner where internet facility is available. The message is
accessing the world's information effortlessly. As a result, transferred using wireless technology. The paper [10] gives
effective control and communication have gained an overview of system implementation on LCD Screen.
prominence globally. This has spurred the concept of
utilizing mobile phones to receive messages and showcase III. SYSTEM ARCHITECTURE
them on electronic boards. To realize this concept, Global
System for Mobile communication technology is harnessed. The Architecture of the Proposed System is shown in Fig
GSM, with its international roaming capabilities, enables 1.
messages to be sent from any corner of the world, facilitated
through its Short Message Service system.
GSM:
GSM (Global System for Mobile Communications)
technology enables wireless communication between the
SMS Center and the Arduino system. A GSM module is
connected to the Arduino, allowing communication with it
through UART protocol. This protocol is used for serial
communication between GSM and Arduino Uno.
Fig 3 Arduino Uno
Arduino:
Arduino serves as the microcontroller that processes The Arduino Uno R3 ATmega328P stands as a
incoming SMS messages and controls the display board. It microcontroller board centered around the Atmega328P
receives messages from the GSM module (Transmitter) by microcontroller. It incorporates 14 pins for digital input and
acting as a receiver, interprets the content, and sends it to output functions, with 6 of these offering Pulse Width
LED Display board through SPI protocol. Serial Peripheral Modulation (PWM) capabilities. Alongside, there are 6
Interface Protocol provides communication between P10 analog inputs, a 16 MHz crystal oscillator, a USB
LED board and Arduino uno. connection, a power jack, an ICSP header, and a reset
button. The board is equipped with all the necessary
P10 LED Board: components to fully support the microcontroller. All you
P10 LED board is the output display device. It consists need to do to begin is link it to a computer using a USB
of a grid of LED modules that can display text, graphics, cable or power it using an AC-to-DC adapter or battery. The
and animations. Arduino uses software libraries such as SPI, board is compatible with most shields and can be powered
DMD and TimerOne libraries for creating desired effects. via USB or an external power supply. The board can be
The Arduino sends commands or data to the P10 LED board programmed using the Arduino IDE or other compatible
to control the content displayed on it. software. The Arduino Uno R3 Atmega328P supports a
variety of programming languages, including C/C++,
IV. HARDWARE AND SOFTWARE Python, and Java. It can be used to control various electronic
REQUIREMENTS projects, such as robots, home automation systems, and
more. The above Fig 3 represents Arduino Uno.
Hardware Requirements
P10 LED Board:
SIM 900A GSM Module:
Adapter:
VIII. CONCLUSION
FUTURE SCOPE