Parking Availability Indication System U
Parking Availability Indication System U
PARKING AVAILABILITY
INDICATION SYSTEM USING
INTERNET OF THINGS (IOT)
Sk.Asma, ASST.PROF Department of ECE,Chalapathi Institute of Eng &Tech ,
Guntur,AP,India
D.Tejaswini , B.Tech IV Year ECE , CIET, LAM , Guntur , AP, India
S.Uma maheswari , B.Tech IV Year ECE , CIET, LAM , Guntur , AP, India
P.Imhrankhan , B.Tech IV Year ECE , CIET, LAM , Guntur , AP, India
383
All Rights Reserved © 2018 IJARCET
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 7, Issue 4, April 2018, ISSN: 2278 – 1323
provides:
5 VDC regulated power from the 6 – 20 VDC input jack
3.3 VDC regulated power available for other electronics
The crystal oscillator
TX and RX are serial UART pins used for RS-232 and USB
communications .A/D in Analogue to Digital this input
converts an analogue voltage in to a digital representation
PWM (Pulse Width Modulator) is used to create a square
wave with a specific duty cycle (high time vs low time)
Fig
2.
pin
decri
ption of arduino uno
384
All Rights Reserved © 2018 IJARCET
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 7, Issue 4, April 2018, ISSN: 2278 – 1323
VII.LIQUID CRYSTAL DISPLAY Our project “parking availability indication system using
IOT”is mainly intended to monitor the status of the devices
The JHD16x2 LCD module has 16 pins and can be operated through ip address.
in 4-bit mode or 8-bit mode.let’s have a look at the The controlling device of the whole system is a Arduino
JHD162A LCD module. The LCD can work in two different uno.NodeMCU ,ultrasonic sensors are interfaced to the
modes, namely the 4-bit mode and the 8-bit mode. In 4-bit Arduino uno. Ultrasonic sensors are fed as input to the
mode, we send the data nibble by nibble, first upper nibble Arduino uno.this Arduino processes this data and transmit
and then lower nibble. For those of you who don’t know over NodeMCU ,which will be received from the web page
what a nibble is: a nibble is a group of four bits, so the lower .In acheveing the task the Arduino uno is loaded with a
four bits (D0-D3) of a byte form the lower nibble while the program written using Embbeded “c” language.
upper four bits (D4-D7) of a byte form the higher nibble. The user who wants to park the vehicle is connected to the
This enables us to send 8-bit data.Whereas in 8-bit web page using ip address .the ultrasonic sensor sends the
mode we can send the 8-bit data directly in one stroke since status to the arduino uno where the data processing is
we use all the 8 data lines. done.the Arduino sends the information to the web page and
Now you must have guessed it, yes 8-bit mode is faster and the lcd board about the status of the slot to the user using
flawless than 4-bit mode. But the major drawback is that it IOT.This way the user can easily find a parking slot without
needs 8 data lines connected to the microcontroller. This any difficulties and in less time.
will make us run out of I/O pins on our MCU, so 4-bit mode
is widely used. No control pins are used to set these modes. X.RESULTS
It's just the way of programming that change.
The project “parking availability indicaton system using
IOT”was designed such that the ststus of parking slots can
be known from anywhere in the users web page.This is
acheivied using WIFI communication.
VIII.SOFTWARE DESCRIPTION
385
All Rights Reserved © 2018 IJARCET
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 7, Issue 4, April 2018, ISSN: 2278 – 1323
XI. CONCLUSION
XIII. REFERNCES
386
All Rights Reserved © 2018 IJARCET