Capta Sensor
Capta Sensor
-----------------------------------------------------------------------***--------------------------------------------------------------------------
according to the number of detected cars via techniques to reduce traffic jams. Then we will
processing captured images through the briefly look at previous research undertaken to
installed cameras. Furthermore, an android tackle the traffic jams. Next we will demonstrate
application communicates wirelessly with the how we implemented and built a prototype.
traffic controller where the warden can control Finally, a discussion about the results will be
the process semi-automatically in cases of viewed and summarized, with future
emergency or any other situations where the developments.
field police officer decides to interrupt the
process. There have been recent developments within
the smart traffic control field [1-3]. The intelligent
Fig. 2 demonstrates the system block diagram and traffic control system developed in [4] enables
its components, where the main controller more internal memory compared to old
combines all the system together. The Liquid microcontrollers with little flexibility to allow
Crystal Display (LCD) is an interface to select the modification in real-time. The new systems ensure
required mode for which the main controller will detection of traffic volumes using genetic
work on. The input data will be received according algorithm and the ability to detect vehicles such as
to the selected mode from either the laptop ambulances simply through the use of a wireless
digitally to describe the level of congestion or from network .
the android application according to the warden
choice. Another project conducted was the Prototype of
Virtual Traffic Lights on Android Based Systems
The output signals will be applied to two different [5]. This project used the proliferation of Wi-Fi
lanes modules, directly to a Direct current (DC) devices with the already available hardware
lane and the other way will be to an Alternating components. The Virtual Traffic Lights (VTL) again
current (AC) driver which will drive the AC lane. alleviates traffic with vehicle to vehicle
communication. Through the implementation of
The modern systems adopt DC LEDs while the old this, traffic was reduced by 60% .
ones use AC lamps. In our system we considered
both AC and DC lanes to prove compatibility with Digital wave radar technology the Wavetronix
old systems and scalability to the modern ones. smart sensor is used in [6] another method to
detect the vehicles presence speed with a detecting
range of 500 m. The sensor is mounted on a traffic
signal head mast arm. Manufacturer claims its
immunity to weather and changing temperature
and light conditions and little or no maintenance
requirements. One of its unique features is its auto-
configuration and operation software developed
for Pocket handheld devices and laptop
computers.Haimeng Zhao, Xifeng Zheng, and Weiya
Liu in [7] designed an intelligent traffic control
system using a DSP and Nios II. Their model
utilises dual-CPU with the logic control of FPGA
(Field Programmable Gate Array), enabling cross-
phase adjustment, the exchange of related
information, and allowing live human-computer
interaction. It is different from conventional traffic
signal controllers in that it works dynamically,
according to user demand as well as mode of
Fig. 2. Block diagram of the project. timing and multiple phase functionalities. Based on
the literature review, there are the two suitable
This paper will discuss the limitations of techniques for smart detection of vehicles. These
current conventional system and proposes two are the use of smart sensors and the image
© 2020, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 4364
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
processing algorithms.In conclusion, we went for Mega type as the system primary controller. It
implementing the image processing code due to has been chosen because of its high
many reasons. Hardware components are very specifications. These include a 54-digital input-
hard to be imported to Gaza strip due to political output pins of which 14 can be used as PWM
reasons and become highly restricted after the (pulse width modulation), a 16 MHz crystal
siege has been imposed since 2008. Most oscillator, a USB (universal serial bus)
importantly availability, feasibility of local connection, and a power jack. Mega is
implementation and the ease of use. compatible with most shields designed for the
Arduino [9].
This paper is organized as follows. In Section II,
the description of the introduced system is The other module was Arduino Uno. It has been
provided. The Aim and Research objectives is used as a method to connect the wireless and
introduced in Section III. Section IV demonstrates Bluetooth modules in order to get the collected data
all the materials that have been used through which is going to be processed by the primary
building the prototype with the specification of controller. The Uno has 14 digital input- output pins
each components Finally, the methodology and of which 6 can be used as PWM outputs. analogue
steps that have been taken to reach the final results inputs, a 16 MHz quartz crystal, a USB connection,
are reported in Section V, and the conclusions are and finally a power jack [10].
given in Section VI.
Moreover an AC (Alternating Current) driver
II. AIM AND RESEARCH OBJECTIVES. have been designed for the purpose of controlling
the AC lane as shown in Fig. 3.
The final aim of our research is to implement our
prototype project in real-life scenarios. This can
improve the movement on pedestrian roads, and it
will reduce the traffic jam. Moreover, it can be easily
fitted with the ambitious aim of building a
centralized station where through it can control the
Gaza traffic process.
Finally, an LCD (liquid crystal display) Keypad the time interval for each lane. The decision is
shield was built to monitor and change the system based mainly on the number of cars
status and settings. Moreover there were minor approaching the junction. An image processing
components such as leds resistors, LCD, push code with installed cameras on the junction are
buttons, wires, and power supplies. needed for this approach. The cameras will
detect all the cars on the lanes and the code on
I. METHEDOLOGY laptop will read the number of cars on each
road. As a result, the controller decides a time
In this part, we discuss all the steps of project that proportional to the number of waiting cars
design and implementation, including the software to pass.
and hardware design. The details of each object will
be demonstrated and discussed.
© 2020, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 4366
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
Manual function The last category was the standby system which turns
off all the lanes and turns on the yellow blinking which
indicates that there is no traffic and no need to operate
Number Char Function
the system. The main controller program will be
acter installed in the Arduino Mega.
1 A Lane 1 Fig. 5 demonstrates a flowchart of a minor code
is on to detect the signal received from the Bluetooth
data and transfer the data into a digital signal. The
2 B Lane 2 digital signal will be sent to the main controller and
is on according to the signal a set of functions will be
applied as it was mentioned above in the Wi-Fi
mode. Fig. 6 is the Bluetooth Android application
3 C Lane 3
which was built and coded on the IMT APP
is on Inventor. The interface consists of Bluetooth status,
lanes status, and the cross road with lanes. The
4 D Lane 4 lanes are the buttons to send the needed data over
is on the Bluetooth. Each lane has a unique character and
according to its value, the lanes will be opened or
closed.
Results
© 2020, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 4368
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
The efficient role to determine and evaluate a Fig. 9. Prototype final result
project is its ability to include future expansion. The
STLC has many technological features that enable
us to install any new development or upgrades.
© 2020, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 4370
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 4371