SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 443
PORTABLE WIRELESS NOTICE DISPLAY USING RASPBERRY-PI
Jaya Bhattad1, Prashantkumar Katre2, Pravin Warhadkar3, Vishal Rahangdale4, Payal Lothe5,
Mrunali Gawande6
1Assistant Professor, ETC, Priyadarshini College of Engineering, Nagpur, India
23456B.E. Scholar, ETC, Priyadarshini College of Engineering, Nagpur, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: Notice Board is commonly used in a variety of
institutions which we come across on a daily basis. Also, it is
the best place to put on any kinds of information, but
sticking or pinning various notice day to day is a difficult
process. A separate person is required to look after this
notice-board. Due to this there is wastage of things like
paper, printer-ink and loss of time. This project idea is about
innovative wireless Noticeboard. The project is created with
the help of ARM-controller raspberry-pi 3 model B, which is
the heart of the system and it acts as a transmitter which
send notices. It has inbuilt Wi-Fi, which provides Wi-Fi range
up to 30-50 m. At a receiving end any smartphone can
receive notices this whole process is done without the
internet.
Key Words: System, Web Browser, Raspberry-Pi, SD-Card,
Electronics Components.
1. INTRODUCTION
Notice Boards are an important medium for
displaying information and keeping people aware. The
traditional notice boards involve the pinning up of printed or
handwritten information on a board. The digital electronics
notice board is speedy alternative than the ordinary type of
notice board [1]. This idea can display multiple notices at a
time to the number of users. This idea with an aim to increase
the usability of electronic notice boards, deals with wireless
reception and display of notices using Raspberry-Pi.
Notice-board is a thing that can be used in multiple
places like any institution or public utility places [4]. The way
to digitize the notice board is necessary because traditional
notice-board required, separate person for pinning or sticking
notices on the board and wastage of paper printer-ink etc.
A WI Fi is used for data transmission that is sending
notices we are using raspberry-Pi model B as transmitter by
using raspberry-Pi we can make notices in any format and
stored in appropriate folder as a database of server to the
transmitter over Wi-Fi at receiving end after establishing
connection between the transmitter (raspberry-pi) and
receiver (smartphone) by providing local host address then
we are able to access the notices which is stored in the
database of their server [2]. And the overall process is off line.
2. LITERATURE SURVEY
Paper 1: Author- Yash Teckchandani, “Large Screen Wireless
Notice Display System” 2015 IEEE International Conference.
Description: Digital electronics notice board is speedy
alternative than the ordinary type of notice board. In this we
used raspberry-pi module for transferring notice through WI-
FI.
This paper, with an aim to increase the usability of electronic
notice boards, deals with wireless reception and display of
messages using Raspberry-Pi. Practically, all output
resolutions are supported. The font size is customizable and it
can display multiple notices at a time.
Paper 2:
Author- Jadhav Vinod, “Digital Notice Board Using Raspberry
Pi” IJCAT -International Journal of Computing and
Technology, February 2016.
Description: Notice Board is the primary thing in any
institution or public utility places like bus stations, railway
stations, colleges, malls, etc. But sticking various notice day to
day is a difficult process. A separate person is required to take
care of this notices display. This project is about innovative
wireless notice board. A Wi-Fi is used for sharing Data. At any
time we can add or re- move or alter the information (notices)
according to our requirement. Legal PC is used for sending
notices at the side of the transmitter. And Wi-Fi is used for
sharing data at the receiver side. When an authorized user
sends a notice from his system, it is received by the receiver.
Wireless is a well-known technology that allows an electronic
device to share data wirelessly over a computer network,
including high speed wireless connections.
3. SYSTEM BLOCK DIAGRAM
Fig.1. Raspberry-Pi System Unit
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 444
This section gives a basic overview of the system. Fig. 1
Show the block diagram of the system. The notice to be
displayed is send as a file (PDF, DOC, etc.) the message
transferred via WI-FI(offline) on any smart phone.Since WI-FI
network is being used the notice can be send practically in
Wi-Fi network .The notice is received by any smart phone and
it is store in internal memory.
This is accomplished by the means of establishing FTP
between Raspberry-pi and smart phone.By creating access
point in raspberry pi it gives connectivity between server and
client that is raspberry pi and smart phone respectively.
Fig.2. Top View of Raspberry-Pi
The Raspberry-Pi has two video output options composite
(Radio Corporation of America - RCA) and High-Definition
Multimedia Interface (HDMI). Display screens with VGA port
can also be used by using HDMI OUT of the Raspberry pi with
an HDMI to Video Graphics Array (VGA) convertor.
Therefore, the proposed method is versatile with respect to
display options. The operating system used in Raspberry-Pi is
Raspbian.
The most popular programming language for Raspberry Pi is
Python. It is a high-level language and thus lesser coding
effort is needed as compared to using assembly language for
other microcontroller boards.
Thus, the method proposed in this paper has several
advantages over the prevalent methods used to offer the same
functionality.
4. IMPLEMENTATION
Fig.3. Implementation flow chart
This section explains the execution flow from establishing an
Access Point and installing Apache server to communicate
between the Server and Clients i.e. Raspberry pi to displaying
the notices on the screen of Smart Phones. After successfully
installing Apache HTTP server then a folder will automatically
generate named as ‘www’, in that folder a HTML page is
present. But as we need any type of file format to display, by
command-line-terminal, remove HTML page and by passing
PHP script it will allow adding and removing folders and
notices at server site. Notices in any type of format such as
doc, pdf, excel, JPG, etc. is stored in a folder named ‘www’ and
is ready to access for clients within wifi range.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 445
Fig.4. Establishing of Access Point
In the above figure, Raspberry Pi 3 Model -B has inbuilt Wi-Fi
i.e. 802.11n as ‘n’ indicates then n-input and n-output
because of this feature it can convert Wi-Fi to Access Point for
sharing notices as server to the clients.
Fig.5. Installing Apache Server
For sharing notices we require the Data Base to store the files
and File Transfer Protocol to share files over Local Area
Network (Wired or Wireless). So, for this purpose, we have
Apache Server as File Transfer Protocol. Installation of
Apache Server is shown in the above figure-4.After
successfully installing Apache Server then, obtaining the IP
address by passing command “ifconfig” in command-line-
terminal window. After that establishing connection between
server as Raspberry Pi and clients as Smart Phones.
Fig.6. Display Notices on Smart Phones
Now open any browser in smart phone and then put the URL
as whatever the IP address (Wlan) generated by the
connection established with the server. As the arrow
indicated in fig.5 shows notices received by the clients.
5. CONLUSION
In designing of this project we came to know that there is a
digitized way to use of notice board by using Raspberry Pi
without internet. Thus raspberry-pi being a small yet
powerful device can work efficiently on a digital notice board
connected with Wi-Fi and software. Hence Apache Web server
can provide users with data which can be shared over
browser application within Wi-Fi range.
REFERENCES
[1] Yash Teckchandani, G. Siva Perumal, Radhika Mujumdar,
Sridhar Lokanathan “Large Screen Wireless Notice
Display System” 2015 IEEE International Conference on
Computational Intelligence and Computing Research
(ICCIC), ISBN(print): 978-1-4799-7849-6, Date:10-12
Dec. 2015 IEEE.
[2] Jadhav Vinod, Nagwanshi Tejas, Patil Yogesh, Patil Deepak
“Digital Notice Board Using Raspberry Pi” IJCAT -
International Journal of Computing and Technology,
Volume 3, Issue 2, ISSN : 2348 - 6090, February 2016.
[3] Fikran Faris Utomo, Yoanes Bandung “SNMPTN Exam
Exercise Application Development for Android as Means to
Reduce” 2012 International Conference on Green and
Ubiquitous Technology. ISBN (print):978-1-4577-2171-
7/12/ ©2011 IEEE
[4] N. Villar, K. Van Laerhoven, H.-W. Gellersen."A Physical
Notice Board with Digital Logic and Display", (Demo). In
Adjunct Proceedings of the European Symposium on
Ambient,2007.

More Related Content

What's hot

Week 4_Project Part 2_DNesbit
Week 4_Project Part 2_DNesbitWeek 4_Project Part 2_DNesbit
Week 4_Project Part 2_DNesbitDavid Nesbit II
 
3G vs WIFI - Sai Kiran Kasireddy
3G vs WIFI - Sai Kiran Kasireddy3G vs WIFI - Sai Kiran Kasireddy
3G vs WIFI - Sai Kiran KasireddySai Kiran Kasireddy
 
2 1 internet services and connections
2 1 internet services and connections2 1 internet services and connections
2 1 internet services and connectionsQondileRamokgadi
 
The Role of a SIP Softswitch in the Enterprise
The Role of a SIP Softswitch in the EnterpriseThe Role of a SIP Softswitch in the Enterprise
The Role of a SIP Softswitch in the EnterpriseAlok Vasudeva
 
Bw Overview 0607
Bw Overview 0607Bw Overview 0607
Bw Overview 0607fantastic1
 
Paper id 21201446
Paper id 21201446Paper id 21201446
Paper id 21201446IJRAT
 
System Support for Integrated Desktop Video Conferencing
System Support for Integrated Desktop Video ConferencingSystem Support for Integrated Desktop Video Conferencing
System Support for Integrated Desktop Video ConferencingVideoguy
 
Education webinar april 2012
Education webinar april 2012Education webinar april 2012
Education webinar april 2012Infoblox
 
Management information system chapter 7 telecommuniications the internet and ...
Management information system chapter 7 telecommuniications the internet and ...Management information system chapter 7 telecommuniications the internet and ...
Management information system chapter 7 telecommuniications the internet and ...Leng Kimlieng
 
How do the 802.11u and HotSpot 2.0 work?
How do the 802.11u and HotSpot 2.0 work?How do the 802.11u and HotSpot 2.0 work?
How do the 802.11u and HotSpot 2.0 work?Michal Jarski
 
Explanation of voip
Explanation of voipExplanation of voip
Explanation of voiphuntysen
 
Global Multimedia Collaboration System
Global Multimedia Collaboration SystemGlobal Multimedia Collaboration System
Global Multimedia Collaboration SystemVideoguy
 

What's hot (19)

Bluetooth
BluetoothBluetooth
Bluetooth
 
Week 4_Project Part 2_DNesbit
Week 4_Project Part 2_DNesbitWeek 4_Project Part 2_DNesbit
Week 4_Project Part 2_DNesbit
 
Wireless and intranet
Wireless and intranetWireless and intranet
Wireless and intranet
 
Customer pres 3 technical overviews_at&t mobility
Customer pres 3 technical overviews_at&t  mobilityCustomer pres 3 technical overviews_at&t  mobility
Customer pres 3 technical overviews_at&t mobility
 
3G vs WIFI - Sai Kiran Kasireddy
3G vs WIFI - Sai Kiran Kasireddy3G vs WIFI - Sai Kiran Kasireddy
3G vs WIFI - Sai Kiran Kasireddy
 
2 1 internet services and connections
2 1 internet services and connections2 1 internet services and connections
2 1 internet services and connections
 
Hotspot!
Hotspot!Hotspot!
Hotspot!
 
The Role of a SIP Softswitch in the Enterprise
The Role of a SIP Softswitch in the EnterpriseThe Role of a SIP Softswitch in the Enterprise
The Role of a SIP Softswitch in the Enterprise
 
Bw Overview 0607
Bw Overview 0607Bw Overview 0607
Bw Overview 0607
 
Chapter09
Chapter09Chapter09
Chapter09
 
Paper id 21201446
Paper id 21201446Paper id 21201446
Paper id 21201446
 
System Support for Integrated Desktop Video Conferencing
System Support for Integrated Desktop Video ConferencingSystem Support for Integrated Desktop Video Conferencing
System Support for Integrated Desktop Video Conferencing
 
Education webinar april 2012
Education webinar april 2012Education webinar april 2012
Education webinar april 2012
 
Dialog Broadnet Brief
Dialog Broadnet BriefDialog Broadnet Brief
Dialog Broadnet Brief
 
Assignment 1
Assignment 1  Assignment 1
Assignment 1
 
Management information system chapter 7 telecommuniications the internet and ...
Management information system chapter 7 telecommuniications the internet and ...Management information system chapter 7 telecommuniications the internet and ...
Management information system chapter 7 telecommuniications the internet and ...
 
How do the 802.11u and HotSpot 2.0 work?
How do the 802.11u and HotSpot 2.0 work?How do the 802.11u and HotSpot 2.0 work?
How do the 802.11u and HotSpot 2.0 work?
 
Explanation of voip
Explanation of voipExplanation of voip
Explanation of voip
 
Global Multimedia Collaboration System
Global Multimedia Collaboration SystemGlobal Multimedia Collaboration System
Global Multimedia Collaboration System
 

Similar to Portable Wireless Notice Display Using Raspberry-PI

IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert SystemIRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert SystemIRJET Journal
 
Digital Notice Board
Digital Notice BoardDigital Notice Board
Digital Notice Boardijtsrd
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 
Digital Wireless Notice Board
Digital Wireless Notice BoardDigital Wireless Notice Board
Digital Wireless Notice BoardIRJET Journal
 
IRJET- Electronic Notice Board Remotely Operated using Android Phone
IRJET-  	  Electronic Notice Board Remotely Operated using Android PhoneIRJET-  	  Electronic Notice Board Remotely Operated using Android Phone
IRJET- Electronic Notice Board Remotely Operated using Android PhoneIRJET Journal
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using CloudIRJET Journal
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET Journal
 
IRJET- Implementation of Web Enabled Notice Board using SOC
IRJET- Implementation of Web Enabled Notice Board using SOCIRJET- Implementation of Web Enabled Notice Board using SOC
IRJET- Implementation of Web Enabled Notice Board using SOCIRJET Journal
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising SystemIRJET Journal
 
IRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice BoardIRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice BoardIRJET Journal
 
IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET Journal
 
B03504008012
B03504008012B03504008012
B03504008012theijes
 
IRJET - AI based Smart Mirror
IRJET -  	  AI based Smart MirrorIRJET -  	  AI based Smart Mirror
IRJET - AI based Smart MirrorIRJET Journal
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET Journal
 
Embedded Web server using TCP/IP protocol
Embedded Web server using TCP/IP protocolEmbedded Web server using TCP/IP protocol
Embedded Web server using TCP/IP protocolIRJET Journal
 
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Associate Professor in VSB Coimbatore
 

Similar to Portable Wireless Notice Display Using Raspberry-PI (20)

IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert SystemIRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
 
Digital Notice Board
Digital Notice BoardDigital Notice Board
Digital Notice Board
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
Digital Wireless Notice Board
Digital Wireless Notice BoardDigital Wireless Notice Board
Digital Wireless Notice Board
 
IRJET- Electronic Notice Board Remotely Operated using Android Phone
IRJET-  	  Electronic Notice Board Remotely Operated using Android PhoneIRJET-  	  Electronic Notice Board Remotely Operated using Android Phone
IRJET- Electronic Notice Board Remotely Operated using Android Phone
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using Cloud
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
 
DIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOTDIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOT
 
IRJET- Implementation of Web Enabled Notice Board using SOC
IRJET- Implementation of Web Enabled Notice Board using SOCIRJET- Implementation of Web Enabled Notice Board using SOC
IRJET- Implementation of Web Enabled Notice Board using SOC
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
IRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice BoardIRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice Board
 
IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry Pi
 
B03504008012
B03504008012B03504008012
B03504008012
 
K1102026669
K1102026669K1102026669
K1102026669
 
Video conferincing
Video conferincingVideo conferincing
Video conferincing
 
IRJET - AI based Smart Mirror
IRJET -  	  AI based Smart MirrorIRJET -  	  AI based Smart Mirror
IRJET - AI based Smart Mirror
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
 
Embedded Web server using TCP/IP protocol
Embedded Web server using TCP/IP protocolEmbedded Web server using TCP/IP protocol
Embedded Web server using TCP/IP protocol
 
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 

Portable Wireless Notice Display Using Raspberry-PI

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 443 PORTABLE WIRELESS NOTICE DISPLAY USING RASPBERRY-PI Jaya Bhattad1, Prashantkumar Katre2, Pravin Warhadkar3, Vishal Rahangdale4, Payal Lothe5, Mrunali Gawande6 1Assistant Professor, ETC, Priyadarshini College of Engineering, Nagpur, India 23456B.E. Scholar, ETC, Priyadarshini College of Engineering, Nagpur, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: Notice Board is commonly used in a variety of institutions which we come across on a daily basis. Also, it is the best place to put on any kinds of information, but sticking or pinning various notice day to day is a difficult process. A separate person is required to look after this notice-board. Due to this there is wastage of things like paper, printer-ink and loss of time. This project idea is about innovative wireless Noticeboard. The project is created with the help of ARM-controller raspberry-pi 3 model B, which is the heart of the system and it acts as a transmitter which send notices. It has inbuilt Wi-Fi, which provides Wi-Fi range up to 30-50 m. At a receiving end any smartphone can receive notices this whole process is done without the internet. Key Words: System, Web Browser, Raspberry-Pi, SD-Card, Electronics Components. 1. INTRODUCTION Notice Boards are an important medium for displaying information and keeping people aware. The traditional notice boards involve the pinning up of printed or handwritten information on a board. The digital electronics notice board is speedy alternative than the ordinary type of notice board [1]. This idea can display multiple notices at a time to the number of users. This idea with an aim to increase the usability of electronic notice boards, deals with wireless reception and display of notices using Raspberry-Pi. Notice-board is a thing that can be used in multiple places like any institution or public utility places [4]. The way to digitize the notice board is necessary because traditional notice-board required, separate person for pinning or sticking notices on the board and wastage of paper printer-ink etc. A WI Fi is used for data transmission that is sending notices we are using raspberry-Pi model B as transmitter by using raspberry-Pi we can make notices in any format and stored in appropriate folder as a database of server to the transmitter over Wi-Fi at receiving end after establishing connection between the transmitter (raspberry-pi) and receiver (smartphone) by providing local host address then we are able to access the notices which is stored in the database of their server [2]. And the overall process is off line. 2. LITERATURE SURVEY Paper 1: Author- Yash Teckchandani, “Large Screen Wireless Notice Display System” 2015 IEEE International Conference. Description: Digital electronics notice board is speedy alternative than the ordinary type of notice board. In this we used raspberry-pi module for transferring notice through WI- FI. This paper, with an aim to increase the usability of electronic notice boards, deals with wireless reception and display of messages using Raspberry-Pi. Practically, all output resolutions are supported. The font size is customizable and it can display multiple notices at a time. Paper 2: Author- Jadhav Vinod, “Digital Notice Board Using Raspberry Pi” IJCAT -International Journal of Computing and Technology, February 2016. Description: Notice Board is the primary thing in any institution or public utility places like bus stations, railway stations, colleges, malls, etc. But sticking various notice day to day is a difficult process. A separate person is required to take care of this notices display. This project is about innovative wireless notice board. A Wi-Fi is used for sharing Data. At any time we can add or re- move or alter the information (notices) according to our requirement. Legal PC is used for sending notices at the side of the transmitter. And Wi-Fi is used for sharing data at the receiver side. When an authorized user sends a notice from his system, it is received by the receiver. Wireless is a well-known technology that allows an electronic device to share data wirelessly over a computer network, including high speed wireless connections. 3. SYSTEM BLOCK DIAGRAM Fig.1. Raspberry-Pi System Unit
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 444 This section gives a basic overview of the system. Fig. 1 Show the block diagram of the system. The notice to be displayed is send as a file (PDF, DOC, etc.) the message transferred via WI-FI(offline) on any smart phone.Since WI-FI network is being used the notice can be send practically in Wi-Fi network .The notice is received by any smart phone and it is store in internal memory. This is accomplished by the means of establishing FTP between Raspberry-pi and smart phone.By creating access point in raspberry pi it gives connectivity between server and client that is raspberry pi and smart phone respectively. Fig.2. Top View of Raspberry-Pi The Raspberry-Pi has two video output options composite (Radio Corporation of America - RCA) and High-Definition Multimedia Interface (HDMI). Display screens with VGA port can also be used by using HDMI OUT of the Raspberry pi with an HDMI to Video Graphics Array (VGA) convertor. Therefore, the proposed method is versatile with respect to display options. The operating system used in Raspberry-Pi is Raspbian. The most popular programming language for Raspberry Pi is Python. It is a high-level language and thus lesser coding effort is needed as compared to using assembly language for other microcontroller boards. Thus, the method proposed in this paper has several advantages over the prevalent methods used to offer the same functionality. 4. IMPLEMENTATION Fig.3. Implementation flow chart This section explains the execution flow from establishing an Access Point and installing Apache server to communicate between the Server and Clients i.e. Raspberry pi to displaying the notices on the screen of Smart Phones. After successfully installing Apache HTTP server then a folder will automatically generate named as ‘www’, in that folder a HTML page is present. But as we need any type of file format to display, by command-line-terminal, remove HTML page and by passing PHP script it will allow adding and removing folders and notices at server site. Notices in any type of format such as doc, pdf, excel, JPG, etc. is stored in a folder named ‘www’ and is ready to access for clients within wifi range.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 445 Fig.4. Establishing of Access Point In the above figure, Raspberry Pi 3 Model -B has inbuilt Wi-Fi i.e. 802.11n as ‘n’ indicates then n-input and n-output because of this feature it can convert Wi-Fi to Access Point for sharing notices as server to the clients. Fig.5. Installing Apache Server For sharing notices we require the Data Base to store the files and File Transfer Protocol to share files over Local Area Network (Wired or Wireless). So, for this purpose, we have Apache Server as File Transfer Protocol. Installation of Apache Server is shown in the above figure-4.After successfully installing Apache Server then, obtaining the IP address by passing command “ifconfig” in command-line- terminal window. After that establishing connection between server as Raspberry Pi and clients as Smart Phones. Fig.6. Display Notices on Smart Phones Now open any browser in smart phone and then put the URL as whatever the IP address (Wlan) generated by the connection established with the server. As the arrow indicated in fig.5 shows notices received by the clients. 5. CONLUSION In designing of this project we came to know that there is a digitized way to use of notice board by using Raspberry Pi without internet. Thus raspberry-pi being a small yet powerful device can work efficiently on a digital notice board connected with Wi-Fi and software. Hence Apache Web server can provide users with data which can be shared over browser application within Wi-Fi range. REFERENCES [1] Yash Teckchandani, G. Siva Perumal, Radhika Mujumdar, Sridhar Lokanathan “Large Screen Wireless Notice Display System” 2015 IEEE International Conference on Computational Intelligence and Computing Research (ICCIC), ISBN(print): 978-1-4799-7849-6, Date:10-12 Dec. 2015 IEEE. [2] Jadhav Vinod, Nagwanshi Tejas, Patil Yogesh, Patil Deepak “Digital Notice Board Using Raspberry Pi” IJCAT - International Journal of Computing and Technology, Volume 3, Issue 2, ISSN : 2348 - 6090, February 2016. [3] Fikran Faris Utomo, Yoanes Bandung “SNMPTN Exam Exercise Application Development for Android as Means to Reduce” 2012 International Conference on Green and Ubiquitous Technology. ISBN (print):978-1-4577-2171- 7/12/ ©2011 IEEE [4] N. Villar, K. Van Laerhoven, H.-W. Gellersen."A Physical Notice Board with Digital Logic and Display", (Demo). In Adjunct Proceedings of the European Symposium on Ambient,2007.