Deaths on ambulances: could internet reduce traffic jam when ambulance arrives?

Big cities in the world fight with the same problem: the traffic jam. Tied to this topic, cities in India and in many other developing countries have to face a high number of deaths on the ambulances. Maybe internet technology could help to reduce the arrival time to the hospital and making ambulances smarter.

The Central University of Kashmir studied the cases of ambulances which cannot reach hospitals on time to save the lives of the patients they carry. How to make ambulance smarter? To deal with this problem, we analyzed the paper which presents a novel and easy to implement alternative for traffic jam management during emergency ambulance dispatch. They require only three main devices: Arduino UNO, GPS neo 6M and SIM 900A. Let us see them specifically.

Due to increased traffic delays, they statistically observed that more than 20% of patients requiring urgent medical attention died on their way to the hospital. To prevent that this happens, we need a system that allows ambulance to go without stopping.

Smarter ambulances to avoid deaths on their way to the hospital

This project consists of four main hardware components:

  • Inbuilt GPS system
  • GPS Module NEO 6M
  • Arduino UNO
  • SIM 900A GSM Modem

The system also includes subcomponent named Traffic Control Room, which will help the ambulances to reach their destination on time. How? By clearing the route from traffic changing the traffic signals whenever and wherever needed.

Algorithm of the code for the proposed system is provided in Algorithm 1.

  1. Initialize variables: newData = false
  2. For GPS Parsing Time Lapsed < 1 second
  3. IF serial connection is available
  4. Read data from the serial connection
  5. ENDIF
  6. IF data is read
  7. newData = true
  8. ENDIF
  9. IF newData = true
  10. Identify longitude and latitude of the current location of the ambulance
  11. Generate Google Maps link for the location
  12. Send message
  13. ENDIF

First, Google Maps has to be installed in the inbuild GPS system on the ambulance. In the google maps, we can find all the hospitals and nursing homes. The GPS will select the shortest possible path to reach the nearest hospital. Then, the GPS module NEO 6M sends the live location of the ambulance to the traffic control room and the hospital. So, the traffic control room can clear a route for the ambulance.

On the other hand, Arduino UNO is used to store the code for sending the live location of the ambulance. It receives the location from the GPS Neo 6M and sends it to the traffic control room and hospital using SIM 900A. SIM 900A is used to send the live location of the ambulance using text message to the traffic control room and hospital.

Good ideas to reduce traffic when an ambulance has to head to the hospital. An experimental validation? 

They implemented and tested the proposed solution using a prototype the connects of the Arduino-based solution. Once the system is integrated with an ambulance, the driver can choose the destination hospital.

The system will directly send the live location to the traffic control room and the hospital. Google Maps will provide, then, the shortest path from the source to the destination hospital and the traffic control room will clear the traffic on the route.

The serial monitor helps the system to check whether GPS is working or not. The message sent by GSM SIM 900A includes the location of the smart ambulance at the starting point, the location, which can be continuously monitored by the traffic control room and hospital. A click on the Google Maps link opens the location of the ambulance in real-time.

 

Could there be some problems with this system’s installation on the ambulances? 

The system can be easily integrated into the ambulance as it only needs 12V,1A power for GSM SIM 900A and 10V for Arduino UNO. It can be easily provided from the fuse board present that is inside the ambulance. The proposed system needs the driver to have an internet connection.

The ambulance driver just needs to click on the GPS screen once. Then, the driver has to send the location of the ambulance as a message. When it has been done once, the system sends the location update in real-time. The interesting thing is that this approach can give way to one or more ambulance at the same time.

 

Smarter ambulances to avoid deaths on their way to the hospital: what about the future?

Basically, this research paper proposes an Arduino based traffic control system for healthcare-related emergencies. Even if this system could work well on its base functionality, it suffers from hardware-related limitations. The connections of the system should be made carefully. In case of mistakes in joining the connections, the system will not work properly.

Future scope of this research includes the integration of the proposed system to sensor-based patient data collection modules. The data will be sent to the Cloud using Arduinobased Wi-Fi module. The destination hospital can access the real-time patient data using open Wi-Fi system. The proposed system can be improved in this direction for future use.

 

AUTHORS

Mohammad Moazum Wani

Dr Mansaf Alam

Samiya Khan

 

EXPLORE

Emergency care in Thailand, the new smart ambulance with 5G

The future of the ambulance: A smart emergency care system

Motorcycle ambulances response: preparedness in case of traffic jam

 

 

SOURCES and REFERENCES

ReasearchGate

You might also like