The key insights from this GIF visualisation are:
- The receivers of the vehicles are kept on at all durations.
- In an event of an accident, the data is recorded by the MPU6050 sensor (accelerometer + gyroscope).
- The data is transmitted to the on-board processor - Arduino development board.
- Using pre-trained algorithms, we determine whether the recorded data is an accident or not.
- In case of a detected accident, the receivers are turned off and the transmitter is switched on.
- The data would consists of VIN (Vehicle Identification Number) along with the location of the accident.
The files in Arduino-Code folder contains the code for different stages of the project. The LCD_MPU_TR is the final Arduino code for LCD screen + MPU sensor + RF transmitter + RF receiver. Website-Code has the Firebase hosted website to display the locations of the accidents.
This project was developed during the summer vacations of 2017 as part of the Summer Research Grant Programme - 2017 conducted by the SENSE school, VIT University.