Getting Started - cheeseBG/EmergencyResponseSystem GitHub Wiki
-
Clone this repository
git clone https://github.com/cheeseBG/EmergencyResponseSystem.git
-
Install the requirements
pip install -r requirements.txt
-
RC car setting
- Connect your RC car to laptop and open
/RC_car/RC_car.ino
,
changessid
,password
variables with your wifi ssid and wifi password (line 24, 25) - If wifi is connected, you can obtain the RC car IP address from the Arduino serial monitor
- Connect your RC car to laptop and open
-
Assign RC car IP address
- Assign RC car IP address to variable
url
atmain.py
(line 27)
- Assign RC car IP address to variable
-
ESP32-CAM setting
- Connect your ESP32-CAM to laptop and open
/CamerWebServer/CameraWebServer.ino
,
changessid
,password
variables with your wifi ssid and wifi password (line 18, 19) - If wifi is connected, you can obtain the ESP32-CAM IP address from the Arduino serial monitor
- Connect your ESP32-CAM to laptop and open
-
Connect webcam to laptop
- ERS uses three cameras, a built-in camera in the laptop for hand sign, a webcam for on-site surveillance(cctv) and a ESP32-CAM for attach to RC car.
- Run
main.py
- From a web browser, access the ESP32-CAM IP address.