SlideShare a Scribd company logo
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

PDF
V4103132135
PPT
Communication & network
PPT
PPT
Overview of Internet.ppt
PDF
Peer To Peer Content Sharing On Wi-Fi Network For Smart Phones
PDF
Www ccnav5 net_ccna_1_chapter_1_v5_0_exam_answers_2014
DOCX
Ccna 1 chapter 1 v5
V4103132135
Communication & network
Overview of Internet.ppt
Peer To Peer Content Sharing On Wi-Fi Network For Smart Phones
Www ccnav5 net_ccna_1_chapter_1_v5_0_exam_answers_2014
Ccna 1 chapter 1 v5

What's hot (19)

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

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

PDF
IRJET- Real Time Notice Display System using Cloud
PDF
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
PDF
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
PDF
IRJET- Electronic Notice Board Remotely Operated using Android Phone
PDF
Digital Notice Board
PDF
IRJET - Digital Notice Board using Raspberry Pi
PDF
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
PDF
IRJET- Wireless Notice Board using Raspberry Pi
PDF
IRJET- Wireless Notice Board using Raspberry Pi
PDF
Digital Wireless Notice Board
PPTX
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
PDF
B1802050307
PDF
Iisrt sinthuja mepco (ec)
PDF
IRJET - Wireless Digital Notice Board
PDF
IRJET- Implementation of Web Enabled Notice Board using SOC
PPTX
DOC-20230501-WA0007..pptx
DOCX
Electronic Notice Board Using Raspberry Pi and Android Phone
PDF
Report
PDF
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
IRJET- Real Time Notice Display System using Cloud
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
IRJET- Electronic Notice Board Remotely Operated using Android Phone
Digital Notice Board
IRJET - Digital Notice Board using Raspberry Pi
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
Digital Wireless Notice Board
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
B1802050307
Iisrt sinthuja mepco (ec)
IRJET - Wireless Digital Notice Board
IRJET- Implementation of Web Enabled Notice Board using SOC
DOC-20230501-WA0007..pptx
Electronic Notice Board Using Raspberry Pi and Android Phone
Report
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Well-logging-methods_new................
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Sustainable Sites - Green Building Construction
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Current and future trends in Computer Vision.pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
DOCX
573137875-Attendance-Management-System-original
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPT
Mechanical Engineering MATERIALS Selection
PPT
Project quality management in manufacturing
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PPTX
Geodesy 1.pptx...............................................
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Well-logging-methods_new................
Automation-in-Manufacturing-Chapter-Introduction.pdf
R24 SURVEYING LAB MANUAL for civil enggi
Sustainable Sites - Green Building Construction
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Current and future trends in Computer Vision.pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
573137875-Attendance-Management-System-original
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Fundamentals of safety and accident prevention -final (1).pptx
III.4.1.2_The_Space_Environment.p pdffdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Mechanical Engineering MATERIALS Selection
Project quality management in manufacturing
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Geodesy 1.pptx...............................................
Internet of Things (IOT) - A guide to understanding
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk

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.