Getting Started - cheeseBG/EmergencyResponseSystem GitHub Wiki

Installation

  1. Clone this repository

    git clone https://github.com/cheeseBG/EmergencyResponseSystem.git 
    
  2. Install the requirements

    pip install -r requirements.txt
    

Setting

  1. RC car setting

    • Connect your RC car to laptop and open /RC_car/RC_car.ino,
      change ssid, 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
  2. Assign RC car IP address

    • Assign RC car IP address to variable url at main.py (line 27)
  3. ESP32-CAM setting

    • Connect your ESP32-CAM to laptop and open /CamerWebServer/CameraWebServer.ino,
      change ssid, 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
  4. 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

  1. Run main.py
  2. From a web browser, access the ESP32-CAM IP address.
⚠️ **GitHub.com Fallback** ⚠️