Giter Site home page Giter Site logo

audi_kreathon18_parkid's Introduction

Audi Kreathon18 - Team P.I.D.

The source code for team Parkid at Audi Kreathon 2018. We aim to develope a cloud based parking management service for the special parking space AAZ in an Audi production site. There are special function for these parking spaces(e.g. lift, measuring equipment...etc.).

Problem Stetement:

The traditional regisration for a parking space take hours to complete due to the manually process.

The Solution we offered:

A cloud based parking system with web app, mobile app and database support. An user can register a parking space with a carID(an RFID tag available on every production car) and desired function. When the car reaches the parking lot. The carID will be read and parking space is assigned by the system based on the funtion and availability. The system have sensors on each parking space which will check which space the driver parked and if the driver parked on a correct space. The information will be saved. The system can also locate one car's location when any colleague wants to retreive it. This repo contains the prototype that we had designed and developed in 96 hours during the Kreathon.

Web app:

Web_app_demo

Mobile app(not in this repo, developed with React Native):

Mobile_app_demo

Acknowledgement

This work would not have been possible without the information from the book <超圖解物聯網IoT實作入門> by 趙英傑 Part of the static website used the example code from the book.

Dependencies:

npm: express, socket.io, johnny-fave, serialport, mongoose Arduino: arduinojson

Demo v1 - 1 parkspace detected with Johnny-five:

Arduino: standart Firmata

Demo v2 - 1 parkspace detected with Serialport:

Arduino: park_test_serial

Demo v3 - 2 parkspace detected with Serialport:

Arduino: park_test_serial

Demo v4 - Workflow demo without interface

Arduino: park_test_serial Format:

{
  "carID": "FF FF FF FF",
  "occupied": [
    0,
    ......,
    0
  ],
  "check": 0,
  "check_car": 0
}

Demo v5 - workflow with interface

Arduino: park_test_serial

audi_kreathon18_parkid's People

Contributors

toby4548 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.