Proof of Concept » History » Revision 4
Revision 3 (Hammel, 23 Jan 2016 17:35) → Revision 4/9 (Hammel, 23 Jan 2016 17:41)
h1. Proof of Concept This page will contain the plans for the Proof of Concept. {{>toc}} h1. h2. Summary Show a server node managing an IoT node. The server node should be a Raspberry Pi running PiBox with the Media Server UI and the IoT should be a board utilizing an Atmel or similar chip capable of controlling a physical device. The physical device should be a vent whose fins can be opened and closed with the IoT device. The server node and IoT node should communicate over WiFi or, possibly, Bluetooth. The goal of this phase of development is to prove we understand enough about the following concepts to produce a minimal viable product (MVP). * Server OS * UI implementation * Wireless communication * Microcontroller platform hardware integration * Microcontroller programming * Control of mechanical devices, specifically motors h1. h2. Block Diagram !proof-of-concept.png! h1. h2. Components h2. h3. Server Node PiBox will serve as the server node OS. This platform already supports Wifi and the Media Server release has a simple, easy to see (for demos) custom h4. UI that should be easily extendable using examples like PiClock. h3. UI h4. Wifi The UI will require a new app developed. This will be a GTK+ 2.x app that conforms to the app specification for PiBox's Media Server, which just means it provides its app icon for the navigation and installs an app configuration file with its opkgs. The app will consist of two buttons and a text window. The first button will be use to open the vent. The second to close it. A text field will show the current status of the vent provided by the IoT Node. h3. Wifi Wifi setup can either use a router or use PiBox's configuration option for running as an access point. The latter may be more useful for demos. h2. IoT Node h3. h4. Hardware Components h3. h4. Software Components h3. Mechanical Device