Wireless Digital Electronic Notice Board Using Wi-Fi
Wireless Digital Electronic Notice Board Using Wi-Fi
SHUBHAM V.PATIL
UG Students/ EE, Sanjeevan College of Engineering and Technology Institute, Panhala.
BALASO R.SHINGATE
UG Students/ EE, Sanjeevan College of Engineering and Technology Institute, Panhala.
VIKAS N.MALI
UG Students/ EE, Sanjeevan College of Engineering and Technology Institute, Panhala.
SUMIT S.THOKE
UG Students/ EE, Sanjeevan College of Engineering and Technology Institute, Panhala.
SAGAR N.PAWAR
UG Students/ EE, Sanjeevan College of Engineering and Technology Institute, Panhala.
ABSTRACT
The main objective of this project is to develop a notice board system using an Arduino board with Wi-Fi
being remotely controlled by any Android OS smart phone. As technology is advancing so information is
also getting smarter and scrolling. Modern information is gradually shifting from conventional notice board
to centralized control system, involving Wi-Fi system. Presently, conventional notice board located in
different location makes it difficult for the user to go near them to operate.
In this system we are using Arduino master as main controller and remaining four Arduino as slave. When
information is given through Wi-Fi master arduino takes receives data from wi-fi according to coding it feds
to slave arduino and display on LED notice board at same time information gradually shifting with
controlled by shift register. With help of shift register data moving from one location to next location like
this gradually scrolling. In system all slave lines are displaying different data with scrolling received from
master.
1. INTRODUCTION
In past years, the Wi-Fi transceiver system has used from a many area in terms of mobile phones,personal
computers, laptops are to be commonly used by the rich to something so it can be used.Now a day’s people
prefer wireless connection because they can interact with people easily and it require less time. The main
objective of this project is to develop a wireless notice board that display message sent from the user and to
design a simple, easy to install, user friendly system, which can receive and display notice in a particular
manner with respect to time which will help the user to easily keep the track of notice board every day and
each time he uses the system. Wi-Fi are the wireless technology used. All mobile phones has available in
Wi-Fi network, then Wi-Fi network has been used to provide wide area network allows as to communicate
with the information into text message through LED display to move the notice board.These services all
themselves with one or more network ranges providers will give them a special code number that can
receive and monitor the information that their notice board send to them.This many-to-one network of
information transmission has become quite popular and many a business has entered into this model with
mixed results. This paper aims to propose industrial applications that will utilize the distinct advantages of
the Wi-Fi.
47 | P a g e
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 5, ISSUE 4, Apr-2018
2. BLOCK DIAGRAM
12V 10AMP.
230V AC
SMPS
SLAVER
LED MATRIX PANEL 2
ARDUINO 2
SLAVER
LED MATRIX PANEL 2
ARDUINO 2
SLAVER
LED MATRIX PANEL 2
ARDUINO 2
3. BLOCK DISCRIPTION
3.1 WI-FI MODULE
Wireless is technology radio waves to provide network connectivity. Wi-fi connection is established using a
wireless adapter to create hotspot. Area in vicinity of wireless router that are connected to the network and
allow users to access internet services. Wi-fi provides wireless connectivity to devices by emitting
frequencies between 2.4GHz- 5GHz based on the amount of data on the network.Working-like mobile
phones, a Wi-fi network makes use of radio waves to transmit information across a network.The computer
should include a wireless adapter that will translate data sent into a radio signal.This same signal will be
transmitted, via an antenna, to a decoder known as the router. Once decoded, the data will be sent to the
internet through a wired Ethernet connection.As the wireless network works as a two way traffic, the data
received from the internet will also pass through the router to be coded into a radio signals that will be
received by the computers wireless adapter.
48 | P a g e
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 5, ISSUE 4, Apr-2018
3.3 USE IN PROJECT
It connect between wi-fi and masters slaves Arduino. The main work is to transmit and receive the data from
user.
In digital circuits, a shift register is a cascade of flip flops,sharing the same clock, in which the output of
each flip flop is connected to data input of the next flip flop in the chain, resulting in circuit that shifts by
one position the bit array stored in it, ‘shifting in’ the data present at its input and ‘shifting out’ the last bit in
the array, at each transition of the clock input.
Shift register can have both parallel and serial inputs and outputs. This are often configured as ‘serial-in,
parallel-out’.(SIPO) or as ‘parallel-in, serial-out’(PISO). There are also types that both have serial and
parallel input and types with serial and parallel output. There are also ‘Bidirectional’ shift register which
allow shifting in both directions:L-R or R-L. the serial input and last output of shift register can also be
connected to create a ‘circular shift register’.
Need to connect the three pins that we will control the shift register:
Pin 11 (SRCLK) of the shift register to pin 11 on the Arduino – this will be referred to as the “clock pin”
Pin 12 (RCLK) of the shift register to pin 12 on the Arduino – this will be referred to as the “latch pin”
Pin 14 (SER) of the shift register to pin 13 on the Arduino – this will be referred to as the “data pin”
All three of these pins are used in order to do the bit shifting that was mentioned earlier. Thankfully Arduino
provide a helper function specifically for shift registers called Shift Out, which will handle pretty much
everything for us; but we’ll get back to that when reviewing the code!
The AT 89C51 is alow-power, high- performance CMOS 8 – bit micro computer with 4 Kbytes of
Flash Programmable and Erasable Read Only Memory (PEROM). The device is manufacture
dusingAtmel’shighdensitynonvolatilememorytechnologyandiscompatiblewiththeindustrystandardMCS-
49 | P a g e
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 5, ISSUE 4, Apr-2018
51instructionsetandpin out.Theon-chipFlashallowstheprogrammemorytobereprogrammedin-system or by a
conventional on volatile memory program-mer. By combining a versatile 8- bit CPU with Flash on a
monolithic chip, the At mel AT89C51is a powerful micro computer which provides a highly flexible and
cost effective solution to many embedded control applications.
3.5.1 FEATURES
Compatible with MCS-51 Products
4 Kbytes of In-System Reprogrammable Flash Memory. Endurance 1,000 Write/Erase Cycles
Fully Static Operation: 0 Hz to 24 MHz
Three-Level Program Memory Lock
128 x 8-Bit Internal RAM
32 Programmable I/O Lines
Two 16-Bit Timer/Counters
Six Interrupt Sources
Programmable Serial Channel
Low Power Idle and Power down Modes
4. PROGRAM
ds=1;
/* data = 0x7C; delay();
ds=0;
data = 0x12; delay();
50 | P a g e
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 5, ISSUE 4, Apr-2018
5. PROJECT PHOTO
6. CIRCUIT DIAGRAM
In the diagram every column pin is connected to Arduino pin through a 220Ω resistor. All the row pins are
connected to one of the output pin of the shift register. The characters are displayed using the multiplexing
techniques. Shift register is connected to Arduino as usual by data, latch and clock pins.
7. CONCLUSION
By Using the concept of thistechnology in the field of wireless communication we can make our
communication more efficient and faster, with greater efficiency we can display the messages and with less
errors and better efficiency. Time can be consumed & to paper wastage is reduced This method can be used
very efficiently in establishments like High-tech restaurants where in give the order and offer discounts can
be displayed at all branches in same time, in colleges the students and staffs can be informed simultaneously
the information no time. It can be set up at public transport places like railways, bus station, and airport and
also at road side for traffic control and in emergency situations like hospitals temples,etc…. it is cost is low
and very easily to handling method. It is fully involved in using of papers in displaying of notices is avoided
and the information can be updated by the every second. It also makes the system compatible with more
than one wireless technology. This project describes the Wi-fi based LED display.
ACKNOWLEDGEMENT
We are very thankful for the guidance and support of Prof. P.P.Kulkarni. We also grateful to Prof.
N.S.Jadhav. Special thanks to allElectrical department.
51 | P a g e
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 5, ISSUE 4, Apr-2018
REFERENCES
I. Smart Electronic Notice Board Using WI-FIS.ArulmuruganP 1 P, S. Anitha P2P, A. PriyangaP 3 P, S.
Sangeetha priya P 4P 1 P Assistant Professor/ECE, P2, 3, 4P UG Students/ECESelvam College Of
Technology, Namakkal.
II. GSM based Navigation Digital Notice Board Mr. Y. P. Sushir1, Prof. S.R.Umbarkar, Prof. S.R.
Wadekar3 Department Electronics and Telecommunication Engineering1,2,3 Padm.Dr.V.B.Kolte
College Of Engineering , Malkapur 1,2.3
[email protected],[email protected],[email protected]
52 | P a g e