Difference between revisions of "Wiki/SmartRoom"

From eLinux.org
Jump to: navigation, search
Line 3: Line 3:
  
 
Team members: Mohit Sharma[B12006], Siddharth Gangal[B13232], Ankur Sardar[B13108], Pushpender[B13132]
 
Team members: Mohit Sharma[B12006], Siddharth Gangal[B13232], Ankur Sardar[B13108], Pushpender[B13132]
 
<pre style="color:red">
 
01 Executive Summary
 
02 Packaging
 
03 Installation Instructions
 
04 User Instructions
 
05 Highlights
 
06 Theory of Operation
 
07 Work Breakdown
 
08 Future Work
 
09 Conclusions
 
 
</pre>
 
 
<span style="color:red">(Inline Comment)</span>
 
  
 
== Executive Summary ==
 
== Executive Summary ==

Revision as of 04:16, 27 November 2015

thumb‎ Embedded Linux Class by Mark A. Yoder


Team members: Mohit Sharma[B12006], Siddharth Gangal[B13232], Ankur Sardar[B13108], Pushpender[B13132]

Executive Summary

The goal of this project is to build a smart room that captures the happenings in and out the room and performs certain assigned functions accordingly. The first in the list is an automatic door lock system for the room. For this one there will be a camera overlooking the door. Whenever someone approaches and is in the pre-required range of the camera, it will click a photo and send it to the concerned owner who then can approve and then the door would automatically unlock. Second one covers the fact that if the door is left open for more than an assigned period, a message will be forwarded to the owner regarding the same. Third point of implementation will include a temperature sensor inside the room, that will monitor and control the speed of the fan.

Packaging

If you have hardware, consider Small Build, Big Execuition for ideas on the final packaging.

If you have wiring, include Frizing diagrams.

Installation Instructions

Give step by step instructions on how to install your project.

  • Include your github path as a link like this to the read-only git site: https://github.com/MarkAYoder/gitLearn.
  • Be sure your README.md includes an up-to-date and clear description of your project so that someone who comes across you git repository can quickly learn what you did and how they can reproduce it.
  • Include a file called install.sh which installs all the files/packages needed. These are the things that only need to be done once.
  • Include a file called setup.sh which initializes everything. These are the things that need to be done every time you reboot the Bone.
  • Include a Makefile for your code if you use a compiled language.
  • Include any additional packages installed via apt-get.
  • Include kernel mods.
  • If there is extra hardware needed, include links to where it can be obtained.

User Instructions

Once everything is installed, how do you use the program? Give details here, so if you have a long user manual, link to it here.

Highlights

1. Camera captures image and sends it to the owner to open solenoid valve clock. 2. If door is left open for long, message is sent to the owner. 3. Body comfort varies with ambient temperature and wind speed. Speed of fan is regulated using BeagleBone.

Theory of Operation

Give a high level overview of the structure of your software. Are you using GStreamer? Show a diagram of the pipeline. Are you running multiple tasks? Show what they do and how they interact.

Work Breakdown

  • Processing of image, sending to user over a webpage using HTML5, message to user and the model to demonstrate - Ankur and Mohit.
  • Proximity Sensor for door open and close, sourcing components and getting circuit ready - Pushpendra and Siddharth.

Future Work

We can include voice recognition features to control speed of fan, turning lights ON and OFF inside the room.

Conclusions

This was an interesting project to work with. We got to learn a whole lot of new things working with BeagleBone.




thumb‎ Embedded Linux Class by Mark A. Yoder