Skip to content

System Architecture

Lee Seunghwa edited this page Jun 9, 2020 · 2 revisions

Overall

image

Main Process

  1. We recognize biometric data through smart watches.

  2. This information is sent to the smartphone.

  3. The smartphone sends this data to the server through the API and server determined whether or not to drink.

  4. If it is determined to be drinking, the alcohol detection schedule starts.

    • If alcohol detection schedule was started
      1. It uses the beacon placed in the driver's seat to locate the user.
      2. If it is determined that the user has been seated in the driver's seat, an alert process is initiated.
      3. At this time, we can use multiple beacons to improve driver seat determination accuracy.

If you know what works in more detail, Go to Project-Structure page