Repository for the "Vaguely Generic" team competing in NewHacks2019 under the category of IOT.
Anthony Hopkins, David Lu, Chintan Mistry, Rushil Patel
NewHacks 2019 IEEE Student Branch University of Toronto - March 23-24 2019
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.
- 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
- Photon wifi kit
- Arduino & related resistors and supplies
- Ultrasonic sensor to detect empty shelves
The github repo is arranged as 3 portions:
- The javascript server folder (titled JSServer)
- The photon code hardware integration folder (titled PhotonCode)
- The app files (rest of the files aside from the above folders)