The project was carried out as part of the Internet of Things lecture at the University of Applied Science Esslingen. The goal was to come up with an IoT project that can solve a real Problem of our everyday lives. Also the implementation to the presentation of a prototype was also part of it and thereby students could get an overview of the development of a product from the idea to the implementation.
MotivationAccording to the police, about 250, 000 to 300, 000 hit-and-runs are reported in Germany every year, and only 30 to 40 percent of them are solved. Therefore, several thousand should be added to this, because most victims do not report hit-and-runs and try to repair the damage themselves. Unfortunately, if the repair costs are covered by the auto insurance, the fees will increase.
ContactKevin, Likane: Responsible for the Idea and Implementiom (likanejoel@gmail.com)
SolutionCar Safe is a monitoring system that can be installed in any car. By means of sensor data, impacts or strong movements such as towing are detected and thus the system is automatically activated:
- video recording is started with 360 degree view
- Data is stored locally (SD card) or online (cloud)
- An app is available to notify the user and in addition he can also get a life recording.
So the perpetrator or his license plate can be identified.
Now ImplementedCurrently, the implementation is not yet ready. The latest code offers the possibility to automatically take photos when motion is detected and the data is also automatically sent to Google Drive.
Self Implementation1
1- Before connecting the system to the computer first connect the ESP32 CAM as shown in the picture with the USB to TTl converter.
2- Now we can select the following settings on the Arduino IDE:-> Board: ”ESP32 Wrover Module”-> Upload Speed: “115200”-> Flash Frequency: “40MHz”-> Flash Mode: “Q10”-> Partition Scheme: “Huge APP (3MB No OTA/1 MB SPIFFS)”-> Core Debug Level: “None”->Port: “COM port’ > According to your port connection
3- Now you can connect the USB port to the computer and before uploading the code below press one time the Reset button for the ESP32 CAM. This avoid somme problems during the upload.
If you have an error like this it might be probably because one of your GND on the ESP32 CAM is not working properly, please use anoder GND.
This means that the uploading is done. Now remove jumper wire between GPIO0 and GND and press one more time the Reset button of the ESP32 CAM. Now the device is flashed and you can use it to test the program. Take a look of the sketch below
The Arduino board was just used for the 5V plug-in.
Comments