Skip to content

KyleParkJong/Safety-Module-For-Electrical-Scooter

Repository files navigation

Hackaton_Jan_2023

Konkuk Univ. Hackaton (Jan 2023) - Park Jonghyuk(Team leader), 윤정훈, 임준하, 이유진

Main Topic of the Hackaton

Developing and upgrading ideas that can solve problems that arise in the process of implementing future transportation by establishing a team under the theme of future transportation. (electric vehicles, hydrogen vehicles, autonomous AI, drones, UAM, individual transportation, etc)

0. Idea of our team

Detachable safety module for personal transportation (Electrical scooter)

 e-scooter

1. Composition of our safty module

  • Object detection module (Detecting bump, stop sign, child protection zone sign)
  • Preventing drunk driving module
  • Preventing one-handed driving module

2. Overall Block-diagram

block-diagram

3. Technical elements used in the safty module

Object detection module

  • Used light-weight AI model (ssd-mobilenet-v2)
  • Used Colab, Tensorflow to train the AI and transformed into Tensorflow-Lite
  • Labeled, 500 photos per class, a total of 2000 photos
    • 4 Classes (Bump1, bump2, stop sign, child protection zone sign)
    • Augmented image data by arbitrary application of brightness, saturation, contrast, flip, and rotate
  • Batch size = 16, Step number = 20,000
  • Mounted the trained model on Raspberry Pi

dataset data augmentation

  • Total Loss

total loss

Preventing drunk driving module & Preventing one-handed driving module

  • Used Arduino Uno to implement
  • Utilized Alcohol detect sensor (MQ-3) and force sensitive sensor (FSR 402)

Socket communication

  • Socktet communication between Raspberry Pi and PC using Python
  • Server : Raspberry Pi, Client : PC
  • Voice was recored by AI using "CLOVA Voice" provided by NAVER

Hardware

  • Operated 3D printer to make case that is detachable to electrical scooter.
  • Utilized laser cutter to produce the additional case of Arduino module.

3d laser

4. Result

Hardware for Raspberry Pi and battery

  • Made by 3D printer
  • Forward direction of scooter is the camera direction

hardware hardware

Hardware for Arduino Uno and sensors

  • Alcohol detect sensor(MQ-3), force sensitive sensor (FSR 402)
  • LED, buzzer for warning

hardware3 hardware4

Object detection

  • bump, stop sign, child protection zone sign

bump bump bump

About

Konkuk Univ. Hackaton (Feb 2023)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published