SlideShare a Scribd company logo
WIRELESS ELECTRONIC NOTICE BOARD
Page | 1Contents
 Abstract:
 Introduction:
 CircuitPrinciple:
 CircuitDiagram:
 CircuitComponents:
 Software Requirements:
 CircuitAlgorithm(Source Code):
 How to Operate?
 Outputwindow:
 CircuitAdvantages:
 CircuitApplications:
 CircuitLimitations:
 Future of Project:
 Conclusion:
 DisplayGallery:
WIRELESS ELECTRONIC NOTICE BOARD
Page | 2
Abstract
Notice Boardis primarythinginany institution/organizationorpublicutilityplaceslike bus
stations,railwaystationsandparks,But stickingvariousnoticesday-to-dayisadifficultprocess.A
separate personisrequiredtotake care of thisnoticesdisplay.Thisprojectdealsaboutanadvancedhi -
techwirelessnotice board.
The main objective of the projectistodevelopawireless notice boardthatdisplaysnotices
whena message issentfromthe usersmobile.Whilethe usersendsthe messagefromthe mobile,itis
receivedandretrievedbythe GSMmodemat the displayunit.Itisthensentto the microcontroller
(ATmega328) that furtherdisplaysthe notice sentfromthe usernoto the electronicnotice boardwhich
isequippedwitha16X2 LCD display.
The powersupplyconsistsof a stepdowntransformer230/12V, whichstepsdownthe voltage
to 12V AC. Thisis convertedtoDC usinga Bridge rectifier.The ripplesare removedusingacapacitive
filteranditis thenregulatedto+5V usinga voltage regulator7805 whichisrequiredforthe operationof
the microcontrollerandothercomponents.
WIRELESS ELECTRONIC NOTICE BOARD
Page | 3
Introduction
The projectmainlyfocusesontransmissionof textual datathroughairinterface bythe use of GSM
throughserial communication.The datawill be displayedonLCDonlyafterenteringunique passkey
before andafterthe message.Actuallywhathappensis,sendingSMSthroughphone hasbecome very
popularandif we can use thisSMS to control devicesandindisplayingdata,thenitwill be greatuse of
it.It is possible toreceiveordecode the SMSgloballybyusingGSMMODEM from anypart of the world.
So,we can control and displaydataonLCD boardfrom a large distance.
In thisproject,ArduinoUNOisusedforcontrollingthe whole process,GSMmodule (SIM300) to
receive the SMS/message sentfrommobilephone andLCDto displaythe message.We cansendsome
message ornotice like “#welcome brother*”,“#We WelcomesYou*”throughthe SMS. Here we have
useda prefix inthe message stringthatis‘#’.This prefix isusedtoidentifythe startingof the message
or notice.And‘*’ isusedas suffix toindicate the endof the message ornotice.
Whenwe sendSMS from mobile phone toGSMmodule thenGSMreceivesthatSMS andsends
it to Arduino.NowArduinoreadthisSMSandextractmain notice message fromthe receivedstringand
storesinanotherstring. Andthensendsthe extractedmessage to16x2 LCD byusingappropriate
commands.
Here we not onlysendthe data butsendthe data withpass code also.Whichenablesusto preventthe
unauthorizeduse of LCDdisplayboardandonlythe personwhohave pass code can have access to LCD
board . The maincomponentsof the kitinclude MICROCONTROLLER, GSM MODEM. These components
are integratedwiththe LCDDISPLAY BOARD and thusincorporate the wirelessfeatures.The GSM
modemreceivesthe SMS.The AT commandsare seriallytransferredtothe modem, Inreturnthe
modemtransmitsthe storedmessage throughthe COMport.The microcontrollervalidatesthe SMSand
thendisplaysthe message inthe LCDdisplayboard.
The main focusof the thesisisondisplayinginformationtoadedicatedLCDby the any part of world
usingGSM network,whichfacilitate tocontrol anymessage boardgloballyfromanylocation.
WIRELESS ELECTRONIC NOTICE BOARD
Page | 4Circuit Principle
Whenwe sendthe message fromthe mobile,GSMmodemwhichisarrangedat the displayunitreceives
the message.Nowthe controllerreadsthe message fromthe GSMmodemanddisplaysinonLCD.
Whenusersendsthe message fromthe mobile,GSMmodemsendsthe below commandseriallyto
indicate thatnewmessage isreceived.
+CMTI: “SM”,3
In the above commandnumber3 indicatesthe locationof the new message.Now youneedtoreadthis
unreadmessage todisplayonLCD. The commandto read the message fromGSMmodemis
at+cmgr=3
Here the number3 indicatesthe locationof the message tobe read.AftergivingthiscommandGSM
module sendthe below commandserially.
+CMGR: “REC UNREAD”,”MD-WAYSMS”,,”13/05/20,15:31:48+34”Physics
In the above command“REC UNREAD” indicatesthatmessage isunreadmessage,“MD-WAYSMS”
indicatessendermobilenumberorname,13/05/20 indicatesthe date,15:31 indicatestime and Physics
isthe contentof the message.
From the above commandwe needtoextractmessage (physics) sentbythe userto displayonnotice
board.
WIRELESS ELECTRONIC NOTICE BOARD
Page | 5Circuit Diagram
Circuit diagram of wireless electronic notice board using GSM module
The above circuitconsistsof Arduino UNO controllerboard,GSMmodule and16*2 LCD. LCD is
connectedanditis usedto displaymessage.GSMmodule isconnectedtocontrollerusingjumpers
where Rx of GSM isconnectedtoT x of ArduinoandTX of GSM is connectedtoRx of Arduino
Here LCD is usedin4 bitmode.Meansonly4 data linesare requiredtodisplaythe data.These datalines
are connectedto8, 9, 10 and 11 and control pinsRS,RW, EN pinsare connectedto2, GND and 4
respectively.
GSM module need12vpowersupplyandArduinoandlcdneed5v powersupplyhence tooperate a
circuitwe need2 powersupply.
WIRELESS ELECTRONIC NOTICE BOARD
Page | 6Circuit Components
 ATmega328
The ArduinoUno isa microcontrollerboardbasedonthe ATmega328. It has 14 digital
input/outputpins(of which6can be usedas PWMoutputs),6 analoginputs,a 16 MHz ceramic
resonator,a USB connection,apowerjack,an ICSPheader,anda resetbutton.Itcontains
everythingneededtosupportthe microcontroller;simplyconnectittoa computerwitha USB
cable or poweritwith an AC-to-
DC adapteror battery to get
started.
Summary
Microcontroller ATmega328
OperatingVoltage 5V
InputVoltage (recommended) 7-12V
InputVoltage (limits) 6-20V
Digital I/OPins 14 (of which6 provide PWMoutput)
AnalogInputPins 6
DC Currentper I/OPin 40 mA
DC Currentfor 3.3V Pin 50 mA
FlashMemory 32 KB (ATmega328) of which0.5 KB usedby bootloader
EEPROM 1 KB (ATmega328)
ClockSpeed 16 MHz
WIRELESS ELECTRONIC NOTICE BOARD
Page | 7 16*2 LCD
LCD (LiquidCrystal Display) screenisanelectronicdisplaymoduleandfindawide range of
applications.A 16x2 LCD displayisverybasicmodule andisverycommonlyusedinvarious
devicesandcircuits.These modulesare preferredoversevensegmentsandothermulti segment
LEDs. The reasonsbeing:LCDsare economical;easilyprogrammable;have nolimitationof
displayingspecial &evencustomcharacters(unlikeinsevensegments),animationsandsoon.
A 16x2 LCD means it can display
16 characters per line andthere
are 2 suchlines.In thisLCD each
character is displayedin
5x7 pixel matrix. ThisLCD has
tworegisters, namely,
Commandand Data.
The command registerstores
the commandinstructionsgiventothe LCD.A commandis an instructiongiventoLCD to do a
predefinedtasklike initializingit,clearingitsscreen,settingthe cursorposition,controlling
displayetc.The data registerstoresthe datato be displayedonthe LCD.The data isthe ASCII
value of the character to be displayedonthe LCD. Clickto learnmore aboutinternal structure of
a LCD.
PinDiagram:
PinDescription:
PinNo
Function
Name
1
Ground (0V)
Ground
2
Supplyvoltage;5V (4.7V – 5.3V)
Vcc
3
WIRELESS ELECTRONIC NOTICE BOARD
Page | 8Contrastadjustment;throughavariable resistor
VEE
4
Selectscommandregister whenlow;and
data registerwhenhigh
RegisterSelect
5
Low to write tothe register;Highto
readfrom the register
Read/write
6
Sendsdata todata pins whena highto
lowpulse isgiven
Enable
7
8-bitdata pins
DB0
8
DB1
9
DB2
10
DB3
11
DB4
12
DB5
13
DB6
14
DB7
15
BacklightVCC(5V)
Led+
16
BacklightGround(0V)
Led-
 GSM SIM300 module
WIRELESS ELECTRONIC NOTICE BOARD
Page | 9
What isa GSM Modem?
GSM standsfor Global SystemforMobile Communications.Itisastandardsetdevelopedbythe
EuropeanTelecommunicationsStandards Institute(ETSI) todescribe protocolsforsecond
generation(2G) digital cellularnetworksusedbymobilephones.
A Modemis a device whichmodulatesanddemodulatessignalsasrequiredtomeetthe
communicationrequirements.Itmodulatesananalogcarriersignal toencode digital
information,andalsodemodulatesucha carriersignal to decode the transmittedinformation.
A GSM Modemisa device thatmodulatesanddemodulatesthe GSMsignalsandin this
particularcase 2G signals.The modemwe are usingisSIMCOM SIM300. It isa Tri-band
GSM/GPRS Modemas it can detectand operate atthree frequencies(EGSM900 MHz, DCS 1800
MHz and PCS1900 Mhz).Defaultoperatingfrequenciesare EGSM900MHz andDCS 1800MHz.
Sim300 is a widelyusedinmanyprojectsandhence manyvariantsof developmentboardsfor
thishave beendeveloped.These developmentboardsare equippedwithvariousfeaturesto
make it easyto communicate withthe SIM300 module.Some boardsprovide onlyTTLinterface
while some boardsincludeanRS232 interface andsome othersinclude anUSBinterface.If your
PC has a serial port(DB9) youcan buya GSMModem that has bothTTL andRS232 interfacingsin
economy.
Sim300 GSM module usedhere,consistsof aTTL interface andanRS232 interface.The TTL
interface allowsustodirectlyinterface withamicrocontrollerwhile the RS232 interface
includesaMAX232 IC to enable communicationwiththe PC.Italsoconsistsof a buzzer,antenna
and SIMslot.Sim300 in thisapplicationisusedasa DCE (Data Circuit-terminatingEquipment)
and PCas a DTE (DataTerminal Equipment).
Why use a GSM Modem
GSM Technologyhasgrownso much,that literallythere isn’taplace onearthwhere there isno
GSM signal.Insucha scenarioGSMprovidesusa wide scope incontrollingthingsremotelyfrom
any place justwithourfingertips.GSMalso providesease toeasilycommunicateinamore
robustway.
Some AT Commands
Sim300 GSM Module can be usedtosendand receive SMSconnectingittoa PCwhena SIM is
inserted.The GSMModemcan be sentcommandsto sendor receive SMSfromthe PC through
a com port (serial portor an usb).These commandsare calledasAT commands.ThroughAT
commandswe can performseveral actionslike sendingandreceivingSMS,MMS, etc. Sim300
has an RS232 interface andthiscan be usedto communicate withthe PC.Sim300 usually
operatesata baudrate of 9600, with 1 stopbits,Noparity,NoHardware control and 8 databits.
We shall see atsome of the AT CommandsnecessaryforsendingandreceivingSMS.
 Programmingcable
 DC battery(12V,1A adaptor)
 5V powersupply
 12V powersupply
WIRELESS ELECTRONIC NOTICE BOARD
Page | 10 Jumpers
 BreadBoard
Software Requirements
 ArduinoDroid
Connectthe Arduinotothe computerusingthe programmingcable atUSB port.Write the programin c
or c++ language or loadprogram usingthe optionfile.the The icontickmaerkisusedtocompile the
program where right side arrowisusedto burnthe program to Arduino.Use optiontoolstoselectthe
Arduinosubtype like UNONANOMINIetc.
WIRELESS ELECTRONIC NOTICE BOARD
Page | 11Circuit Algorithm
 Initializethe LCDand UART protocol.
 Checkfor the command +CMTI: “SM”,3(Locationnumber) toknow whetherthe new messageis
receivedornot
 If you receive the commandthenstore message locationnumber.
 Nowreadthat particularlocationandextract the bodyof the message
 Displaythe message onLCD
Use belowcode to displaymessage on LCD wirelesslyusingGSM
#include <LiquidCrystal.h>
LiquidCrystal lcd(2,4,8,9,10,11);
intled=13;
inttemp=0,i=0,x=0,k=0;
char str[100],msg[32];
voidsetup()
{
lcd.begin(16,2);
Serial.begin(9600);
pinMode(led,OUTPUT);
digitalWrite(led,HIGH);
lcd.print("GSMInitilizing...");
gsm_init();
lcd.setCursor(0,0);
lcd.print("WirelessNotice");
lcd.setCursor(0,1);
lcd.print(" Board ");
delay(2000);
WIRELESS ELECTRONIC NOTICE BOARD
Page | 12lcd.clear();
lcd.print("TeslaWarriors");
delay(1000);
lcd.setCursor(0,1);
lcd.print("SystemReady");
Serial.println("AT+CNMI=2,2,0,0,0");
delay(500);
Serial.println("AT+CMGF=1");
delay(1000);
digitalWrite(led,LOW);
}
voidloop()
{
for(unsignedintt=0;t<60000;t++)
{
serialEvent();
if(temp==1)
{
x=0,k=0,temp=0;
while(x<i)
{
while(str[x]=='#')
{
x++;
while(str[x]!='*')
WIRELESS ELECTRONIC NOTICE BOARD
Page | 13{
msg[k++]=str[x++];
}
}
x++;
}
msg[k]='0';
lcd.clear();
lcd.print(msg);
delay(1000);
temp=0;
i=0;
x=0;
k=0;
}
}
lcd.scrollDisplayLeft();
}
voidserialEvent()
{
while(Serial.available())
{
char ch=(char)Serial.read();
str[i++]=ch;
if(ch== '*')
WIRELESS ELECTRONIC NOTICE BOARD
Page | 14{
temp=1;
lcd.clear();
lcd.print("Message Received");
delay(1000);
}
}
}
voidgsm_init()
{
lcd.clear();
lcd.print("FindingModule..");
booleanat_flag=1;
while(at_flag)
{
Serial.println("AT");
while(Serial.available()>0)
{
if(Serial.find("OK"))
at_flag=0;
}
delay(1000);
}
lcd.clear();
lcd.print("ModuleConnected..");
WIRELESS ELECTRONIC NOTICE BOARD
Page | 15delay(1000);
lcd.clear();
lcd.print("DisablingECHO");
booleanecho_flag=1;
while(echo_flag)
{
Serial.println("ATE0");
while(Serial.available()>0)
{
if(Serial.find("OK"))
echo_flag=0;
}
delay(1000);
}
lcd.clear();
lcd.print("EchoOFF");
delay(1000);
lcd.clear();
lcd.print("FindingNetwork..");
booleannet_flag=1;
while(net_flag)
{
Serial.println("AT+CPIN?");
while(Serial.available()>0)
{
WIRELESS ELECTRONIC NOTICE BOARD
Page | 16if(Serial.find("+CPIN:READY"))
net_flag=0;
}
delay(1000);
}
lcd.clear();
lcd.print("NetworkFound..");
delay(1000);
lcd.clear();
WIRELESS ELECTRONIC NOTICE BOARD
Page | 17How to Operate?
1. Write the program for the wirelesselectronicnotice boardinclanguage.
2. Nowburn the programto the microcontrollerusingArduinoDroid
3. Give the connectionsasperthe circuitdiagram.
4. Use powersupplycircuittoprovide 5V DC to the microcontroller
5. Insertthe SIM(SubscriberIdentityModule) tothe GSMmodule.
6. Nowswitchon the supply
7. SendSMS to the GSM module usingothermobile
8. Nowyoucan see the same message onLCD
Output window
WIRELESS ELECTRONIC NOTICE BOARD
Page | 18
Circuit Advantages:
 No needof anycomplex wirestodisplaythe messageonLCDas it is wireless.
 Consume lesspowerandeasytooperate.
 The circuit isportable.
 One of the single mostimportantmediaforinformationtransfertothe maximumnumberof
users.
 Thissystemcan avoidpaperwork, reduceshumaneffort
Circuit Applications:
 Usedin busstations,railwaystations,parks,etc.todisplaythe messageswirelessly
 ThisProjectisusedin collegesandorganizations.
 In an fewsecondcantransfernotice to n numbers.
Circuit Limitations:
 Display unitmusthave the networktoreceive the message wirelessly
 As there isnopasswordany one can sendthe message todisplay.
Future of Project:
 The use of microcontrollerinplace of ageneral purpose computerallowsustotheorize on
manyfurtherimprovementsonthisprojectprototype.
 Temperature displayduringperiodswhereinnomessage buffersare emptyisone such
theoretical improvementthatisverypossible.
 With properuse of interruptroutinesthe incomingmessage actsasan interrupt,the
temperature displayishaltedandthe control flow jumpsovertothe specificinterruptservice
routine whichfirstvalidatesthe sender’snumberandthendisplaysthe informationfield.
 Anotherveryinterestingandsignificantimprovementwouldbe toaccommodate multiple
receiverMODEMS at the differentpositionsinageographical areacarryingduplicate SIMcards..
 Multilingual displaycanbe anotheraddedvariationof the project.
WIRELESS ELECTRONIC NOTICE BOARD
Page | 19
Conclusion
GSM systemsisthe collaborationof software &hardware throughwhichmostof the complicityreduces,
evensystemssize &coastalsoreduced.Suchhumancreationput usspell boundthatwhya topicof
inventionistakenRoboticsdesign.The GSMbaseddigital notice boardsystemthatwe have createdhas
beeninpractical use invariouscompanieslike inconstructioncompaniesandresearchareas,railways,
college.
Reference
1. D Dalwadi,N Trivedi andA Kasundra(2011), Article inNationconference onrecenttrendsin
engineeringandtechnology,INDIA
2. http://www.edgefxkits.in/wireless-electronic-notice-board-using-gsm
3. RonaldK Jurgen“Automotive ElectronicHandbook”:New York:McGraw-Hill,2nded.,1999, Part
7 Chapter29.
4. http://www.electronicshub.org/wireless-electronic-notice-board-using-gsm/
5. www.atmel.com
6. https://www.elprocus.com/wireless-electronic-notice-board-using-gsm/
WIRELESS ELECTRONIC NOTICE BOARD
Page | 20
WIRELESS ELECTRONIC NOTICE BOARD
Page | 21
WIRELESS ELECTRONIC NOTICE BOARD
Page | 22
The ENd

More Related Content

What's hot

Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOPulkit Singhal
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control systemAnkush Jamthikar
 
wireless electronic notice board using GSM
wireless electronic notice board using GSMwireless electronic notice board using GSM
wireless electronic notice board using GSMVijeeth Anitha
 
Project smart notice board ppt
Project smart notice board pptProject smart notice board ppt
Project smart notice board pptRahul Shaw
 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Boardswarnimmaurya
 
Digital Notice Board
Digital Notice BoardDigital Notice Board
Digital Notice BoardRaaki Gadde
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSKrishna Moparthi
 
Digital notice board saiteja ppt
Digital notice board saiteja pptDigital notice board saiteja ppt
Digital notice board saiteja pptSaitejasmart
 
Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...Nunna Swathi
 
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET Journal
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
 
Wireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxWireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxAbhishekGM10
 
gsm based led scrolling board ppt
gsm based led scrolling board pptgsm based led scrolling board ppt
gsm based led scrolling board pptsodabathula gandhi
 
wireless E notice board
wireless E notice boardwireless E notice board
wireless E notice boardGanesh Gani
 
wireless electronics notice board using GSM
wireless electronics notice board using GSMwireless electronics notice board using GSM
wireless electronics notice board using GSMRahul Kumar
 
gsm based Notice board
gsm based Notice boardgsm based Notice board
gsm based Notice boardASHIRVAD KUMAR
 
Digital noticeboard using vb
Digital noticeboard using vbDigital noticeboard using vb
Digital noticeboard using vbsayalipatil528
 
ppt on accident detection system based on Iot
ppt on accident detection system based on Iotppt on accident detection system based on Iot
ppt on accident detection system based on Iotrahul ranjan
 

What's hot (20)

Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNO
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control system
 
wireless electronic notice board using GSM
wireless electronic notice board using GSMwireless electronic notice board using GSM
wireless electronic notice board using GSM
 
Project smart notice board ppt
Project smart notice board pptProject smart notice board ppt
Project smart notice board ppt
 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Board
 
Digital Notice Board
Digital Notice BoardDigital Notice Board
Digital Notice Board
 
GSM Based e-Notice Board
GSM Based e-Notice BoardGSM Based e-Notice Board
GSM Based e-Notice Board
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
 
Digital notice board saiteja ppt
Digital notice board saiteja pptDigital notice board saiteja ppt
Digital notice board saiteja ppt
 
Alcohol detector
Alcohol detectorAlcohol detector
Alcohol detector
 
Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...
 
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
Wireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxWireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docx
 
gsm based led scrolling board ppt
gsm based led scrolling board pptgsm based led scrolling board ppt
gsm based led scrolling board ppt
 
wireless E notice board
wireless E notice boardwireless E notice board
wireless E notice board
 
wireless electronics notice board using GSM
wireless electronics notice board using GSMwireless electronics notice board using GSM
wireless electronics notice board using GSM
 
gsm based Notice board
gsm based Notice boardgsm based Notice board
gsm based Notice board
 
Digital noticeboard using vb
Digital noticeboard using vbDigital noticeboard using vb
Digital noticeboard using vb
 
ppt on accident detection system based on Iot
ppt on accident detection system based on Iotppt on accident detection system based on Iot
ppt on accident detection system based on Iot
 

Similar to E notice board project report

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Thesis power theft detection ch 3
Thesis power theft detection ch 3Thesis power theft detection ch 3
Thesis power theft detection ch 3Faraz Ahmed
 
Gsm based wireless notice board Rajneesh
Gsm based wireless notice board RajneeshGsm based wireless notice board Rajneesh
Gsm based wireless notice board RajneeshRAJNEESH KUMAR SALGOTRA
 
Home Security System Using Gsm Modem
Home Security System Using Gsm ModemHome Security System Using Gsm Modem
Home Security System Using Gsm ModemIJERA Editor
 
Advertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDAdvertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDijsrd.com
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET Journal
 
Multiuser sms based microcontroller wireless electronic board
Multiuser sms based microcontroller wireless electronic boardMultiuser sms based microcontroller wireless electronic board
Multiuser sms based microcontroller wireless electronic boardKalees Pandiyan
 
Project ppt
Project pptProject ppt
Project pptAshu0711
 
Vikaspptonnoticeboard
VikaspptonnoticeboardVikaspptonnoticeboard
VikaspptonnoticeboardVikas Singh
 
Fingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM ModuleFingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM ModuleIJERA Editor
 
prepaid energy meter using smartcard
prepaid energy meter using smartcardprepaid energy meter using smartcard
prepaid energy meter using smartcardchintu9666
 
Gsm anti theft
Gsm anti theftGsm anti theft
Gsm anti theftAshu0711
 
SMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSMSMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSMIRJET Journal
 
GSM BASED THEFT DETECTED ALERT SYSTEM
GSM BASED THEFT DETECTED ALERT SYSTEMGSM BASED THEFT DETECTED ALERT SYSTEM
GSM BASED THEFT DETECTED ALERT SYSTEMFAIZAN SHAFI
 
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdfGSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdfLynn588356
 

Similar to E notice board project report (20)

G3602050055
G3602050055G3602050055
G3602050055
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Thesis power theft detection ch 3
Thesis power theft detection ch 3Thesis power theft detection ch 3
Thesis power theft detection ch 3
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 
Gsm based wireless notice board Rajneesh
Gsm based wireless notice board RajneeshGsm based wireless notice board Rajneesh
Gsm based wireless notice board Rajneesh
 
Home Security System Using Gsm Modem
Home Security System Using Gsm ModemHome Security System Using Gsm Modem
Home Security System Using Gsm Modem
 
Advertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDAdvertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LED
 
ABHAY PPT
ABHAY PPTABHAY PPT
ABHAY PPT
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
Multiuser sms based microcontroller wireless electronic board
Multiuser sms based microcontroller wireless electronic boardMultiuser sms based microcontroller wireless electronic board
Multiuser sms based microcontroller wireless electronic board
 
Project ppt
Project pptProject ppt
Project ppt
 
Vikaspptonnoticeboard
VikaspptonnoticeboardVikaspptonnoticeboard
Vikaspptonnoticeboard
 
Fingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM ModuleFingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM Module
 
prepaid energy meter using smartcard
prepaid energy meter using smartcardprepaid energy meter using smartcard
prepaid energy meter using smartcard
 
Gsm anti theft
Gsm anti theftGsm anti theft
Gsm anti theft
 
GSM BASED NOTICE BOARD.
GSM BASED NOTICE BOARD.GSM BASED NOTICE BOARD.
GSM BASED NOTICE BOARD.
 
SMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSMSMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSM
 
GSM BASED THEFT DETECTED ALERT SYSTEM
GSM BASED THEFT DETECTED ALERT SYSTEMGSM BASED THEFT DETECTED ALERT SYSTEM
GSM BASED THEFT DETECTED ALERT SYSTEM
 
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdfGSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
 

Recently uploaded

slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxCapitolTechU
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfPo-Chuan Chen
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxRaedMohamed3
 
Accounting and finance exit exam 2016 E.C.pdf
Accounting and finance exit exam 2016 E.C.pdfAccounting and finance exit exam 2016 E.C.pdf
Accounting and finance exit exam 2016 E.C.pdfYibeltalNibretu
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfVivekanand Anglo Vedic Academy
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...Denish Jangid
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePedroFerreira53928
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxakshayaramakrishnan21
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chipsGeoBlogs
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleCeline George
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...Sayali Powar
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfDr. M. Kumaresan Hort.
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 

Recently uploaded (20)

slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Accounting and finance exit exam 2016 E.C.pdf
Accounting and finance exit exam 2016 E.C.pdfAccounting and finance exit exam 2016 E.C.pdf
Accounting and finance exit exam 2016 E.C.pdf
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 

E notice board project report

  • 1. WIRELESS ELECTRONIC NOTICE BOARD Page | 1Contents  Abstract:  Introduction:  CircuitPrinciple:  CircuitDiagram:  CircuitComponents:  Software Requirements:  CircuitAlgorithm(Source Code):  How to Operate?  Outputwindow:  CircuitAdvantages:  CircuitApplications:  CircuitLimitations:  Future of Project:  Conclusion:  DisplayGallery:
  • 2. WIRELESS ELECTRONIC NOTICE BOARD Page | 2 Abstract Notice Boardis primarythinginany institution/organizationorpublicutilityplaceslike bus stations,railwaystationsandparks,But stickingvariousnoticesday-to-dayisadifficultprocess.A separate personisrequiredtotake care of thisnoticesdisplay.Thisprojectdealsaboutanadvancedhi - techwirelessnotice board. The main objective of the projectistodevelopawireless notice boardthatdisplaysnotices whena message issentfromthe usersmobile.Whilethe usersendsthe messagefromthe mobile,itis receivedandretrievedbythe GSMmodemat the displayunit.Itisthensentto the microcontroller (ATmega328) that furtherdisplaysthe notice sentfromthe usernoto the electronicnotice boardwhich isequippedwitha16X2 LCD display. The powersupplyconsistsof a stepdowntransformer230/12V, whichstepsdownthe voltage to 12V AC. Thisis convertedtoDC usinga Bridge rectifier.The ripplesare removedusingacapacitive filteranditis thenregulatedto+5V usinga voltage regulator7805 whichisrequiredforthe operationof the microcontrollerandothercomponents.
  • 3. WIRELESS ELECTRONIC NOTICE BOARD Page | 3 Introduction The projectmainlyfocusesontransmissionof textual datathroughairinterface bythe use of GSM throughserial communication.The datawill be displayedonLCDonlyafterenteringunique passkey before andafterthe message.Actuallywhathappensis,sendingSMSthroughphone hasbecome very popularandif we can use thisSMS to control devicesandindisplayingdata,thenitwill be greatuse of it.It is possible toreceiveordecode the SMSgloballybyusingGSMMODEM from anypart of the world. So,we can control and displaydataonLCD boardfrom a large distance. In thisproject,ArduinoUNOisusedforcontrollingthe whole process,GSMmodule (SIM300) to receive the SMS/message sentfrommobilephone andLCDto displaythe message.We cansendsome message ornotice like “#welcome brother*”,“#We WelcomesYou*”throughthe SMS. Here we have useda prefix inthe message stringthatis‘#’.This prefix isusedtoidentifythe startingof the message or notice.And‘*’ isusedas suffix toindicate the endof the message ornotice. Whenwe sendSMS from mobile phone toGSMmodule thenGSMreceivesthatSMS andsends it to Arduino.NowArduinoreadthisSMSandextractmain notice message fromthe receivedstringand storesinanotherstring. Andthensendsthe extractedmessage to16x2 LCD byusingappropriate commands. Here we not onlysendthe data butsendthe data withpass code also.Whichenablesusto preventthe unauthorizeduse of LCDdisplayboardandonlythe personwhohave pass code can have access to LCD board . The maincomponentsof the kitinclude MICROCONTROLLER, GSM MODEM. These components are integratedwiththe LCDDISPLAY BOARD and thusincorporate the wirelessfeatures.The GSM modemreceivesthe SMS.The AT commandsare seriallytransferredtothe modem, Inreturnthe modemtransmitsthe storedmessage throughthe COMport.The microcontrollervalidatesthe SMSand thendisplaysthe message inthe LCDdisplayboard. The main focusof the thesisisondisplayinginformationtoadedicatedLCDby the any part of world usingGSM network,whichfacilitate tocontrol anymessage boardgloballyfromanylocation.
  • 4. WIRELESS ELECTRONIC NOTICE BOARD Page | 4Circuit Principle Whenwe sendthe message fromthe mobile,GSMmodemwhichisarrangedat the displayunitreceives the message.Nowthe controllerreadsthe message fromthe GSMmodemanddisplaysinonLCD. Whenusersendsthe message fromthe mobile,GSMmodemsendsthe below commandseriallyto indicate thatnewmessage isreceived. +CMTI: “SM”,3 In the above commandnumber3 indicatesthe locationof the new message.Now youneedtoreadthis unreadmessage todisplayonLCD. The commandto read the message fromGSMmodemis at+cmgr=3 Here the number3 indicatesthe locationof the message tobe read.AftergivingthiscommandGSM module sendthe below commandserially. +CMGR: “REC UNREAD”,”MD-WAYSMS”,,”13/05/20,15:31:48+34”Physics In the above command“REC UNREAD” indicatesthatmessage isunreadmessage,“MD-WAYSMS” indicatessendermobilenumberorname,13/05/20 indicatesthe date,15:31 indicatestime and Physics isthe contentof the message. From the above commandwe needtoextractmessage (physics) sentbythe userto displayonnotice board.
  • 5. WIRELESS ELECTRONIC NOTICE BOARD Page | 5Circuit Diagram Circuit diagram of wireless electronic notice board using GSM module The above circuitconsistsof Arduino UNO controllerboard,GSMmodule and16*2 LCD. LCD is connectedanditis usedto displaymessage.GSMmodule isconnectedtocontrollerusingjumpers where Rx of GSM isconnectedtoT x of ArduinoandTX of GSM is connectedtoRx of Arduino Here LCD is usedin4 bitmode.Meansonly4 data linesare requiredtodisplaythe data.These datalines are connectedto8, 9, 10 and 11 and control pinsRS,RW, EN pinsare connectedto2, GND and 4 respectively. GSM module need12vpowersupplyandArduinoandlcdneed5v powersupplyhence tooperate a circuitwe need2 powersupply.
  • 6. WIRELESS ELECTRONIC NOTICE BOARD Page | 6Circuit Components  ATmega328 The ArduinoUno isa microcontrollerboardbasedonthe ATmega328. It has 14 digital input/outputpins(of which6can be usedas PWMoutputs),6 analoginputs,a 16 MHz ceramic resonator,a USB connection,apowerjack,an ICSPheader,anda resetbutton.Itcontains everythingneededtosupportthe microcontroller;simplyconnectittoa computerwitha USB cable or poweritwith an AC-to- DC adapteror battery to get started. Summary Microcontroller ATmega328 OperatingVoltage 5V InputVoltage (recommended) 7-12V InputVoltage (limits) 6-20V Digital I/OPins 14 (of which6 provide PWMoutput) AnalogInputPins 6 DC Currentper I/OPin 40 mA DC Currentfor 3.3V Pin 50 mA FlashMemory 32 KB (ATmega328) of which0.5 KB usedby bootloader EEPROM 1 KB (ATmega328) ClockSpeed 16 MHz
  • 7. WIRELESS ELECTRONIC NOTICE BOARD Page | 7 16*2 LCD LCD (LiquidCrystal Display) screenisanelectronicdisplaymoduleandfindawide range of applications.A 16x2 LCD displayisverybasicmodule andisverycommonlyusedinvarious devicesandcircuits.These modulesare preferredoversevensegmentsandothermulti segment LEDs. The reasonsbeing:LCDsare economical;easilyprogrammable;have nolimitationof displayingspecial &evencustomcharacters(unlikeinsevensegments),animationsandsoon. A 16x2 LCD means it can display 16 characters per line andthere are 2 suchlines.In thisLCD each character is displayedin 5x7 pixel matrix. ThisLCD has tworegisters, namely, Commandand Data. The command registerstores the commandinstructionsgiventothe LCD.A commandis an instructiongiventoLCD to do a predefinedtasklike initializingit,clearingitsscreen,settingthe cursorposition,controlling displayetc.The data registerstoresthe datato be displayedonthe LCD.The data isthe ASCII value of the character to be displayedonthe LCD. Clickto learnmore aboutinternal structure of a LCD. PinDiagram: PinDescription: PinNo Function Name 1 Ground (0V) Ground 2 Supplyvoltage;5V (4.7V – 5.3V) Vcc 3
  • 8. WIRELESS ELECTRONIC NOTICE BOARD Page | 8Contrastadjustment;throughavariable resistor VEE 4 Selectscommandregister whenlow;and data registerwhenhigh RegisterSelect 5 Low to write tothe register;Highto readfrom the register Read/write 6 Sendsdata todata pins whena highto lowpulse isgiven Enable 7 8-bitdata pins DB0 8 DB1 9 DB2 10 DB3 11 DB4 12 DB5 13 DB6 14 DB7 15 BacklightVCC(5V) Led+ 16 BacklightGround(0V) Led-  GSM SIM300 module
  • 9. WIRELESS ELECTRONIC NOTICE BOARD Page | 9 What isa GSM Modem? GSM standsfor Global SystemforMobile Communications.Itisastandardsetdevelopedbythe EuropeanTelecommunicationsStandards Institute(ETSI) todescribe protocolsforsecond generation(2G) digital cellularnetworksusedbymobilephones. A Modemis a device whichmodulatesanddemodulatessignalsasrequiredtomeetthe communicationrequirements.Itmodulatesananalogcarriersignal toencode digital information,andalsodemodulatesucha carriersignal to decode the transmittedinformation. A GSM Modemisa device thatmodulatesanddemodulatesthe GSMsignalsandin this particularcase 2G signals.The modemwe are usingisSIMCOM SIM300. It isa Tri-band GSM/GPRS Modemas it can detectand operate atthree frequencies(EGSM900 MHz, DCS 1800 MHz and PCS1900 Mhz).Defaultoperatingfrequenciesare EGSM900MHz andDCS 1800MHz. Sim300 is a widelyusedinmanyprojectsandhence manyvariantsof developmentboardsfor thishave beendeveloped.These developmentboardsare equippedwithvariousfeaturesto make it easyto communicate withthe SIM300 module.Some boardsprovide onlyTTLinterface while some boardsincludeanRS232 interface andsome othersinclude anUSBinterface.If your PC has a serial port(DB9) youcan buya GSMModem that has bothTTL andRS232 interfacingsin economy. Sim300 GSM module usedhere,consistsof aTTL interface andanRS232 interface.The TTL interface allowsustodirectlyinterface withamicrocontrollerwhile the RS232 interface includesaMAX232 IC to enable communicationwiththe PC.Italsoconsistsof a buzzer,antenna and SIMslot.Sim300 in thisapplicationisusedasa DCE (Data Circuit-terminatingEquipment) and PCas a DTE (DataTerminal Equipment). Why use a GSM Modem GSM Technologyhasgrownso much,that literallythere isn’taplace onearthwhere there isno GSM signal.Insucha scenarioGSMprovidesusa wide scope incontrollingthingsremotelyfrom any place justwithourfingertips.GSMalso providesease toeasilycommunicateinamore robustway. Some AT Commands Sim300 GSM Module can be usedtosendand receive SMSconnectingittoa PCwhena SIM is inserted.The GSMModemcan be sentcommandsto sendor receive SMSfromthe PC through a com port (serial portor an usb).These commandsare calledasAT commands.ThroughAT commandswe can performseveral actionslike sendingandreceivingSMS,MMS, etc. Sim300 has an RS232 interface andthiscan be usedto communicate withthe PC.Sim300 usually operatesata baudrate of 9600, with 1 stopbits,Noparity,NoHardware control and 8 databits. We shall see atsome of the AT CommandsnecessaryforsendingandreceivingSMS.  Programmingcable  DC battery(12V,1A adaptor)  5V powersupply  12V powersupply
  • 10. WIRELESS ELECTRONIC NOTICE BOARD Page | 10 Jumpers  BreadBoard Software Requirements  ArduinoDroid Connectthe Arduinotothe computerusingthe programmingcable atUSB port.Write the programin c or c++ language or loadprogram usingthe optionfile.the The icontickmaerkisusedtocompile the program where right side arrowisusedto burnthe program to Arduino.Use optiontoolstoselectthe Arduinosubtype like UNONANOMINIetc.
  • 11. WIRELESS ELECTRONIC NOTICE BOARD Page | 11Circuit Algorithm  Initializethe LCDand UART protocol.  Checkfor the command +CMTI: “SM”,3(Locationnumber) toknow whetherthe new messageis receivedornot  If you receive the commandthenstore message locationnumber.  Nowreadthat particularlocationandextract the bodyof the message  Displaythe message onLCD Use belowcode to displaymessage on LCD wirelesslyusingGSM #include <LiquidCrystal.h> LiquidCrystal lcd(2,4,8,9,10,11); intled=13; inttemp=0,i=0,x=0,k=0; char str[100],msg[32]; voidsetup() { lcd.begin(16,2); Serial.begin(9600); pinMode(led,OUTPUT); digitalWrite(led,HIGH); lcd.print("GSMInitilizing..."); gsm_init(); lcd.setCursor(0,0); lcd.print("WirelessNotice"); lcd.setCursor(0,1); lcd.print(" Board "); delay(2000);
  • 12. WIRELESS ELECTRONIC NOTICE BOARD Page | 12lcd.clear(); lcd.print("TeslaWarriors"); delay(1000); lcd.setCursor(0,1); lcd.print("SystemReady"); Serial.println("AT+CNMI=2,2,0,0,0"); delay(500); Serial.println("AT+CMGF=1"); delay(1000); digitalWrite(led,LOW); } voidloop() { for(unsignedintt=0;t<60000;t++) { serialEvent(); if(temp==1) { x=0,k=0,temp=0; while(x<i) { while(str[x]=='#') { x++; while(str[x]!='*')
  • 13. WIRELESS ELECTRONIC NOTICE BOARD Page | 13{ msg[k++]=str[x++]; } } x++; } msg[k]='0'; lcd.clear(); lcd.print(msg); delay(1000); temp=0; i=0; x=0; k=0; } } lcd.scrollDisplayLeft(); } voidserialEvent() { while(Serial.available()) { char ch=(char)Serial.read(); str[i++]=ch; if(ch== '*')
  • 14. WIRELESS ELECTRONIC NOTICE BOARD Page | 14{ temp=1; lcd.clear(); lcd.print("Message Received"); delay(1000); } } } voidgsm_init() { lcd.clear(); lcd.print("FindingModule.."); booleanat_flag=1; while(at_flag) { Serial.println("AT"); while(Serial.available()>0) { if(Serial.find("OK")) at_flag=0; } delay(1000); } lcd.clear(); lcd.print("ModuleConnected..");
  • 15. WIRELESS ELECTRONIC NOTICE BOARD Page | 15delay(1000); lcd.clear(); lcd.print("DisablingECHO"); booleanecho_flag=1; while(echo_flag) { Serial.println("ATE0"); while(Serial.available()>0) { if(Serial.find("OK")) echo_flag=0; } delay(1000); } lcd.clear(); lcd.print("EchoOFF"); delay(1000); lcd.clear(); lcd.print("FindingNetwork.."); booleannet_flag=1; while(net_flag) { Serial.println("AT+CPIN?"); while(Serial.available()>0) {
  • 16. WIRELESS ELECTRONIC NOTICE BOARD Page | 16if(Serial.find("+CPIN:READY")) net_flag=0; } delay(1000); } lcd.clear(); lcd.print("NetworkFound.."); delay(1000); lcd.clear();
  • 17. WIRELESS ELECTRONIC NOTICE BOARD Page | 17How to Operate? 1. Write the program for the wirelesselectronicnotice boardinclanguage. 2. Nowburn the programto the microcontrollerusingArduinoDroid 3. Give the connectionsasperthe circuitdiagram. 4. Use powersupplycircuittoprovide 5V DC to the microcontroller 5. Insertthe SIM(SubscriberIdentityModule) tothe GSMmodule. 6. Nowswitchon the supply 7. SendSMS to the GSM module usingothermobile 8. Nowyoucan see the same message onLCD Output window
  • 18. WIRELESS ELECTRONIC NOTICE BOARD Page | 18 Circuit Advantages:  No needof anycomplex wirestodisplaythe messageonLCDas it is wireless.  Consume lesspowerandeasytooperate.  The circuit isportable.  One of the single mostimportantmediaforinformationtransfertothe maximumnumberof users.  Thissystemcan avoidpaperwork, reduceshumaneffort Circuit Applications:  Usedin busstations,railwaystations,parks,etc.todisplaythe messageswirelessly  ThisProjectisusedin collegesandorganizations.  In an fewsecondcantransfernotice to n numbers. Circuit Limitations:  Display unitmusthave the networktoreceive the message wirelessly  As there isnopasswordany one can sendthe message todisplay. Future of Project:  The use of microcontrollerinplace of ageneral purpose computerallowsustotheorize on manyfurtherimprovementsonthisprojectprototype.  Temperature displayduringperiodswhereinnomessage buffersare emptyisone such theoretical improvementthatisverypossible.  With properuse of interruptroutinesthe incomingmessage actsasan interrupt,the temperature displayishaltedandthe control flow jumpsovertothe specificinterruptservice routine whichfirstvalidatesthe sender’snumberandthendisplaysthe informationfield.  Anotherveryinterestingandsignificantimprovementwouldbe toaccommodate multiple receiverMODEMS at the differentpositionsinageographical areacarryingduplicate SIMcards..  Multilingual displaycanbe anotheraddedvariationof the project.
  • 19. WIRELESS ELECTRONIC NOTICE BOARD Page | 19 Conclusion GSM systemsisthe collaborationof software &hardware throughwhichmostof the complicityreduces, evensystemssize &coastalsoreduced.Suchhumancreationput usspell boundthatwhya topicof inventionistakenRoboticsdesign.The GSMbaseddigital notice boardsystemthatwe have createdhas beeninpractical use invariouscompanieslike inconstructioncompaniesandresearchareas,railways, college. Reference 1. D Dalwadi,N Trivedi andA Kasundra(2011), Article inNationconference onrecenttrendsin engineeringandtechnology,INDIA 2. http://www.edgefxkits.in/wireless-electronic-notice-board-using-gsm 3. RonaldK Jurgen“Automotive ElectronicHandbook”:New York:McGraw-Hill,2nded.,1999, Part 7 Chapter29. 4. http://www.electronicshub.org/wireless-electronic-notice-board-using-gsm/ 5. www.atmel.com 6. https://www.elprocus.com/wireless-electronic-notice-board-using-gsm/
  • 20. WIRELESS ELECTRONIC NOTICE BOARD Page | 20
  • 21. WIRELESS ELECTRONIC NOTICE BOARD Page | 21
  • 22. WIRELESS ELECTRONIC NOTICE BOARD Page | 22 The ENd