AnthonyH93 / StockIt

Project for the NewHacks 2019 Hackathon. This project consists of an Android app with communication between an ultrasonic sensor notifying if a store shelf is stocked or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockIt

Repository for the "Vaguely Generic" team competing in NewHacks2019 under the category of IOT.

Team Members

Anthony Hopkins, David Lu, Chintan Mistry, Rushil Patel

NewHacks 2019 IEEE Student Branch University of Toronto - March 23-24 2019

About

Created an app which is integrated with an arduino and photon wifi kit through a CRUD API with javascript to communicate whether or not a shelf is stocked with the idea of helping retail workers/companies sell more products by keeping shelves stocked.

Software used

  • Java & XML through Android Studio for the app
  • Photon IDE for integrating the arduino and photon wifi kit
  • Javascript for the server & web address that the app reads from and prints from

Hardware used

  • Photon wifi kit
  • Arduino & related resistors and supplies
  • Ultrasonic sensor to detect empty shelves

Additional Information

The github repo is arranged as 3 portions:

  1. The javascript server folder (titled JSServer)
  2. The photon code hardware integration folder (titled PhotonCode)
  3. The app files (rest of the files aside from the above folders)

About

Project for the NewHacks 2019 Hackathon. This project consists of an Android app with communication between an ultrasonic sensor notifying if a store shelf is stocked or not.


Languages

Language:C++ 49.5%Language:Java 34.2%Language:JavaScript 16.3%