Difference between revisions of "S15: Remote Learner"
Proj user11 (talk | contribs) (→Hardware Design) |
Proj user11 (talk | contribs) (→Hardware Design) |
||
Line 161: | Line 161: | ||
=== Hardware Design === | === Hardware Design === | ||
Discuss your hardware design here. Show detailed schematics, and the interface here. | Discuss your hardware design here. Show detailed schematics, and the interface here. | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td valign="top" align="justify" width=400px> | ||
+ | <b>Transmit IR LED:</b> | ||
+ | <br> | ||
+ | The IR LED transmitter is a simple circuit that connects to a PWM pin that is set to toggle at 38 Khz. The circuit needs a resister to create the voltage drop for the IR LED. | ||
+ | </td> | ||
+ | <td> | ||
+ | [[File:IR LED Circuit.png|500px|centre|thumb|IR LED circuit]] | ||
+ | </td> | ||
+ | </tr> | ||
=== Hardware Interface === | === Hardware Interface === |
Revision as of 22:12, 22 May 2015
Contents
Grading Criteria
- How well is Software & Hardware Design described?
- How well can this report be used to reproduce this project?
- Code Quality
- Overall Report Quality:
- Software Block Diagrams
- Hardware Block Diagrams
- Schematic Quality
- Quality of technical challenges and solutions adopted.
Remote Learner
Abstract
The objective of this project was to create a remote learner using the SJOne board. The Remote Learner would have the ability to be controlled by an Android application using Bluetooth. The application would tell the SJOne board to learn a remote control using the IR sensor or transmit the remote command via IR LED..
Objectives & Introduction
Show list of your objectives. This section includes the high level details of your project. You can write about the various sensors or peripherals you used to get your project completed.
Team Members & Responsibilities
- Bailey Wu - Android App and BT I/F
- Yoni Klein - RX and IR Learning
- Tejeswar - IR Protocol
- Christopher Laurence - TX
Schedule
Remote Learner
Week | Start Date | End Date | Task | Status | Actual Completion Date |
---|---|---|---|---|---|
1-2 | 3/27/2015 | 4/10/2015 | Research about the basic of remote controller protocols | Completed | 3/10/15 |
3 | 4/10/2015 | 4/17/2015 | Research about transmit timing of the protocol and analyze the data with a oscilloscope
Research about receive timing of the protocol and analyze the data with a oscilloscope |
Completed | 4/17/2015 |
4 | 4/17/2015 | 4/24/2015 | Accurately decode IR signals from a remote control
Accurately transmit IR signals to a device |
Completed | 5/2/2015 |
5 | 4/24/2015 | 5/1/2015 | Interface BT module and establish communication with the Android phone
Decide on a communication protocol between phone and board. |
Planned | TBD |
6-7 | 5/1/2015 | 5/15/2015 | Research and add additional protocol support | Completed | 5/15/2015 |
8 | 5/15/2015 | 5/22/2015 | Final integration and testing. | Planned | TBD |
Android Application
Week | Start Date | End Date | Task | Status | Actual Completion Date |
---|---|---|---|---|---|
1 | 4/6/2015 | 4/13/2015 | Research about Android application development
Research about Bluetooth module implementation with SJOne board |
Completed | 4/10/2015 |
2 | 4/13/2015 | 4/20/2015 | Implement and design a basic Android application on Android Studio
Implement the Bluetooth module using UART |
Ongoing | TBD |
3 | 4/20/2015 | 4/27/2015 | Continue development of the Android application
Establish a connection between the SJOne board and Android application through Bluetooth |
Planned | TBD |
4 | 4/27/2015 | 5/4/2015 | Collaborate with team members to integrate the Android application and remote learner functions | Planned | TBD |
5 | 5/4/2015 | 5/11/2015 | Debug and troubleshoot any issues that may arise | Planned | TBD |
6 | 5/11/2015 | 5/18/2015 | Miscellaneous | Planned | TBD |
Parts List & Cost
Give a simple list of the cost of your project broken down by components. Do not write long stories here.
Design & Implementation
The design section can go over your hardware and software design. Organize this section using sub-sections that go over your design and implementation.
Hardware Design
Discuss your hardware design here. Show detailed schematics, and the interface here.
Transmit IR LED:
|