SlideShare a Scribd company logo
International Journal of Electrical, Computing Engineering and Communication (IJECC)
Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310
24
Abstract - The main objective of the paper is to model
the Personal Computer driven Electronic Information
Board in order to replace the conventional notice
boards. This is used to provide information to students
in schools and colleges instantaneously. This project is
developed using raspberry pi and JavaScript coding.
Raspberry pi is a series of credit-sized single board
computer. Power consumption can be reduced by using
raspberry pi. This model can be implemented in
colleges, schools and various institutions where requires
the same information should be broadcast to all.
The goal of the project is to upload the images and
messages into the server and display in into several
displays connected together in the network.
Keywords: Personal Computer, Raspberry pi,
Information Board
I.INTRODUCTION
Notice Board is a primary thing in any institution or
organization or some places like railway stations, bus
stands, schools and colleges. But sticking various
notices day-to-day is a difficult process. This notice
display requires a separate person to take care. This
idea eliminates the manual work load in displaying
notices and in turn enables the authenticated user to
send the notices or messages from their room itself
using the Personal Computer. The remote operation
is because of Embedded Systems which results in
several attractive applications which make sure of
security and comfort for human life. In this system, if
the user wants to display some messages, he/she can
send the messages and notices through the personal
computer, which will be transmitted through the
Ethernet and it will be displayed in several displays
connected together in the network. Authentication is
provided which will enable only authenticated user to
send the notices and messages. In the same way, only
authenticated users were able to view the notices and
information instantaneously by typing the respective
passwords in the login page created using JavaScript.
II. RELATED WORKS
Many works were done over the past years for the
development of Electronic notice boards. The model
for displaying notices in colleges on digital notice
board by sending messages in form of SMS through
mobile which is a wireless transmission system
which has very less errors and maintenance [4]. The
hardware board contain microcontroller AT 89c52,
the heart of the system which is interfaced with GSM
modem through MAX232 level converter. It is used
to convert RS232 voltage levels to TTL voltage and
vice versa. The EEPROM is used to store the timing
and a message to be displayed hardware also contains
a real time clock DS1307 to maintain tracking time.
A LCD display is connected to microcontroller for
display. Coding for microcontroller is done using
Embedded C. Coding for Personal Computer is done
using visual basic. Password is provided for the
authorized users to update notices on the digital
notice board. Researchers also use a PC with an
administrator for monitoring the system. The wireless
communication has announced its arrival and the
world is going mobile [3]. This remote control of
appliances is possible through the use for the
embedded system communication has given rise to
many interesting applications that ensures comfort
and safety to the life of human , the proposed is to
design a model where the message to be displayed is
sent through a SMS from an authorized transmitter.
The receiver receives the message and displays the
desired information after necessary code conversion.
Also the global advertising landscape has seen a
dramatic transformation over the past decade. For
developing GSM based applications we need to have
some common peripherals including GSM,
microcontroller, LCD (liquid crystal displayed),
power supply and also some connecting wires. The
proposed model is mainly focused to reduce the
consumption of paper and time. Users can able to
view the notices of their choices by selecting the
respective options and thereby the printing and
photocopying cost will be reduced.
Instantaneous Electronics Information Board
R.Shantha Selvakumari1
, R.Sinthuja2
, G.Subasree3
1,2,3
UG Students, Department of Electronics and Communication Engineering,
Mepco Schlenk Engineering College, Sivakasi, INDIA.
International Journal of Electrical, Computing Engineering and Communication (IJECC)
Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310
25
III.PROPOSED WORK
The block diagram consists of Personal Computer
which is used to send the messages and notices,
power supply and displays. The device is powered by
5V micro USB. Only the authenticated user is
allowed to send the messages. The raspberry pi
connected to LAN by using RJ45 cable is act as a
server and it is powered by the power supply. The
notices can be accessed in any computer connected in
Network by giving the password and user Id.
Fig.1.Block diagram
IV.COMPONENTS
A.RASPBERRY PI
The Raspberry Pi is a credit-card sized general
purpose Linux computer designed and manufactured
by the Raspberry Pi Foundation. It is dedicated to
making computers and programming instruction as
accessible as possible to the widest number of people.
There are different models available in Raspberry pi.
We are using Raspberry pi 2 model B. It is the heart
of our project. It has Broadcom BCM2836 Arm7
Quad Core Processor powered with Single Board
Computer running at 900MHz, 40 pin GPIO, 4 USB
ports, one GB RAM suitable for many powerful
applications and Micro SD port which is used for
inserting memory card. The Operating System is
loaded into the Raspberry pi by means of the memory
card. The size of the memory card should be more
than 4 GB. The device is powered by 5V. So 5V
micro USB power supply is preferred. Initially the
OS is downloaded and converted into the image.
Then the converted image is copied into the Micro
SD card. Then it is inserted into the Raspberry pi and
it is booted.
Fig.2.Raspberry pi 2 model B
After booting, the user credentials like the username
and password will be asked. Raspberry Pi has a
default user name and password.
The credentials are:
Login: pi
Password: raspberry
The password can be changed by the following
command. Passwd pi.
B.IP ADDRESS
IP address, Internet Protocol address is essential for
each and every component connected in the network.
It is necessary for identifying itself and for
communicating with other devices using the address.
It is a label in the form of numerals assigned to all
devices connected in the network. IP protocol is used
for communication. After connecting to the network
using RJ45 cable the IP address of the Raspberry pi
can be found by typing hostname –I command in the
terminal.
C.WEB SERVER
Apache is a popular web server application. In order
to make the Raspberry pi as a web server it is
installed on the Raspberry Pi and enables it to serve
web pages. HTML files are stored in the web folder
www. The default web page is served by typing IP
address from another computer on the network. This
default web page is just an HTML file on the file
system; it is located at /var/www/index.html. This
can be changed and it can be replaced by another file.
International Journal of Electrical, Computing Engineering and Communication (IJECC)
Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310
26
Apache web server is installed by means of the
command sudo apt-get install apache2 –y
D.PROGRAMMING
Java Script is a dynamic programming language. It is
used mostly as part of web browsers. The
implementation of Java Script programming allows
client-side scripts, to control the browser, to interact
with the user, to communicate and alter the document
content that is displayed. It is used in server-side
network programming with run time environments
such as game development, node js and the creation
of desktop and mobile applications.
E.REMOTE ACCESS
MobaXterm is the ultimate toolbox for remote
computing. MobaXterm is a terminal used mainly for
Windows. It has inbuilt X11 server. It has SSH client
and many other network tools for remote computing
(VNC, RDP, telnet, rlogin). SSH is secured shell
which enables the secured data transfer by means of
encryption. Fig.3 is the home page of the MobaXterm
terminal. Here for accessing the Raspberry pi
remotely MobaXterm is used. For accessing it
remotely login ID and password is needed. The
session can be established by clicking session icon
and proceeding further. The SSH session is created
for connecting to end server remotely. For SSH
session the IP address of the server is essential.
Fig.3.MobaXterm
IV.RESULTS
The following figure Fig.3 shows the experimental
setup of our kit.
Fig.4.Experiment setup
The notices and messages can be uploaded into the
server by login into the raspberry pi remotely using
MobaXterm.
Fig.5. Uploading images
The notices can be viewed in the receiver side by
accessing the server using the IP address. Fig.6 is the
first login page designed using JavaScript. This page
can be viewed by typing the IP address in any
computer connected in the network.
Fig.6. Login page
International Journal of Electrical, Computing Engineering and Communication (IJECC)
Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310
27
Once the User ID and password is correct the next
page will be displayed. Different notices can be
viewed by clicking the respective buttons available.
Fig.7.Selection
Fig.7 is the second webpage which will be displayed
once the credentials are correct. The notices and
messages can be viewed as shown in Fig.8
Fig.8. Notice Display
V.CONCLUSION
This paper presents the design and implementation of
the Personal Computer driven instantaneous
electronic information board. It is concluded that by
the implementation of this project the usage of
conventional notice board can be replaced. This
system was developed to minimize the consumption
of time and paper and it also reduces the manual
work of maintaining the notice board. It can be
implemented in colleges, institutions and schools
where the information needed to be passed
instantaneously. The advantages of this project are
1. A lot of interaction and information sharing
occurs.
2. No printing and photocopying costs.
3. No manual effort.
4. Helps to retain and develop the knowledge
base of your college or office.
5. Saves Time, Energy and finally
Environment.
VI.REFERENCES
[1] Mr. Pawan Kumar, Vikas Bhrdwaj, Kiran pal
“GSM based e-Notice Board: Wireless
Communication” International Journal of Soft
Computing and Engineering (IJSCE) ISSN:
2231-2307, Volume-2, Issue-3, July 2012.
[2] Darshankumar C.Dalwadi, Ninad Trivedi,
Amit Kasundra,”WIRELESS NOTICE
BOARD Our Real-Time Solution” National
Conference on Recent Trends in
Engineering & Technology, May 13-14(2011)
[3] Rahul Kamboj “Design and Development of
GSM based Multiple LED Display Boards ”
Centre for Development of Advanced
Computing, Mohali International Journal of
Computer Applications (0975 - 8887) Volume
71- No.18, June 2013
[4] Sehgal, V.K.; Singhal, M. Mangla, B. Singh, S.
Kulshrestha, “An Embedded Interface for
GSM Based Car Security System,”
Computational Intelligence, Communication
Systems and Networks (CICSN), 2012 Fourth
International Conference on, vol., no.,pp.9,13,
24-26 July 2012.
[5] Rohan Mishra, Sambit Kumar Das, “ GSM
BASED DISPLAY TOOLKIT” Department of
Electronics and Communication Engineering
National Institute of Technology Rourkela 2007
[6] Guifen Gu, Guili Peng, "The survey of GSM
wireless communication system," Computer
and Information Application (ICCIA), 2010
International Conference on, vol.no, pp.121,
124, 3-5 Dec. 2010.
[7] www.raspberrypi.org

More Related Content

Viewers also liked

Movement for the truth protest against the misconduct of the paramount ruler ...
Movement for the truth protest against the misconduct of the paramount ruler ...Movement for the truth protest against the misconduct of the paramount ruler ...
Movement for the truth protest against the misconduct of the paramount ruler ...
Akinkuotu Boluwatife
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
IISRT
 
Iisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatuaIisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatua
IISRT
 
Iisrt bhanupriya ng (cs)
Iisrt bhanupriya ng (cs)Iisrt bhanupriya ng (cs)
Iisrt bhanupriya ng (cs)
IISRT
 
Versatile e brochure
Versatile e brochureVersatile e brochure
Versatile e brochure
VersatileCFO
 
Drivers education
Drivers educationDrivers education
Drivers education
ohiodrivereducation
 
Andrew Barnett: Exercise. Simply.
Andrew Barnett: Exercise. Simply.Andrew Barnett: Exercise. Simply.
Andrew Barnett: Exercise. Simply.Andrew Barnett
 
Iisrt2 dwarakesh(9 11)
Iisrt2 dwarakesh(9 11)Iisrt2 dwarakesh(9 11)
Iisrt2 dwarakesh(9 11)
IISRT
 
Smca in a nut shell
Smca in a nut shellSmca in a nut shell
Smca in a nut shell
Swathi Nandakumar
 
Iisrt shiny navya (electrical)
Iisrt shiny navya (electrical)Iisrt shiny navya (electrical)
Iisrt shiny navya (electrical)
IISRT
 
S Janmajaya SBI-YFI (15-16)-Project Report
S Janmajaya SBI-YFI (15-16)-Project ReportS Janmajaya SBI-YFI (15-16)-Project Report
S Janmajaya SBI-YFI (15-16)-Project ReportSri Janmajaya
 
Aula 02 programação_c_alunos
Aula 02  programação_c_alunosAula 02  programação_c_alunos
Aula 02 programação_c_alunos
Joice Souza
 
Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...
Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...
Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...
Global Water Initiative - West Africa
 
календарні географія 6 клас
календарні географія 6 класкалендарні географія 6 клас
календарні географія 6 клас
Dima Koronivskyi
 
Mityba maratonui
Mityba maratonuiMityba maratonui
Mityba maratonui
Gustė Statulevičiūtė
 
Indian sarees
Indian sareesIndian sarees
Indian sarees
saree123
 
Iisrt arunkumar b (networks)
Iisrt arunkumar b (networks)Iisrt arunkumar b (networks)
Iisrt arunkumar b (networks)
IISRT
 
Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !
Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !
Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !
Saravanan Sri
 

Viewers also liked (20)

Movement for the truth protest against the misconduct of the paramount ruler ...
Movement for the truth protest against the misconduct of the paramount ruler ...Movement for the truth protest against the misconduct of the paramount ruler ...
Movement for the truth protest against the misconduct of the paramount ruler ...
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
 
Iisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatuaIisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatua
 
Iisrt bhanupriya ng (cs)
Iisrt bhanupriya ng (cs)Iisrt bhanupriya ng (cs)
Iisrt bhanupriya ng (cs)
 
Versatile e brochure
Versatile e brochureVersatile e brochure
Versatile e brochure
 
Drivers education
Drivers educationDrivers education
Drivers education
 
Andrew Barnett: Exercise. Simply.
Andrew Barnett: Exercise. Simply.Andrew Barnett: Exercise. Simply.
Andrew Barnett: Exercise. Simply.
 
Iisrt2 dwarakesh(9 11)
Iisrt2 dwarakesh(9 11)Iisrt2 dwarakesh(9 11)
Iisrt2 dwarakesh(9 11)
 
Smca in a nut shell
Smca in a nut shellSmca in a nut shell
Smca in a nut shell
 
Iisrt shiny navya (electrical)
Iisrt shiny navya (electrical)Iisrt shiny navya (electrical)
Iisrt shiny navya (electrical)
 
S Janmajaya SBI-YFI (15-16)-Project Report
S Janmajaya SBI-YFI (15-16)-Project ReportS Janmajaya SBI-YFI (15-16)-Project Report
S Janmajaya SBI-YFI (15-16)-Project Report
 
Aula 02 programação_c_alunos
Aula 02  programação_c_alunosAula 02  programação_c_alunos
Aula 02 programação_c_alunos
 
Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...
Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...
Contrat d'exploitation à l'attention des exploitants sur les périmètres irrig...
 
календарні географія 6 клас
календарні географія 6 класкалендарні географія 6 клас
календарні географія 6 клас
 
Finally Fitness
Finally FitnessFinally Fitness
Finally Fitness
 
Mityba maratonui
Mityba maratonuiMityba maratonui
Mityba maratonui
 
Indian sarees
Indian sareesIndian sarees
Indian sarees
 
Iisrt arunkumar b (networks)
Iisrt arunkumar b (networks)Iisrt arunkumar b (networks)
Iisrt arunkumar b (networks)
 
Indico Motor
Indico MotorIndico Motor
Indico Motor
 
Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !
Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !
Vembu SaaSBackup – Backup Solution for Office 365 and Google Apps !
 

Similar to Iisrt sinthuja mepco (ec)

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 Journal
 
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry PiIRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET 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 System
IRJET Journal
 
Digital Notice Board
Digital Notice BoardDigital Notice Board
Digital Notice Board
ijtsrd
 
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 Journal
 
IRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice BoardIRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice Board
IRJET Journal
 
Research Paper on Digital Notice Board
Research Paper on Digital Notice BoardResearch Paper on Digital Notice Board
Research Paper on Digital Notice Board
ijtsrd
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication Media
TELKOMNIKA JOURNAL
 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET Journal
 
Portable Wireless Notice Display Using Raspberry-PI
Portable Wireless Notice Display Using Raspberry-PIPortable Wireless Notice Display Using Raspberry-PI
Portable Wireless Notice Display Using Raspberry-PI
IRJET 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 SOC
IRJET Journal
 
wireless notice board
 wireless notice board wireless notice board
wireless notice board
Anmol Purohit
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
IRJET Journal
 
B1802050307
B1802050307B1802050307
B1802050307
IOSR Journals
 
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
IRJET Journal
 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate System
IRJET 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 Pi
IRJET Journal
 
Cloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TVCloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TV
IRJET Journal
 
DIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOTDIGITAL NOTICEBOARD USING IOT
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET Journal
 

Similar to Iisrt sinthuja mepco (ec) (20)

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 - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry PiIRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
 
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
 
Digital Notice Board
Digital Notice BoardDigital Notice Board
Digital Notice Board
 
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 - Wireless Digital Notice Board
IRJET - Wireless Digital Notice BoardIRJET - Wireless Digital Notice Board
IRJET - Wireless Digital Notice Board
 
Research Paper on Digital Notice Board
Research Paper on Digital Notice BoardResearch Paper on Digital Notice Board
Research Paper on Digital Notice Board
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication Media
 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
 
Portable Wireless Notice Display Using Raspberry-PI
Portable Wireless Notice Display Using Raspberry-PIPortable Wireless Notice Display Using Raspberry-PI
Portable Wireless Notice Display Using Raspberry-PI
 
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
 
wireless notice board
 wireless notice board wireless notice board
wireless notice board
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
B1802050307
B1802050307B1802050307
B1802050307
 
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
 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate System
 
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
 
Cloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TVCloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TV
 
DIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOTDIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOT
 
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
 

More from IISRT

Iisrt z mahantaesh tr
Iisrt z mahantaesh trIisrt z mahantaesh tr
Iisrt z mahantaesh tr
IISRT
 
Iisrt z abhijit devaraj
Iisrt z abhijit devarajIisrt z abhijit devaraj
Iisrt z abhijit devaraj
IISRT
 
Iisrt sohan sontakke
Iisrt sohan sontakkeIisrt sohan sontakke
Iisrt sohan sontakke
IISRT
 
Iisrt saravana kumar
Iisrt saravana kumarIisrt saravana kumar
Iisrt saravana kumar
IISRT
 
Iisrt karthik subramanian
Iisrt karthik subramanianIisrt karthik subramanian
Iisrt karthik subramanian
IISRT
 
Iisrt akshata ht
Iisrt akshata htIisrt akshata ht
Iisrt akshata ht
IISRT
 
Iisrt seedha devi (networks)
Iisrt seedha devi (networks)Iisrt seedha devi (networks)
Iisrt seedha devi (networks)
IISRT
 
Iisrt komathi krishna (networks)
Iisrt komathi krishna (networks)Iisrt komathi krishna (networks)
Iisrt komathi krishna (networks)
IISRT
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
IISRT
 
Iisrt vincent raj (mech)
Iisrt vincent raj (mech)Iisrt vincent raj (mech)
Iisrt vincent raj (mech)
IISRT
 
Iisrt sibi kumar (mech)
Iisrt sibi kumar (mech)Iisrt sibi kumar (mech)
Iisrt sibi kumar (mech)
IISRT
 
Iisrt settu ravichandran (civil)
Iisrt settu ravichandran (civil)Iisrt settu ravichandran (civil)
Iisrt settu ravichandran (civil)
IISRT
 
Iisrt prithvi elango (civil)
Iisrt prithvi elango (civil)Iisrt prithvi elango (civil)
Iisrt prithvi elango (civil)
IISRT
 
Iisrt khalid ahmed gour (civil)
Iisrt khalid ahmed gour (civil)Iisrt khalid ahmed gour (civil)
Iisrt khalid ahmed gour (civil)
IISRT
 
Iisrt siddharth prabhu (electrical)
Iisrt siddharth prabhu (electrical)Iisrt siddharth prabhu (electrical)
Iisrt siddharth prabhu (electrical)
IISRT
 
eIisrt arutselvi (electrical)
eIisrt arutselvi (electrical)eIisrt arutselvi (electrical)
eIisrt arutselvi (electrical)
IISRT
 
Iisrt anjana francis (ec)
Iisrt anjana francis (ec)Iisrt anjana francis (ec)
Iisrt anjana francis (ec)
IISRT
 
Iisrt zz srikiran rao
Iisrt zz srikiran raoIisrt zz srikiran rao
Iisrt zz srikiran rao
IISRT
 
Iisrt z dr.s.sapna
Iisrt z dr.s.sapnaIisrt z dr.s.sapna
Iisrt z dr.s.sapna
IISRT
 
Iisrt subha guru
Iisrt subha guruIisrt subha guru
Iisrt subha guru
IISRT
 

More from IISRT (20)

Iisrt z mahantaesh tr
Iisrt z mahantaesh trIisrt z mahantaesh tr
Iisrt z mahantaesh tr
 
Iisrt z abhijit devaraj
Iisrt z abhijit devarajIisrt z abhijit devaraj
Iisrt z abhijit devaraj
 
Iisrt sohan sontakke
Iisrt sohan sontakkeIisrt sohan sontakke
Iisrt sohan sontakke
 
Iisrt saravana kumar
Iisrt saravana kumarIisrt saravana kumar
Iisrt saravana kumar
 
Iisrt karthik subramanian
Iisrt karthik subramanianIisrt karthik subramanian
Iisrt karthik subramanian
 
Iisrt akshata ht
Iisrt akshata htIisrt akshata ht
Iisrt akshata ht
 
Iisrt seedha devi (networks)
Iisrt seedha devi (networks)Iisrt seedha devi (networks)
Iisrt seedha devi (networks)
 
Iisrt komathi krishna (networks)
Iisrt komathi krishna (networks)Iisrt komathi krishna (networks)
Iisrt komathi krishna (networks)
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
 
Iisrt vincent raj (mech)
Iisrt vincent raj (mech)Iisrt vincent raj (mech)
Iisrt vincent raj (mech)
 
Iisrt sibi kumar (mech)
Iisrt sibi kumar (mech)Iisrt sibi kumar (mech)
Iisrt sibi kumar (mech)
 
Iisrt settu ravichandran (civil)
Iisrt settu ravichandran (civil)Iisrt settu ravichandran (civil)
Iisrt settu ravichandran (civil)
 
Iisrt prithvi elango (civil)
Iisrt prithvi elango (civil)Iisrt prithvi elango (civil)
Iisrt prithvi elango (civil)
 
Iisrt khalid ahmed gour (civil)
Iisrt khalid ahmed gour (civil)Iisrt khalid ahmed gour (civil)
Iisrt khalid ahmed gour (civil)
 
Iisrt siddharth prabhu (electrical)
Iisrt siddharth prabhu (electrical)Iisrt siddharth prabhu (electrical)
Iisrt siddharth prabhu (electrical)
 
eIisrt arutselvi (electrical)
eIisrt arutselvi (electrical)eIisrt arutselvi (electrical)
eIisrt arutselvi (electrical)
 
Iisrt anjana francis (ec)
Iisrt anjana francis (ec)Iisrt anjana francis (ec)
Iisrt anjana francis (ec)
 
Iisrt zz srikiran rao
Iisrt zz srikiran raoIisrt zz srikiran rao
Iisrt zz srikiran rao
 
Iisrt z dr.s.sapna
Iisrt z dr.s.sapnaIisrt z dr.s.sapna
Iisrt z dr.s.sapna
 
Iisrt subha guru
Iisrt subha guruIisrt subha guru
Iisrt subha guru
 

Recently uploaded

ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 

Recently uploaded (20)

ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 

Iisrt sinthuja mepco (ec)

  • 1. International Journal of Electrical, Computing Engineering and Communication (IJECC) Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310 24 Abstract - The main objective of the paper is to model the Personal Computer driven Electronic Information Board in order to replace the conventional notice boards. This is used to provide information to students in schools and colleges instantaneously. This project is developed using raspberry pi and JavaScript coding. Raspberry pi is a series of credit-sized single board computer. Power consumption can be reduced by using raspberry pi. This model can be implemented in colleges, schools and various institutions where requires the same information should be broadcast to all. The goal of the project is to upload the images and messages into the server and display in into several displays connected together in the network. Keywords: Personal Computer, Raspberry pi, Information Board I.INTRODUCTION Notice Board is a primary thing in any institution or organization or some places like railway stations, bus stands, schools and colleges. But sticking various notices day-to-day is a difficult process. This notice display requires a separate person to take care. This idea eliminates the manual work load in displaying notices and in turn enables the authenticated user to send the notices or messages from their room itself using the Personal Computer. The remote operation is because of Embedded Systems which results in several attractive applications which make sure of security and comfort for human life. In this system, if the user wants to display some messages, he/she can send the messages and notices through the personal computer, which will be transmitted through the Ethernet and it will be displayed in several displays connected together in the network. Authentication is provided which will enable only authenticated user to send the notices and messages. In the same way, only authenticated users were able to view the notices and information instantaneously by typing the respective passwords in the login page created using JavaScript. II. RELATED WORKS Many works were done over the past years for the development of Electronic notice boards. The model for displaying notices in colleges on digital notice board by sending messages in form of SMS through mobile which is a wireless transmission system which has very less errors and maintenance [4]. The hardware board contain microcontroller AT 89c52, the heart of the system which is interfaced with GSM modem through MAX232 level converter. It is used to convert RS232 voltage levels to TTL voltage and vice versa. The EEPROM is used to store the timing and a message to be displayed hardware also contains a real time clock DS1307 to maintain tracking time. A LCD display is connected to microcontroller for display. Coding for microcontroller is done using Embedded C. Coding for Personal Computer is done using visual basic. Password is provided for the authorized users to update notices on the digital notice board. Researchers also use a PC with an administrator for monitoring the system. The wireless communication has announced its arrival and the world is going mobile [3]. This remote control of appliances is possible through the use for the embedded system communication has given rise to many interesting applications that ensures comfort and safety to the life of human , the proposed is to design a model where the message to be displayed is sent through a SMS from an authorized transmitter. The receiver receives the message and displays the desired information after necessary code conversion. Also the global advertising landscape has seen a dramatic transformation over the past decade. For developing GSM based applications we need to have some common peripherals including GSM, microcontroller, LCD (liquid crystal displayed), power supply and also some connecting wires. The proposed model is mainly focused to reduce the consumption of paper and time. Users can able to view the notices of their choices by selecting the respective options and thereby the printing and photocopying cost will be reduced. Instantaneous Electronics Information Board R.Shantha Selvakumari1 , R.Sinthuja2 , G.Subasree3 1,2,3 UG Students, Department of Electronics and Communication Engineering, Mepco Schlenk Engineering College, Sivakasi, INDIA.
  • 2. International Journal of Electrical, Computing Engineering and Communication (IJECC) Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310 25 III.PROPOSED WORK The block diagram consists of Personal Computer which is used to send the messages and notices, power supply and displays. The device is powered by 5V micro USB. Only the authenticated user is allowed to send the messages. The raspberry pi connected to LAN by using RJ45 cable is act as a server and it is powered by the power supply. The notices can be accessed in any computer connected in Network by giving the password and user Id. Fig.1.Block diagram IV.COMPONENTS A.RASPBERRY PI The Raspberry Pi is a credit-card sized general purpose Linux computer designed and manufactured by the Raspberry Pi Foundation. It is dedicated to making computers and programming instruction as accessible as possible to the widest number of people. There are different models available in Raspberry pi. We are using Raspberry pi 2 model B. It is the heart of our project. It has Broadcom BCM2836 Arm7 Quad Core Processor powered with Single Board Computer running at 900MHz, 40 pin GPIO, 4 USB ports, one GB RAM suitable for many powerful applications and Micro SD port which is used for inserting memory card. The Operating System is loaded into the Raspberry pi by means of the memory card. The size of the memory card should be more than 4 GB. The device is powered by 5V. So 5V micro USB power supply is preferred. Initially the OS is downloaded and converted into the image. Then the converted image is copied into the Micro SD card. Then it is inserted into the Raspberry pi and it is booted. Fig.2.Raspberry pi 2 model B After booting, the user credentials like the username and password will be asked. Raspberry Pi has a default user name and password. The credentials are: Login: pi Password: raspberry The password can be changed by the following command. Passwd pi. B.IP ADDRESS IP address, Internet Protocol address is essential for each and every component connected in the network. It is necessary for identifying itself and for communicating with other devices using the address. It is a label in the form of numerals assigned to all devices connected in the network. IP protocol is used for communication. After connecting to the network using RJ45 cable the IP address of the Raspberry pi can be found by typing hostname –I command in the terminal. C.WEB SERVER Apache is a popular web server application. In order to make the Raspberry pi as a web server it is installed on the Raspberry Pi and enables it to serve web pages. HTML files are stored in the web folder www. The default web page is served by typing IP address from another computer on the network. This default web page is just an HTML file on the file system; it is located at /var/www/index.html. This can be changed and it can be replaced by another file.
  • 3. International Journal of Electrical, Computing Engineering and Communication (IJECC) Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310 26 Apache web server is installed by means of the command sudo apt-get install apache2 –y D.PROGRAMMING Java Script is a dynamic programming language. It is used mostly as part of web browsers. The implementation of Java Script programming allows client-side scripts, to control the browser, to interact with the user, to communicate and alter the document content that is displayed. It is used in server-side network programming with run time environments such as game development, node js and the creation of desktop and mobile applications. E.REMOTE ACCESS MobaXterm is the ultimate toolbox for remote computing. MobaXterm is a terminal used mainly for Windows. It has inbuilt X11 server. It has SSH client and many other network tools for remote computing (VNC, RDP, telnet, rlogin). SSH is secured shell which enables the secured data transfer by means of encryption. Fig.3 is the home page of the MobaXterm terminal. Here for accessing the Raspberry pi remotely MobaXterm is used. For accessing it remotely login ID and password is needed. The session can be established by clicking session icon and proceeding further. The SSH session is created for connecting to end server remotely. For SSH session the IP address of the server is essential. Fig.3.MobaXterm IV.RESULTS The following figure Fig.3 shows the experimental setup of our kit. Fig.4.Experiment setup The notices and messages can be uploaded into the server by login into the raspberry pi remotely using MobaXterm. Fig.5. Uploading images The notices can be viewed in the receiver side by accessing the server using the IP address. Fig.6 is the first login page designed using JavaScript. This page can be viewed by typing the IP address in any computer connected in the network. Fig.6. Login page
  • 4. International Journal of Electrical, Computing Engineering and Communication (IJECC) Vol. 1, Issue. 3, June – 2015 ISSN (Online): 2394-8310 27 Once the User ID and password is correct the next page will be displayed. Different notices can be viewed by clicking the respective buttons available. Fig.7.Selection Fig.7 is the second webpage which will be displayed once the credentials are correct. The notices and messages can be viewed as shown in Fig.8 Fig.8. Notice Display V.CONCLUSION This paper presents the design and implementation of the Personal Computer driven instantaneous electronic information board. It is concluded that by the implementation of this project the usage of conventional notice board can be replaced. This system was developed to minimize the consumption of time and paper and it also reduces the manual work of maintaining the notice board. It can be implemented in colleges, institutions and schools where the information needed to be passed instantaneously. The advantages of this project are 1. A lot of interaction and information sharing occurs. 2. No printing and photocopying costs. 3. No manual effort. 4. Helps to retain and develop the knowledge base of your college or office. 5. Saves Time, Energy and finally Environment. VI.REFERENCES [1] Mr. Pawan Kumar, Vikas Bhrdwaj, Kiran pal “GSM based e-Notice Board: Wireless Communication” International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-2, Issue-3, July 2012. [2] Darshankumar C.Dalwadi, Ninad Trivedi, Amit Kasundra,”WIRELESS NOTICE BOARD Our Real-Time Solution” National Conference on Recent Trends in Engineering & Technology, May 13-14(2011) [3] Rahul Kamboj “Design and Development of GSM based Multiple LED Display Boards ” Centre for Development of Advanced Computing, Mohali International Journal of Computer Applications (0975 - 8887) Volume 71- No.18, June 2013 [4] Sehgal, V.K.; Singhal, M. Mangla, B. Singh, S. Kulshrestha, “An Embedded Interface for GSM Based Car Security System,” Computational Intelligence, Communication Systems and Networks (CICSN), 2012 Fourth International Conference on, vol., no.,pp.9,13, 24-26 July 2012. [5] Rohan Mishra, Sambit Kumar Das, “ GSM BASED DISPLAY TOOLKIT” Department of Electronics and Communication Engineering National Institute of Technology Rourkela 2007 [6] Guifen Gu, Guili Peng, "The survey of GSM wireless communication system," Computer and Information Application (ICCIA), 2010 International Conference on, vol.no, pp.121, 124, 3-5 Dec. 2010. [7] www.raspberrypi.org