0% found this document useful (0 votes)
17 views

Efficient Departmental Coordination: Real-Time Schedule Display Using Arduino

This project tackles the time-consuming task of schedule management for Heads of Departments (HODs) by developing a dynamic, automatic display system. Utilizing an Arduino microcontroller, an RTC module, and a P10 LED display (16x32), the system displays their one-week schedule in real-time, updating automatically each day. Bluetooth connectivity empowers adjustments to the schedule through an external device, offering flexibility and control.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Efficient Departmental Coordination: Real-Time Schedule Display Using Arduino

This project tackles the time-consuming task of schedule management for Heads of Departments (HODs) by developing a dynamic, automatic display system. Utilizing an Arduino microcontroller, an RTC module, and a P10 LED display (16x32), the system displays their one-week schedule in real-time, updating automatically each day. Bluetooth connectivity empowers adjustments to the schedule through an external device, offering flexibility and control.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Volume 9, Issue 7, July – 2024 International Journal of Innovative Science and Research Technology

ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24JUL1866

Efficient Departmental Coordination: Real-Time


Schedule Display using Arduino
Vyanktesh Mashalkar1 Monika Shinde2
Student, EE Student, EE
JSPM’s Rajarshi Shahu College of Engineering, JSPM’s Rajarshi Shahu College of Engineering,
Pune 411033, Maharashtra, India Pune 411033, Maharashtra, India

Bhagyashri Gawade3 Surbhi Singh4


Student, EE Assistant Professor, Electrical Engineering Department
JSPM’s Rajarshi Shahu College of Engineering, JSPM’s Rajarshi Shahu College of Engineering,
Pune 411033, Maharashtra, India Pune 411033,Maharashtra,India

Abstract:- This project tackles the time-consuming task connects to a cellular network using a SIM card. This allows
of schedule management for Heads of Departments for remote communication via SMS. Newer technologies like
(HODs) by developing a dynamic, automatic display WiFi or Bluetooth Low Energy (BLE) might offer
system. Utilizing an Arduino microcontroller, an RTC advantages in terms of cost, power consumption, and data
module, and a P10 LED display (16x32), the system transfer speed compared to GSM.[2][10]
displays their one-week schedule in real-time, updating
automatically each day. Bluetooth connectivity empowers As technology advances, more and more things in our
adjustments to the schedule through an external device, lives become digital and new ideas emerge. The Internet of
offering flexibility and control. Utilizing a P10 LED Things (IoT) is a concept that determines the location of
display for clear visibility, it automatically updates with various objects in the environment, influenced by radio or
the real-time clock. Schedule information is embedded telephone communication, each with the concept of
within the code for reliability, and the display format is communicating, creating new applications and achieving
divided for time and detailed schedule. Prioritizing eco- common goals. It also brings people, processes and
friendliness, it uses low-power components. This project information together. The concept of the Internet of
aims to improve departmental communication, Everything (IoE) is one of the key concepts of this
transparency, and efficiency by providing a clear and revolutionary era [3].
accessible platform for HOD schedule information.
This article presents a real-time control framework
Keywords:- P10 LED Display (16*32), Bluetooth, RTC (Real design centred on the RF24E1 remote transmission module.
Time Clock), Schedule, Internet of Everything (IoE), Internet Using the nRF24E1 transmission module as its foundation,
of Things (IoT). the AT89S52 chip manages the remote Driven show in this
framework. Heightened security, low toll, and ease of use are
I. INTRODUCTION some of this administration's benefits [4]

The paper presents a smart notice board system that Public spaces frequently use LED displays because of
utilizes IoT for updating notices and announcements. It their huge screens, excellent brightness, low power
discusses the architecture, components, and working of the consumption, and other features. This article primarily
system, highlighting its benefits in terms of efficiency and presents a straightforward chip-based LED display control
convenience. Traditional noticeboards use fancy displays like system with strong wireless transmission control capabilities.
smart boards, TVs, or LED screens. These systems often By using this control, the controller and the LED display are
require complex programming and expensive software no longer electrically connected.[5]
running in the background to manage how information is
shown. Our new system ditches the expensive backend and There's a lot more colour available for light signals than
uses affordable internet-of-things devices instead. These for radio signals. LEDs, however, usually emit a wide range
devices are easy to program and portable, allowing them to of colours at once. This is done on purpose to make them
connect to any display and receive messages from websites, efficient and give good quality light. The downside is that
phones, or other modern devices. [1] these LEDs can't be switched on and off very quickly.
Researchers are working on ways to improve this by studying
Traditional notice boards require manual updates, and how LEDs work and making adjustments to the system. This
home automation systems often lack remote control is important because LED technology is getting better at
capabilities. This system aims to address these turning electricity into light, but the way they respond to
limitations. The core component is a GSM module that signals is different from older LEDs. [9]

IJISRT24JUL1866 www.ijisrt.com 3090


Volume 9, Issue 7, July – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24JUL1866

Android-based application programs are used for


communication between Android devices and the display
board. The Arduino Uno, a low-cost microcontroller board,
may be configured to receive and display messages via
Bluetooth or WiFi.The proposed system aims to reduce
human effort, paper usage, and printing costs associated with
manual notice board changes [6].

The paper reviews existing VLC systems using intensity


modulation of LEDs for data transmission. Challenges
identified include limitations in duplex communication (two-
way data exchange), dimming control complexities, and the
need for separate frames for transmitter identification and
data transmission. An Optical Wireless Communication (IS-
OWC) system based on image sensors is proposed by the Fig 1 System’s Design Block
authors. In this system, an optical communication image
sensor (OCI) chip is used as the receiver in a camera, while B. The Working Model
LEDs are used as transmitters [7][8]. Following a thorough demonstration of the selected
component, the system initial working model was first tested
II. HARDWARE IMPLEMENTATION on a breadboard testing platform.

A. System Architecture  Arduino Uno


The below block diagram shows we have used p10 led With its ATmega328P chip, which boasts 14 advanced
display, RTC ( DS1307 real time clock), Arduino and Pins for input and output, 6 analog I/P pins, and a clock
Bluetooth module. The work of RTC is to show the date and speed rate of 16 MHz, the Arduino Uno is a potentially
time. Arduino is controller which is control the whole system versatile open-source microcontroller board..With its USB
and where we upload the code with help of USB cable for connection for programming and power, reset button, and
operates the Arduino 5V power supply is used. P10 led compatibility with a plethora of shields, it serves as an ideal
display used to show time, day, date, and schedule of HOD. platform for prototyping interactive electronic projects.

Fig 2 Arduino UNO Development Board.

IJISRT24JUL1866 www.ijisrt.com 3091


Volume 9, Issue 7, July – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24JUL1866

 RTC Module The pixel pitch refers to the distance between the centers of
Real-Time Clock Modules, or RTC modules for short, two LEDs. In a P10 display, this distance is 10 millimeters.
are tiny computer chips that maintain timekeeping even when This means that a P10 display will have larger pixels
the primary power supply is unplugged.The DS3107 is a compared to displays with a smaller pixel pitch, resulting in a
popular RTC module, tiny but powerful. It keeps time & date lower resolution image. P10 displays are typically used for
precise using minimal power, even in power outages thanks to outdoor applications due to their larger pixel pitch. They are
a backup battery. It communicates with microcontrollers via bright and easily readable from long distances, making them
I2C, offering seconds, minutes, hours, date, month, year info – suitable for billboards, public signage, scoreboards, and other
even leap year adjustments Some modules include alarms and outdoor displays.
temperature sensors (DS3231). Great for projects needing
accurate timekeeping across power cycles.

Fig 5 16*32 LED Display

Fig 3 DS3107 RTC Module. III. SOFTWARE IMPLEMENTATION

 Bluetooth
The HC-05 is a Bluetooth "serial port" chip, enabling
wireless communication between microcontrollers and other
Bluetooth devices. It's like a tiny translator, converting data
for wireless transmission. Think of it as a Bluetooth walkie-
talkie for your projects! It's known for its small size, low
power use, and ease of use, making it popular for beginners
and hobbyists. Send and receive data between your project
and other Bluetooth devices. Send and receive data between
your project and other Bluetooth devices. Typically ranges
from a few meters to tens of meters.

Fig 6 Functioning Diagram of the Arduino Code.

User can give the incoming message then condition will


be checked for the message ,is sender send new message or
Fig 4 HC-05 Bluetooth Module not if sender send new message ,then 2nd condition will get
checked we have to give higher priority for that message or
 P10 LED Matrix not, if sender doesn’t send the new message then, it will keep
P10 LED displays are large, outdoor displays made up displaying previous message, and if the 1st condition get true,
of individual LEDs spaced 10 millimeters apart. They are it will check for 2nd condition, 2nd condition is true then it
bright, durable, and energy-efficient, making them popular will replace older message with new message and if
for advertising, stadiums, and other large-scale applications. condition get false it will keep displaying the previous
message.

IJISRT24JUL1866 www.ijisrt.com 3092


Volume 9, Issue 7, July – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24JUL1866

 Test the Scrolling Display:


 Connect the LED Matrix to Arduino: Once uploaded, your LED matrix should display scrolling
Identify the pin out of your LED matrix. Usually, there text. Additionally, consider factors like power requirements,
are pins for power, ground, data, and clock. Connect power refresh rate, and display size when working with LED
and ground to the corresponding pins on the Arduino. Attach matrices.
the clock and data pins to the Arduino's digital pins.
IV. FINAL RESULT
 Install Required Libraries:
Depending on the type of LED matrix, you may need to
install specific libraries. Install the necessary libraries using
the Arduino IDE.

 Write the Arduino Code:

Fig 9 Displaying Time, Date & Day

Fig 7 Main Window of the Program.

 Open the Arduino IDE and create a new sketch.


 Write code to initialize the LED matrix and control the
scrolling display. Fig 10 Connection Diagram
 Adjust the code according to your LED matrix and
specific requirements. V. ADVANTAGES

 Upload the Code to Arduino:  Dynamic communication: allows the hod to display
dynamic messages, announcements, and updates relevant
 Use USB to connect your computer to the Arduino board. to the department or team.
 In the Arduino IDE, choose the appropriate board and  Instant updates: messages can be updated in real-time,
port. ensuring that the latest information is always
 Upload the code to the Arduino. communicated effectively.
 Enhanced visibility: the scrolling led display grabs
attention, ensuring that important messages are noticed
promptly.
 Customization: messages can be customized to suit
specific needs, whether it's departmental
https://plagiarismdetector.net/updates, reminders, or
motivational quotes.
 Remote management: the display can be controlled
wirelessly, allowing the hod to update messages
conveniently from their desk or even remotely.
 Professional image: enhances the professional image of
the department by displaying information in a modern and
eye-catching manner.
 Efficient communication: provides a centralized platform
for communication, reducing the need for printed memos
or emails.
 Time-saving: saves time compared to traditional methods
of communication, such as printing and distributing paper
notices.
Fig 8 Code Compilation

IJISRT24JUL1866 www.ijisrt.com 3093


Volume 9, Issue 7, July – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24JUL1866

 Environmental friendly: reduces paper wastage and Sensor”. 2015 International Conference on Computing
promotes eco-friendly practices within the department. Communication Control and Automation, 978-1-
 Versatility: can be used to display various types of 4799-6892-3/15 IEEE Computer Society, 135–137.
content, including text, graphics, and animations, (2015).
maximizing its utility. [9]. Jean-Paul M. G. Linnartz;Xiong Deng;Anton
Alexeev; Shokoufeh Mardanikorani; “Wireless
VI. CONCLUSION Communication over an LED Channel”. IEEE
Communications Magazine, 77-82, December 2020.
In conclusion, an electronic LED display board [10]. Z. Wanli, “The design of communications dispatch
displaying Time, Date, Day and Events by wireless module based on GSM”, in IEEE conference on
transmission through Bluetooth has been successful Computer Technology and Development, pp. 583-
developed and has meet its objectives. The storage and 585, Nov. 2010.
retrieval of information is done by the Arduino mega
microcontroller. This display board incorporates features
such as user interaction, allowing users to select which view
of the display to view .This strategy can be utilized
exceptionally successfully in places such as chain eateries,
where orders and uncommon rebates can be appeared at all
branches at the same time, and at universities, where staff
and understudies might be overhauled simultaneously and in
genuine time. It is a reasonable and simple-to-use gadget that
can be introduced at open transportation centers like transport
and prepare stations, airplane terminals, and railroads. It may
moreover be utilized on the side of the street for activity
administration and crisis circumstances. Authorized people
can upgrade the fabric and anticipate the delay that comes
with utilizing paper for take note shows.

REFERENCES

[1]. Rangani, Dhara G. Tahilramani, Nikunj V. “Smart


notice board system” , International Conference on
Applied and Theoretical Computing and
Communication Technology, 978-1-5386-1144-9
IEEE , 209–214. (2017).
[2]. Pramanik, Aniket; Rishikesh, ;Nagar, Vikash;
Dwivedi, Satyam; Choudhury, Biplav . “GSM based
Smart home and digital notice board”. 41–46, (2016).
[3]. Ceren Yasa;Safiye Mermer;Burcu Koksal;Rifat
Edizkan;. “Interactive Digital Notice Board”. 2020
Innovations in Intelligent Systems and Applications
Conference (ASYU), (2020).
[4]. Jiang, Xinge; Chen, Min; Li, Zhujun; Chen, Xuanmin.
“Wireless real-time LED display control system based
on single chip microcontroller”.951–952. 978-1-4673-
0242-5/12 IEEE, The 7th International Conference on
Computer Science & Education (ICCSE 2012) July
14-17, 2012
[5]. Pang, G.; Kwan, T.; Liu, H.; Chi-Ho Chan. “LED
wireless”. IEEE INDUSTRY APPLICATIONS
MAGAZINE, 1077-2618/02,IEEE, 0–28, JAN |FEB
2002.
[6]. Khera, Neeraj; Shukla, Divya; Awasthi, Shambhavi
“Development of simple and low cost Android based
wireless notice board”. 978-1-5090-1489-7/16 IEEE
630–633, (2016).
[7]. Pang, G.; Kwan, T.; Liu, H.; Chi-Ho Chan. “Optical
wireless based on high brightness visible LEDs”. 0-
7803-5589-X/9 IEEE, 1693–1699. (1999).
[8]. Patil, Prakash; Borse, Chaitali ,“Optical Wireless
Communication System Using LED and Image

IJISRT24JUL1866 www.ijisrt.com 3094

You might also like