Smart Transportation System Using IOT
Smart Transportation System Using IOT
net/publication/353191402
CITATIONS READS
3 2,029
4 authors, including:
All content following this page was uploaded by Deeplaxmi V. Niture on 06 July 2022.
Published By:
Retrieval Number: 100.1/ijeat.E28700610521 Blue Eyes Intelligence Engineering
DOI:10.35940/ijeat.E2870.0610521 and Sciences Publication
Journal Website: www.ijeat.org 434 © Copyright: All rights reserved.
Smart Transportation System using IOT
The SVAM system perform following functions: MOSFET IRF510 whose gate is controlled by digital pin of
Accident detection using Gyro meter, air pollution controller.
monitoring using MQ135, automatic toll collection using IR
transreciever, detect rule violation using IR transreciever,
location Tracking using GPS, centralized and easy accessible
vehicle database using cloud, safe distance alert using
ultrasonic distance sensor.
A. Vehicle Module
Vehicle module consists of a ZigBee box and a GPS box.
1. ZigBee Box
ZigBee box is designed to collect data from various
sensors and from GPS box through i2c and transmit it to other
vehicles or data center. Fig. 2 shows the schematic of ZigBee
Fig. 3. GPS Box
box. This box contains ZigBee, Atmega328p-pu, Antenna,
Bluetooth HC-05 and Buck convertor PTN76060WAS. B. Data Center Module
IR transreceiver is mounted on top for communication Data center module has a data center box and a
with collection box for automatic toll collection and traffic computer/laptop with a software
rule violation detection. ZigBee has 10km line of sight range
[2]. 1. Computer Software at Data Center
At data Centre, software designed in processing language
-Low level java language is monitor for vehicles in SAVM
system [4]. For designing Graphics User Interface G4P
library is used in processing [5]. This software gets data from
ZigBees as well as from firebase. It displays data about every
vehicle. Fig. 4 shows the actual GUI of the software.
Important objects, numbered from 1 to 7 are: Message
window for messaging vehicle, setting window for changing
map style, track window to get details of vehicle by its
number, no. of received and transmitted data packets, list of
vehicle connected, select serial port of computer, and
animated Logo.
Published By:
Retrieval Number: 100.1/ijeat.E28700610521 Blue Eyes Intelligence Engineering
DOI:10.35940/ijeat.E2870.0610521 and Sciences Publication
Journal Website: www.ijeat.org 435 © Copyright: All rights reserved.
International Journal of Engineering and Advanced Technology (IJEAT)
ISSN: 2249-8958(Online), Volume-10 Issue-5, June 2021
Data is received from the vehicle via ZigBee and transmitted rule. When signal is yellow or green, transmitter does not
to the computer via the Bluetooth module. Further that data is transmit signal.
processed by software in computer.
2. Cloud
ZigBee operates on line-of-sight principle i.e. the
antenna must be in sight of at least one of vehicle antennas. Firebase cloud is used for saving data online. Fig. 7
So, this box must not be in close room, it must be outside the shows a cloud database structure for our system. After
room with some height of 50-100 meter. The data center box creating new project at firebase, it gives one URL, which is
can be connected to computer in data center by with wire or address of that Database [6]. Wi-Fi modules in Data center
wirelessly with Bluetooth. Node MCU has serial port but for box and collection box use that URL to upload and download
serial communication wire length must be less than 5m so it data. Data on firebase is saved in JavaScript Object Notation
is not practical. Therefore, we use Bluetooth, wireless (JSON), a minimal, readable format for structuring data. Data
protocol which has 100m range and data transfer speed of 3-5 is saved in parent child hierarchy as show in fig.7. History of
Mbps. any vehicle can be read from the cloud using datacenter
software
Published By:
Retrieval Number: 100.1/ijeat.E28700610521 Blue Eyes Intelligence Engineering
DOI:10.35940/ijeat.E2870.0610521 and Sciences Publication
Journal Website: www.ijeat.org 436 © Copyright: All rights reserved.
Smart Transportation System using IOT
For communication between various nodes protocols are Data rate = 156 kbps = 19.5 kBps (1)
customized. The string format for them have been defined = 1604800 *1024 Bytes per day
like ‘STPG_MH12AB3456_18.345678,73.851234=’. In this
string ‘STP’ stands for Smart Trans-Portation, ‘G’ means this Table-IV shows the amount of data used by one vehicle in
string contains GPS data, ‘MH12AB1234’ is a vehicle one day. This is the maximum data that can be used by a
number, ‘18.345678,73.851234’ is string containing latitude vehicle in one day. Using the data rate of ZigBee and data
and longitude separated by comma. ‘=’ denotes end of string. used by one vehicle, we can calculate maximum number of
Table-I shows the string format for traffic rule violation vehicles accommodated in the data center.
communication between vehicle and collection box. Table-II
string format for toll collection communication between 1604800×1024
vehicle and collection box shows and Table-III gives the Max. no. of vehicles in a data center = (2)
51874.665
string format for communicating different messages between
vehicle and data center software. = 31,678 vehicles
TABLE-I. VEHICLE-COLLECTION BOX STRING FORMAT So, nearly 31.5k vehicles can be handled by one data
FOR TRAFFIC RULE VIOLATION center. This number is dependent on the ZigBee data rate.
Thus we can increase the capacity of data center by using a
String format Sender Message ZigBee of higher data rate.
RULE_MH12A from vehicle to send vehicle
B3456= Collection box no. TABLE-IV. Data Used By Single Vehicle Per Day
RULE_RL1245 from Collection box No. of bytes per
Send ID to car Data No. of bytes
12= to vehicle day
Location 36 bytes per 1 minute 51840
TABLE-II. VEHICLE-COLLECTION BOX STRING Pollution
19 bytes per day 19
FORMATTOLL COLLECTION COMMUNICATION level
PROTOCOLS Emergency 16 bytes per 6 month 0.0879
Accident 16 bytes per year[7] 0.04383
String format Sender Message
Message 30 bytes per 2 day 15
TOLL_TL1245 from Collection
Send ID to car Tracking 16 bytes per month 0.5333
12= box to vehicle
TOLL_MH12A from vehicle to Send vehicle no. + Total 51874.665
B3456_CAR= Collection box vehicle type
F. Maximum Speed of vehicle under collection box
TABLE-III. SOFTWARE-VEHICLE STRING FORMAT
Angle of transmission for IR LED is 10° and for TSOP
String format Sender Message angle of reception is 10°. So IR communication will be
possible till angle of vehicle is less than 20° [7]. Maximum
STPG_MH12A distance of receiver is 10 m. This is shown in fig. 8.
B3456_18.3456 from car GPS position
78,73.851234=
Max. distance of communication = 2×10 sin θ (3)
STPP_MH12A
from car pollution scale = 3.472 m
B3456_12=
STPE_MH12A Time require for communication is 85 mS, therefore
from car EMERGENCY
B3456=
Max. speed of vehicle =
STPA_MH12A
from car accident 3.473×10-3 ×3600
B3456= (4)
85×10-3
STPM_MH12A
B3456_Message from software message =147km/hr
=
STPT_MH12A Hence vehicle with speed lower than 147km/hr can be
from software track detected by collection box.
B3456=
STPR_MH12A
from firebase Rule No.
B3456_2=
III. CALCULATION
E. Maximum vehicle for one Data Center
Maximum data rate of XBEE (XBEE is ZigBee
manufactured by Digi International) is 156 kbps [2].
Published By:
Retrieval Number: 100.1/ijeat.E28700610521 Blue Eyes Intelligence Engineering
DOI:10.35940/ijeat.E2870.0610521 and Sciences Publication
Journal Website: www.ijeat.org 437 © Copyright: All rights reserved.
International Journal of Engineering and Advanced Technology (IJEAT)
ISSN: 2249-8958(Online), Volume-10 Issue-5, June 2021
V. CONCLUSION
We have successfully implemented a prototype of smart
transportation system which is quite effective and efficient.
The use of this system with sufficiently large number of
vehicles can definitely reduce the traffic related issues to a
large extent.
APPENDIX
Video of working prototype:
https://drive.google.com/file/d/0BwUbrrz81ugba3dyMWE1
Fig. 8. Geometry for maximum distance calculation SElTUVE/view?usp=sharing
AUTHORS PROFILE
Dr. Deeplaxmi V. Niture has received the B. Tech and
M. Tech degree in Electronics and Telecommunication
Engineering from Dr. Babasaheb Ambedkar
Technological University (Dr. B. A. T. U), Lonere, India
in 2003, and in 2006 respectively. She has completed her
Ph.D. in Electronics and Telecommunication Engineering
from the Savitribai Phule University of Pune, Maharashtra, India in 2021.
Presently she is working as assistant professor in College of Engineering
Pune (COEP). She has authored several journal and conference papers. Her
research interests include Microstrip Antennas, Reconfigurable antennas, RF
and Microwave Circuits and Internet of Things.
Published By:
Retrieval Number: 100.1/ijeat.E28700610521 Blue Eyes Intelligence Engineering
DOI:10.35940/ijeat.E2870.0610521 and Sciences Publication
Journal Website: www.ijeat.org
View publication stats
438 © Copyright: All rights reserved.