Development of a Smart Signalization for Emergency Vehicles: Comparison
Please note this is a comparison between Version 2 by Catherine Yang and Version 1 by İlhan Tarımer.

As the population increases, the number of motorized vehicles on the roads also increases. As the number of vehicles increases, traffic congestion occurs. Traffic lights are used at road junctions, intersections, pedestrian crossings, and other places where traffic needs to be controlled to avoid traffic chaos. Due to traffic lights installed in the city, queues of vehicles are formed on the streets for most of the day, and many problems arise because of this. One of the most important problems is that emergency vehicles, such as ambulances, fire engines, police cars, etc., cannot arrive on time despite traffic priorities. Emergency vehicles such as hospitals and police departments need to reach the scene in a very short time. Time loss is a problem that needs to be addressed, especially for emergency vehicles traveling in traffic.

  • emergency vehicles
  • signaling
  • smart traffic lights
  • smart roads

1. Introduction

Traffic is one of the most widespread problems in the world. Traffic includes pedestrians, vehicles, riding and farm animals, trains, and other vehicles that use the roads for travel and transportation. Population growth in urban areas has undoubtedly led to an increase in the number of vehicles on the roads and, hence, an increase in traffic problems. However, traffic management techniques are being used to avoid these problems through the Internet of Things (IoT) [1,2][1][2] and ad hoc vehicle networks [3,4][3][4]. The most common and effective traffic management techniques include speed bumps, road closures, turn restrictions, traffic signs, raised pavements, signaling systems, and electronic monitoring systems.
Most problems are related to highways, the most widely used mode of transport in the world [5]. Traffic accidents are one of the main problems on motorways. Most of these accidents occur on motorways in residential areas. The causes of these accidents in residential areas include traffic congestion (heavy traffic), inadequate technical infrastructure, and inadequate structures such as underpasses and flyovers. The main causes of traffic congestion, which ranks first among the most important causes, include inadequate public transport, unsuitable parking, road works, accidents, excessive traffic on the same route, and too many pedestrians. Vehicles, apart from the rude behavior of drivers, are also a major cause of traffic congestion. Due to this and similar behavior, emergency vehicles such as ambulances and fire brigades, where safety and timing are important, face major problems.
Another important reason is the lack of technological infrastructure. The most important elements used to manage traffic in settlements are traffic light signaling systems [6]. Traffic lights are signal devices placed at road intersections, pedestrian crossings, and other locations to indicate that it is safe to drive, ride or walk. Signalization systems are divided into two basic groups according to their working principles. These are isolated systems and coordinated systems [7,8,9,10][7][8][9][10].
With the increase in population worldwide, the number of vehicles in traffic is also increasing. This situation brings along many problems. One of the most important methods to reduce these problems is smart signaling systems. Many researchers have tried to make traffic smoother by developing various methods in this regard. Intelligent signaling systems prevent traffic density, accidents, etc., as well as minimize time losses. Time loss is an important problem that needs to be addressed, especially for emergency vehicles traveling in traffic. Every second counts for emergency vehicles. Traffic jams on signalized roads greatly hinder the speed of emergency vehicles. Although these vehicles have the advantage of running red lights, they are not safe and heavy traffic prevents them from doing so.

2. Installation of Traffic Lights and Mobile Application

2.1. Traffic Light Materials

Arduino UNO board, four-channel 5 V relay board, SIM808 GPS/GPRS/GSM module, triple traffic lights powered by 12/24 V, 12 V adapter, 9 V adapter, and 8 V adapter, a jumper for connection cable and female and male DC power supply cables are used in the installation of traffic lights in the signaling system. The properties and intended use of the materials used are given below, respectively.

2.1.1. Arduino UNO

Among Arduino boards, the most useful and well-known Arduino Uno model [26][11]. All Arduino Uno models have 14 digital inputs (D0–D13), six analog inputs (A0–A5), a USB port, and an adapter port. The original models of the board have an Atmega328p microcontroller (Figure 81).
Figure 81.
Arduino UNO original and Arduino UNO clone.
Arduino Uno can be operated by connecting to a computer via a USB cable, or it can be powered by an external power supply (battery, adapter) [27][12].

2.1.2. SIM808 GPS/GPRS/GSM Development Module

The SIM808 card is a device that can be used for data communication between cellular network systems. This module supports quad-band GSM/GPRS communication operating at frequencies of 850 MHz, 900 MHz, 1800 MHz, and 1900 MHz [28,29][13][14]. It provides ease of use in projects thanks to its small size and lightweight. There are SMA connectors on the board for antenna connections. Separate antennas must be used for GSM, GPS, and Bluetooth. To initialize the board, press and hold the “start” button for 2 s after connecting the power. The network connection status of the card can be monitored from the LEDs on the board. It has a 1.25 V, 3.3 V, and 5 V compatible TTL serial connection (UART) for connecting development boards such as Arduino and Raspberry Pi [30][15].

2.1.3. Four-Channel 5 V Relay Board

A relay is a programmable electrical switch controlled by an Arduino board or any microcontroller (Figure 92). It is used to programmatically control or operate devices with high voltage and/or current. It is a bridge between Arduino and high-voltage devices [31][16]. There are three connections on the relay, usually labeled NO (normally open), NC (normally closed), and COM (common). The normally open connection is a common-ended open circuit when the relay is not energized, so no conduction occurs. When the coil of the relay is energized, the NO and COM terminals are short-circuited, allowing electric current to flow. The NC terminal works in the opposite direction to the NO terminal, i.e., when the coil is not energized, the NC and COM terminals are shorted. When energized, they form an open circuit. COM (Common) is the common input. To this input [32][17], the voltage source that the relay will switch is connected.
Figure 92.
Four-channel 5 V relay board.

2.1.4. 12/24 V Traffic Light

Developed in 1912, traffic lights are signaling devices designed to control traffic flow at road intersections, pedestrian crossings, railway trains, and other places. There are four different outputs in traffic lights used in signaling construction. These are the control outputs of red, yellow, and green LEDs and the ground (GND) output (Figure 103).
Figure 103.
Traffic light and pinouts.

2.2. Prototype

Before the physical installation of the signaling system, a prototype of the system is created. This prototype reflects the similar operation of the real system. Errors in the software were eliminated in the trials made on the prototype. Arduino Uno, Sim808 GSM/GPRS/GPS card, and traffic light module were used to prototype the system. Since the supply voltage of the traffic light modules is 5 volts, no relay was used in the prototype. The traffic light module has three pins (red, yellow, and green) and one ground (GND) pin. A visual representation of the module is given in Figure 114.
Figure 114.
Traffic light modüle.
The top view of the prototype is shown in Figure 125, and the side view is shown in Figure 136.
Figure 125.
Top view of the prototype.
Figure 136.
Side view of the prototype.

2.3. Hardware Design

Circuit designs were made using Fritzing software in the setup of the system. Fritzing is open-source software that enables the original development of electronic circuits using Arduino boards. Fritzing users can prepare prototypes of the circuits and circuit elements they develop, share them with others, and use their outputs. It is possible to use experimental circuit boards, schematics, printed circuits, and code related to Arduino in the Fritzing program. The circuit elements are divided into sections and are categorically accessible [33][18].

2.3.1. Connection of Arduino UNO and SIM808 GSM/GPRS/GPS Board

When connecting the Sim808 GSM/GPRS/GPS board to Arduino UNO, the UART TTL interface on the Sim808 board is used. Three pins are used for connection in this section. These pins are RX, TX, and GND pins. A connection diagram and the actual connection are given in Figure 147.
Figure 147.
Connection circuit design and actual connection.

2.3.2. Connection of Relay and Traffic Lights

There are four cables in the traffic lights used in the installation of the system. Three belong to colors, and one to ground (GND). The lights work between 12 and 24 volts. Since there are three LEDs to be controlled in traffic lights, four-channel relays are used. When connecting the lights with the relay, the cables to which the LEDs are connected are connected to the NO pin of the channels on the relay. The COM pins of the relay to which the LEDs are connected are also connected to each other and connected to the power supply with the help of a terminal. The GND cable from the light is connected to the power supply used. The connection diagram is given in Figure 158.
Figure 158.
Traffic light and relay connection.
If the proposed system is to be installed at real traffic lights for a long time, it needs to be fed with a constant power supply. This will be provided by a solar panel mounted on the pole.

2.3.3. Arduino Uno and Relay Connection

By using a relay module with an Arduino board, it is possible to turn on and off devices operating with AC or DC voltage [34][19]. Relay modules are sold with 5 V or 12 V power supply. In this project, since a maximum of 5 volts of power can be obtained from an Arduino UNO, a relay with an operating voltage of 5 volts was used. When connecting the relay to the Arduino UNO, the VCC, GND, and signal pins on the front of the relay module are used. The 5 V relay module is powered by the 5 V pin on the Arduino UNO. At the signal end, the lights are controlled by sending a signal from Arduino UNO according to the incoming message information. The connection of the relay with Arduino UNO is given in Figure 169.
Figure 169.
Arduino UNO and relay connection.
The most important point to be considered when connecting Arduino and relay is the connection of signal pins. The ones corresponding to the channels connected with the signal pins should be used. The connections of K2, K3, and K4 channels are made in the connection diagram in Figure 169. The K2 channel corresponds to the IN2 pin, the K3 channel corresponds to the IN3 pin, and the K4 channel corresponds to the IN4 pin.

2.4. Mobile Application

The developed mobile application is designed for the person using the emergency vehicle. The use of the application belongs only to the relevant person. The mobile application has a login screen, user registration screen, map screen, and traffic light control screen. The necessary information to access the application is given to the person using the vehicle by the organization they are affiliated with. This login information is saved in the Firebase real-time database. It is possible to create a new account by logging in from the login screen and switching to the next screen or another screen. On this screen, the person logs into the system using the ID and password information given to them or the information they create themselves. The login information of authorized personnel is previously saved in the Firebase database. The user’s login information is verified with Firebase Authentication. After the login information is verified, the message “Login Successful” appears on the screen. The login screen is given in Figure 170.
Figure 170.
Login page and information entered.
If the login information is not given to the person, they can go to the registration screen in Figure 118 by clicking the “Create Now” button at the bottom of the login page. After the user enters the required information on this screen, the user is automatically directed to the login page after the “Contact Registration Successful” notification message appears on the screen.
Figure 181.
Person registration screen.
After logging in to the account, the screen in Figure 192 welcomes the person. On this screen, the person can create a route between the destination location and the current location. As soon as you log in to the system, the current location is marked on the map with a red marker. If the location is not marked automatically, the current location can be marked on the map with the button on the top right corner of the interface. On the other hand, the destination location can be selected from the drop-down list by entering the name of the location in the search tab at the top of the interface.
Figure 192.
Route creation screen.
The Google Directions API is used in Android applications to create routes between two specified points. To create a route, the API key information and the latitude and longitude information of both the current location and the destination location are sent via a URL to the Google Maps Directions web service. When a new destination is entered, the previously plotted route is deleted, and a new route is created. In Figure 2013, a new location is entered, and a new route is created. A close-up view of the traffic lights placed on the roads is also given by zooming in on the map.
Figure 2013.
New route creation and traffic lights on the map.
After creating the route on the previous page, the traffic light in the direction of the vehicle must be selected in order to pass the first signalization encountered. When this traffic light is selected, the page where the light will be controlled opens (Figure 214).
Figure 214.
Traffic light control page.
This screen contains the name of the light to be passed, the number of the module to which it is connected, and buttons to control the light. With the “Activate” button on the interface, SMS information is sent to all lights in the signaling area about what their status should be during the passage of the vehicle. The “ON” message is sent to the traffic light module that the vehicle will pass, and the “OFF” message is sent to the traffic lights in other directions. The numbers to send the message are retrieved from the database. If SMS sending is successful, the “SMS sent” information message is printed on the screen (Figure 2215). When SMS sending is unsuccessful, the information message “SMS could not be sent” is printed on the screen. If there is an error with permissions, “General Error” appears on the screen; if there is no service on the phone, “No Service”; if there is a failure because a PDU (Protocol Data Unit) is not provided, “No PDU;” and if the phone has airplane mode, “Airplane Mode On” is printed on the screen.
Figure 2215.
Printing the “SMS sent” message on the screen.
In order to send messages, SMS sending permission must be added to the AndroidManifest.xml file. In addition, in order for the application to send SMS automatically, SMS sending must be allowed in the mobile application.
  1. Results and Discussion

3. Development of a Smart Signalization for Emergency Vehicles

In this section, the operation of the developed traffic lights was tested. In addition, the number of emergency vehicles passing through the signaling system, the total number of vehicles passing through the signaling system, and the distance that other vehicles should travel during the arrival of the emergency vehicle in case of failure of the developed system were determined.

Field Test

With the module installed using Arduino Uno, SD card module, DS1302 RTC module [35][20], and MZ80 infrared sensor [36][21], the number of vehicles passing through the routes determined in the field study was counted. The installed devices and their installed state are given in Figure 23 Figure 16. In the module installed for vehicle counting, the MZ80 infrared sensor is used to detect obstacles and objects in front of it. DS1302 RTC module is used to attain time information. Data obtained are written to the SD card inserted in the SD card module.

In this section, the vehicles used in the existing signaling system are examined in order to study the operation of the signalization system installed in the field test in Mugla˘ province of Turkey. Investigations were carried out on the Mugla˘-Fethiye and Fethiye-Mugla˘ routes of Mu˘gla Province, including the signalized intersection shown in Figures 24 Figures 17 and 2518.

Figure 2316.

Vehicle counter modules.

Figure 2417.

Mugla-Fethiye route.

Figure 2518.

Fethiye-Mugla route.

The field tests were carried out on Thursday between 08:30 and 10:30 on the busiest day of the week. Data obtained during these hours are given in Table 2Table 1.

Table 21. Field test data.

Field test data.

 
RouteTotal Number of Passing VehiclesTotal Number of Emergency Vehicles Passed
Muğla-Fethiye550Ambulance:1
Fethiye-Muğla611Ambulance:3 Police:2

Firefighter:1

References

  1. Khan, F.; Zahid, M.; Gürüler, H.; Tarımer, İ.; Whangbo, T. An Efficient and Reliable Multicasting for Smart Cities. CMC Comput. Mater. Contin. 2022, 72, 663–678.
  2. Khan, F.; Khan, A.W.; Shah, K.; Qasim, I.; Habib, A. An algorithmic approach for core election in mobile ad-hoc network. J. Internet Technol. 2019, 20, 1099–1111.
  3. Khan, F.; Abbas, S.; Khan, S. An efficient and reliable core-assisted multicast routing protocol in mobile Ad-Hoc network. Int. J. Adv. Comput. Sci. Appl. 2016, 7, 231–242.
  4. Abbas, S.; Talib, M.A.; Ahmed, A.; Khan, F.; Ahmad, S.; Kim, D.H. Blockchain-based authentication in Internet of vehicles: A survey. Sensors 2021, 21, 7927.
  5. Öztürk, N.B. Smart Traffic Systems. Master’s Thesis, University of Sakarya, Sakarya, Turkey, 2006.
  6. Gonca, C.K.; Gülsün, B. Adaptive traffic management systems. OHS Acad. J. Occup. Health Saf. Acad. 2019, 2, 32–40.
  7. Dağüstü, H.Ş. A signal Timing Model for the Control of Intersection Traffic in Traffic Management. Master’s Thesis, Yıldız Technical University, Istanbul, Türkiye, 2010.
  8. Karaoğlan, M.E. Optimization at Coordinated Signalized Intersections. Master’s Thesis, Pamukkale University, Denizli, Türkiye, 2021.
  9. Murat, Y.Ş. Computer Examination of Traffic Flows at Denizli City Intersections. Master’s Thesis, Pamukkale University, Denizli, Türkiye, 1996.
  10. Özkaya, U.; Seyfi, L. A novel fuzzy logic model for intelligent traffic systems. Electron. World 2016, 122, 36–39.
  11. Aksu, C. Multifunctional Robot Powered by Arduino. Master’s Thesis, Haliç University, Istanbul, Türkiye, 2020.
  12. Available online: https://www.robotiksistem.com/arduino_uno_ozellikleri.html (accessed on 6 January 2023).
  13. Desai, M.; Phadke, A. Internet of things based vehicle monitoring system. In Proceedings of the International Conference on Wireless and Optical Communications Networks (WOCN), Mumbai, India, 24–26 February 2017; pp. 1–3.
  14. Najmurrokhman, A.; Daelami, A.; Komarudin, U.; Imanudin, M. Design and implementation of vehicle speed recorder using GPS tracker and internet of things platform. In Proceedings of the 2021 International Conference on Artificial Intelligence and Computer Science Technology (ICAICST), Yogyakarta, Indonesia, 29–30 June 2021; pp. 152–156.
  15. Available online: https://www.robotistan.com/sim808-gsmgprsgps-gelistirme-karti-arduino-ve-raspberrypi-uyumlu-7381 (accessed on 6 January 2023).
  16. Available online: https://www.hbmacit.com/2020/01/09/arduino-ile-role-kullanimi/ (accessed on 6 January 2023).
  17. Available online: https://maker.robotistan.com/role-nedir/ (accessed on 6 January 2023).
  18. Ocak, M.A.; Efe, A.A. Coding and Microcontroller Applications with Arduino, 1st ed.; Anı Publishing: Ankara, Turkey, 2018; 616p.
  19. Satapathy, L.M.; Bastia, S.K.; Mohanty, N. Arduino based home automation using Internet of Things (IoT). Int. J. Pure Appl. Math. 2018, 118, 769–778.
  20. Yeni, N.; Ordu, Ş.; Karakulak, E.; Mutlu, R. Temperature and conductivity measurement of Çorlu stream with microcontroller based circuit and its transmission via gsm. Trak. Univ. J. Eng. Sci. 2022, 23, 63–71.
  21. Turan, S. Design and implementation of a robot detecting obstacles and going between lines for electric powered wheelchair. Gaziosmanpasa J. Sci. Res. 2017, 6, 21–29.
More
Video Production Service