0% found this document useful (0 votes)
90 views4 pages

Digital Notice Board With Real Time Clock

- Scrolling led display boards are a common sight today. Most of the things are made to be digital. The usage of led scrolling display at super markets, shopping malls, bus stands, railway stations and educational institutes is becoming one of the effective mode of communication for providing necessary information to the people. But some of these units are inflexible in terms of updating the message instantly. If the person or the user wants to change the message it needs to be done using a comp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views4 pages

Digital Notice Board With Real Time Clock

- Scrolling led display boards are a common sight today. Most of the things are made to be digital. The usage of led scrolling display at super markets, shopping malls, bus stands, railway stations and educational institutes is becoming one of the effective mode of communication for providing necessary information to the people. But some of these units are inflexible in terms of updating the message instantly. If the person or the user wants to change the message it needs to be done using a comp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Volume 5, Issue 4, April – 2020 International Journal of Innovative Science and Research Technology

ISSN No:-2456-2165

Digital Notice Board with Real Time Clock


Bhavya V1, Associate Professor Harsha Vardhan 2, Student
Department, Electronics & Communication Engineering Electronics & Communication Engineering
Nagarjuna College of Engineering &Technology Nagarjuna College of Engineering &Technology
Bengaluru, India Bengaluru, India

A Charan3, Student Lokesh B G4, Student


Electronics & Communication Engineering Electronics & Communication Engineering
Nagarjuna College of Engineering &Technology Nagarjuna College of Engineering &Technology
Bengaluru, India Bengaluru, India

Nischal R5, Student


Electronics & Communication Engineering
Nagarjuna College of Engineering &Technology
Bengaluru, India

Abstract:- Scrolling led display boards are a common is stored in the SIM of the modem in receiver end. By
sight today. Most of the things are made to be digital. providing proper AT commands, those messages are read
The usage of led scrolling display at super markets, from the module and stored in the microcontroller. In order
shopping malls, bus stands, railway stations and to decrease the power consumed by the module and to
educational institutes is becoming one of the effective simplify the hardware complications and delicate wiring
mode of communication for providing necessary necessary to drive the LEDs, the design used to drive the
information to the people. But some of these units are LEDs is Multiplexing. In this technique, at the maximum of
inflexible in terms of updating the message instantly. If 30 LED’s can glowing at any one time so the power
the person or the user wants to change the message it required for display module is reduced.
needs to be done using a computer at the particular
location and hence the person needs to be present at the II. RELATED WORK
location where the display board is placed. It means the
message cannot be updated from wherever or First, In “Low cost, handled, wireless electronic
whenever. Also the display board cannot be moved to notice board by using ATmega32 microcontroller” by
any other place because of complexity and delicate Dharmendra Kumar Sharma and Vineet Tiwari,IEEE2015
wiring. 13-17 october 2015,pp. 1- 4,2015 [1] .This project aims at
building handheld, cost effective, wireless electronic
In this paper we are discussing about a led sign display board using Atmel’s ATmega32 microcontroller for
board which provides the user to change the scrolling overall controlling activities and different wireless
message using WiFi service instantaneously unlike technologies like Bluetooth and ZigBee to establish the
dedicated device such as personal computer or laptop. communication between the user and the display board.
The user can update it even from far away distant. It is They used KS0108 based 128×64 graphical LCD to display
a process wherein the display board need not to be the messages. Performance analysis is based on parameters
reprogrammed to display a new message because it is such as range, BER(Bit Error Range). RSSI(Received
wireless. signal strength indicator). Signal attenuation and power
consumption. The microcontroller receives the information
Keywords:- AT89C52 microcontroller, Wi-Fi module, 7×96 serially from wireless receiver module and display it on the
characters LED display, max232 serial interface. LCD display.

I. INTRODUCTION In “Ethernet card based digital notice board” by


Gowrishankar Kasilingam, Mritha Ramalingam and
The overall idea of the project is wireless ChandraSekar(2014)(ISSN(print):09746846,ISSN(online):0
communication between a mobile phone and a display 974-5645),vol7(2)[2], pp 185-188 proposed development of
board using WiFi technology. This project combines Ethernet Card based digital notice board. The complete
advantages of AT89C52 microcontroller and WiFi system would have a dual system in terms of changing
technology to establish accurate communication system message display, dual power supply switchable between
between the user and display board. solar power system and alternating current (AC) from the
utility supply, and inbuilt motion detector that could
The administrator or the sender uses a simple Wi-Fi automatically switch OFF the whole system after working
Module based handset for sending messages to display hours and would automatically switch ON if any motion is
board. Wi-Fi module is used at the receiver side is used to sensed by the motion detector after the programmed
receive the messages from sender. The received messages working.

IJISRT20APR203 www.ijisrt.com 700


Volume 5, Issue 4, April – 2020 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165
In “Android based digital notice board” by Neeraj In “Ethernet card based LED display boards using
Khera and Divya Shukla, IEEE 2016[3] . They developed AT89S52 microcontroller” by Rahul Kamboj and Preeti
low cost digital notice board using Arduino Uno at the Abrol (2013)[4] . They developed a multiple LED display
eceiver end. This system make use of either Bluetooth or boards based on Ethernet Card using AT89S52
Wi-Fi to establish serial communication, Android based microcontroller, Ethernet Card modules and moving LED
application is used for Bluetooth and Wi-Fi connection. displays. One or more LED displays are connected via
This application has two functions one is displaying the different Ethernet Card Modules from different locations so
messages and in addition to that wireless calling is also that the same message is displayed on all the LED boards,
implemented using Wi-Fi. With few limitations, This project is proven to be less cost,
efficient as well as secured comparing with previous works.
Using the concepts of wireless technology with Ethernet
Card we can make the communication faster, with more
efficiency. We can display the messages with less errors
and maintenance.

III. METHODOLOGY

Fig 1:- System Architecture

Fig 1 explains the basic block diagram of digital notice board using real time clock the LEDs are driven using the design
called multiplexing to reduce the overall power consumption of the module. The module mainly works in 4 steps-
 User sends message to using an application
 WiFi module in the receiver side receives the messages
 The messages are stored in SIM of the modem
 By issuing proper AT commands messages are stored in microcontroller
 Received messages are displayed on the led board

IJISRT20APR203 www.ijisrt.com 701


Volume 5, Issue 4, April – 2020 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165

Fig 2:- Data flow diagram

IV. WORKING serial interface,(EEROM) electrically erasable


programmable read-only.
The WiFi module receives the SMS from the
authorized transmitter of the user it may be mobile phone V. CONCLUSION
or computer, stores the received message in
SIM(Subscriber Identity Module) in the modem, The Wi-Fi The proposed systems removes most of the drawbacks
module responds by requesting a confirmation SMS. The of already available notice boards in the market, As most of
Wi-Fi module has a different voltage level from that of the the things going online these days digital notice boards
control unit. by providing proper AT commands the effectively replaces the traditionally followed notice
messages stored in SIM are transferred to the boards, digital notice makes mass announcements s easier,
microcontroller, the microcontroller validates the sender’s faster, efficient and also can be displayed again and again
Mobile Identification Number (MIN) and displays the sent without much wastage of energy with greater efficiency
information on an LED board which serves as the display with low errors and less maintenance cost. This system can
board. The main components that are used includes be used in educational institutes, work areas, bus and
AT89C52 microcontroller, Wi-Fi module, 7×96 characters railway station, weather forecast, stadiums, commercial
LED display arranged in matrix configuration, max232 centers and also for the personal uses.

IJISRT20APR203 www.ijisrt.com 702


Volume 5, Issue 4, April – 2020 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165
REFERENCES

[1]. Dharmendra Kumar Sharma and Vineet Tiwari,


“Small and medium range wireless
electronic notice board using Bluetooth and ZigBee”
IEEE 2015. In Proceedings of IEEE International
Conference on Information Technology and Computer
Science, 13-17 October 2015, pp. 1-4, 2015.
[2]. Gowrishankar Kasilingam, Mritha Ramalingam and
Chandra Sekar (2014), “A survey of light emitting
diode (LED) display board” Indian Journal of Science
and Technology, (ISSN (Print): 09746846, ISSN
(Online) : 0974-5645), Vol 7(2), pp 185–188.
[3]. Neeraj Khera and Divya Shukla “Development of
simple and low cost Android based wireless notice
board”IEEE 2016. Website: www.ijetae.com (ISSN
2250-2459), Volume 2, Issue 5, pp 446-448.
[4]. Deng chunjjan, Liu Wei, Zou kun, Yang Liang “A
Solution of LED Large Screen Display On Wireless
Communication”,10.1109/apwes.2010.24.
[5]. Shereen N. Z., and Rozumah B. “Mobile Phone use
Amongst Student in University in Malaysia: It
correlates and relationship to Psychological Health”.
European Journal of Scientific Research. Vol. 37.
No.2. pp. 206 – 218, 2009.

IJISRT20APR203 www.ijisrt.com 703

You might also like