(4 intermediate revisions by the same user not shown) | |||
Line 718: | Line 718: | ||
4. Research and prototyping (Scott, Kin Chin, Chris)<br> | 4. Research and prototyping (Scott, Kin Chin, Chris)<br> | ||
− | + | *Requirements<br> | |
− | + | *Components<br> | |
− | + | *Architecture<br> | |
− | + | *Vehicle Platform<br> | |
− | + | *Prototyping Results<br><br> | |
5. Proposed ECE 477 Project (Jason, Matt)<br> | 5. Proposed ECE 477 Project (Jason, Matt)<br> | ||
− | + | *Requirements<br> | |
− | + | **Features<br> | |
− | + | ***Physical<br> | |
− | + | ***Environment<br> | |
− | + | **Expectations regarding integration<br> | |
− | + | *Components<br> | |
− | + | *Architecture<br> | |
− | + | *Protocol<br> | |
− | + | *Vehicle Platform<br><br> | |
6. Conclusions (Michael)<br> | 6. Conclusions (Michael)<br> | ||
− | + | *Summary of accomplishments<br> | |
− | + | *Collaboration Summary<br> | |
− | + | **Communication methods<br> | |
− | + | **Joint decisions<br><br> | |
7. Appendix<br> | 7. Appendix<br> | ||
− | + | *Code<br> | |
− | + | *Data<br> | |
− | + | *Pictures<br> | |
</td> | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
− | <b>December 8, 2011 ( hours):</b> | + | <b>December 8, 2011 (1.5 hours):</b> |
<br> | <br> | ||
− | + | Attended video conference. However, no HKUST members showed up. Instead, we discussed the overall system architecture and came up with a new plan to allow for more integration. Also delegated parts of final report. | |
</td> | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
− | <b>December , 2011 ( hours):</b> | + | <b>December 9, 2011 (2 hours):</b> |
<br> | <br> | ||
− | + | Looked into H-brides. The L298 looks like a great chip and is widely used, but it is designed to work on the 5v logic level. We will either need to step up the voltage or figure out if the micro can work on the 5v level - currently at 3.3v. Stepping up the voltage would not be difficult.<br><br> | |
+ | Attended weekly meeting where we went over Hong Kong's idea for a system architecture - similar to what I had proposed at a previous meeting with a central server that directs vehicle control to the appropriate vehicle. It will add some latency but will make the project make a lot more sense and easily extensible. | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 767: | Line 768: | ||
<tr> | <tr> | ||
<td width=800><b>WEEK SUMMARY:</b><br> | <td width=800><b>WEEK SUMMARY:</b><br> | ||
− | <u>Accomplishments</u>: | + | <u>Accomplishments</u>: Getting very close to an agreement on system architecture that is logical |
<br> | <br> | ||
− | <u>Weekly Work Total</u>: | + | <u>Weekly Work Total</u>: 5.7 hours |
<br> | <br> | ||
− | <u>Project Work Total</u>: | + | <u>Project Work Total</u>: 103.1 hours |
</td> | </td> | ||
</tr> | </tr> |
Latest revision as of 10:55, 10 December 2011
Contents
Jason Holmes - Design Notebook
Week of Sept. 19 |
September 21, 2011 (1.5 hours):
|
September 22, 2011 (20 minutes):
|
September 23, 2011 (1 hour):
|
WEEK SUMMARY: Accomplishments: Obtained usernames for HKUST members
|
Week of Sept. 26 |
September 27, 2011 (45 minutes):
|
September 27, 2011 (30 minutes):
|
September 28, 2011 (1 hour):
|
September 29, 2011 (45 minutes):
|
September 30, 2011 (1.5 hour):
|
WEEK SUMMARY: Accomplishments: Completed preliminary block diagram layout of system. Decided on potential processor family.
|
Week of Oct. 3 |
October 6, 2011 (2 hours):
|
October 7, 2011 (1 hour):
|
October 7, 2011 (1.5 hours):
|
WEEK SUMMARY: Accomplishments: Finished poster for VIP poster session
|
Week of Oct. 10 |
October 11, 2011 (30 minutes):
|
October 13, 2011 (1 hour):
|
October 14, 2011 (1.5 hours):
|
WEEK SUMMARY: Accomplishments: Decided on a development board to begin prototyping.
|
Week of Oct. 17 |
October 17, 2011 (30 minutes):
|
October 17, 2011 (1 hour):
|
October 18, 2011 (3 hours):
IP Camera:TRENDnet TV-IP110WN Wireless N Internet Camera
|
October 19, 2011 (2 hours):
|
October 20, 2011 (1 hour):
|
WEEK SUMMARY: Accomplishments:
|
Week of Oct. 24 |
October 25, 2011 (3.2 hours):
(640 x 480 pixels) X (2 bytes per pixel) = 614,400 bytes per frame All of the CMOS cameras output in a RGB format or similar - raw image data. For most cameras, this is 16 bits per pixel. Without doing our own compression, this image data would be impossible to send wirelessly. There is a library for C to convert RGB data to JPEG format, which then possibly be converted to MJPEG on the controller side. This could possibly be used on-board, but the speed would have to be tested.
|
October 28, 2011 (1.5 hours):
|
WEEK SUMMARY: Accomplishments:
|
Week of Oct. 31 |
November 1, 2011 (4.5 hours):
|
November 3, 2011 (7 hours):
|
November 3, 2011 (1.5 hours):
|
WEEK SUMMARY: Accomplishments: Received tanks
|
Week of Nov. 7 |
November 8, 2011 (3 hours):
|
November 9, 2011 (3 hours):
|
November 10, 2011 (2 hours):
|
November 11, 2011 (2 hours):
|
WEEK SUMMARY: Accomplishments: Completed design review
|
Week of Nov. 14 |
WEEK SUMMARY: Accomplishments: Got a webcam feed - though not a great feed
|
Week of Nov. 21 |
November 23, 2011 (3 hours):
|
November 24, 2011 (6 hours):
|
November 25, 2011 (1.5 hours):
$serial = new phpSerial; $serial->deviceSet("/dev/tty0"); $serial->confBaudRate(2400); $serial->deviceOpen(); switch ($_POST['D']) { case "Forward": echo "Forward Pressed"; $serial->sendMessage("F"); break; case "Left": echo "Left Pressed"; $serial->sendMessage("L"); break; case "Right": echo "Right Pressed"; $serial->sendMessage("R"); break; case "Backward": echo "Backward Pressed"; $serial->sendMessage("B"); break; case "Stop": echo "Stop Pressed"; $serial->sendMessage("S"); break; default: echo "Initial page load"; } ?> |
November 25, 2011 (30 minutes):
|
WEEK SUMMARY: Accomplishments: Web server successfully setup with a functioning index
|
Week of Nov. 28 |
November 28, 2011 (8 hours):
|
November 29, 2011 (30 minutes):
|
November 29, 2011 (3.5 hours):
|
November 30, 2011 (8 hours):
|
Dec 1, 2011 (5.5 hours):
|
Dec 2, 2011 (2 hours):
Here are some obvious problems that will need to be addressed: |
WEEK SUMMARY: Accomplishments: Tank control successfully demonstrated!
|
Week of Dec. 5 |
December 6, 2011 (1.5 hours):
|
December 7, 2011 (45 minutes):
2. Executive Summary 3. Outcomes
4. Research and prototyping (Scott, Kin Chin, Chris)
5. Proposed ECE 477 Project (Jason, Matt)
6. Conclusions (Michael)
7. Appendix
|
December 8, 2011 (1.5 hours):
|
December 9, 2011 (2 hours):
|
WEEK SUMMARY: Accomplishments: Getting very close to an agreement on system architecture that is logical
|