Difference between revisions of "ECE497 Project: Alarm with Remote Speaker"

From eLinux.org
Jump to: navigation, search
(Work Breakdown)
(Packaging)
Line 32: Line 32:
  
 
== Packaging ==
 
== Packaging ==
If you have hardware, consider [http://cpprojects.blogspot.com/2013/07/small-build-big-execuition.html Small Build, Big Execuition] for ideas on the final packaging.
+
Parts Used
 +
* Beagle Bone Green Wireless - https://beagleboard.org/green-wireless
 +
* 5 Push Buttons - https://www.adafruit.com/product/1009?gclid=CjwKCAiAiarfBRASEiwAw1tYv5C5V_fnoOFyCpkAXwfn97gZQ-WbYh68ZSBayMP97xkrisWnFIVoDRoC8jsQAvD_BwE
 +
* Red LED - https://www.sparkfun.com/products/9590
 +
* Green LED - https://www.sparkfun.com/products/9650
 +
* Bluetooth Speaker - https://www.amazon.com/AmazonBasics-Shockproof-Waterproof-Bluetooth-Wireless/dp/B01GF4XZ24/ref=sr_1_15?ie=UTF8&qid=1540171725&sr=8-15&keywords=amazon+bluetooth+speakers
 +
* Adafruit Seven Segment Display with I2C Backpack - https://www.adafruit.com/product/879
  
 
== Installation Instructions ==
 
== Installation Instructions ==

Revision as of 12:21, 13 November 2018

thumb‎ Embedded Linux Class by Mark A. Yoder


Team members: Brian Jennings and Manoj Kurapati

Grading Template

I'm using the following template to grade. Each slot is 10 points. 0 = Missing, 5=OK, 10=Wow!

00 Executive Summary
00 Installation Instructions 
00 User Instructions
00 Highlights
00 Theory of Operation
00 Work Breakdown
00 Future Work
00 Conclusions
00 Demo
00 Late
Comments: I'm looking forward to seeing this.

Score:  10/100

(Inline Comment)

Executive Summary

Have an alarm set up on a dresser which connects to a speaker either wirelessly or via cable (my concern is maybe wireless speakers are always reliable). The speaker is next to the bed. When the alarm goes off, you have to get out of bed to go to the alarm to turn it off.

Packaging

Parts Used

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 is 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 Makefile for your code if using C.
  • Include any additional packages installed via apt. Include install.sh and setup.sh files.
  • 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

Here is where you brag about what your project can do.

Include a YouTube demo the audio description.

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

Date Milestone
11/3/2018 Have Time displayed and alarm working with LED
11/5/2018 Have Bluetooth speaker connected and playing a tune
11/7/2018 Have Spotify API connected
11/9/2018 Have enclosure made and poster prepared for presentation

Future Work

Suggest addition things that could be done with this project.

Conclusions

Give some concluding thoughts about the project. Suggest some future additions that could make it even more interesting.




thumb‎ Embedded Linux Class by Mark A. Yoder