Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion docs/assignments/project/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The connection to COGS 300 is that the project connects human subjectivity and c
- White plastic heart: $0.00 (sewing out of scrap linen)
TOTAL: $39.39

#### Timeline
#### Timeline (Term 1)
- Sep 18: Order parts
- Sep 25: Parts expected to be delivered
- Sep 30: Initial heart rate visualization developed in Processing
Expand All @@ -70,6 +70,20 @@ TOTAL: $39.39
- Dec 04: Showcase with working project
- Dec 15: Final documentation deadline

#### Timeline (Term 2)
- Jan 28: Initial Pitch and Sketches
- Feb 11: Order parts and Paper Prototype made
- Feb 20: Parts expected to be delivered
- Feb 23: Book sketchbook meeting with TA or Paul
- Feb 27: Initial heart rate visualization developed in Processing
- Mar 10: LED matrix testing and circuit construction
- Mar 14: Sketchbook meeting completed
- Mar 17: Heart sewn
- Mar 18-23: Works Like Prototype - initial HR pulse visualization on matrix and HR signal shown in Processing
- Mar 30: HRV calculations implemented in Arduino and visualized in Processing
- Apr 6: Documentation finished and video made (recommended deadline)
- Apr 9: Final Showcase with working project + Final documentation deadline


### Product Design
Many interesting products can be prototyped with Arduino, from automatic fish feeders, to unique musical instruments, to vibration-based notifaction systems. A product design project would involve making an electronic and/or IoT device that meets a human need with the premise that it could be sold or distributed.
Expand Down
2 changes: 1 addition & 1 deletion docs/course-info/Schedule.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schedule
| Date | Week | Monday | Tuesday | Wednesday | Thursday | Friday |
|-------|------|------------------|------------------|-----------------|-----------------|-------------------|
| 12.30 | 00 | - | - | - | - | Prep (no class) |
| 12.29 | 00 | - | - | - | - | Prep (no class) |
| 01.05 | 01 | Kit pickup | Intro 01 | Lab 01 | Intro 02 | Lab 01 |
| 01.12 | 02 | Lab 01 | Movement 01 | Lab 02 | Movement 02 | Lab 02 |
| 01.19 | 03 | Lab 02 | Movement 03 | Lab 03 | Movement 04 | Lab 03 |
Expand Down
4 changes: 2 additions & 2 deletions docs/labs/lab07.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Lab 07. Bayes Filter and Project Planning
draft: true
title: Lab 07. Object Detection
draft: false
---

For this lab, we are performing object detection using a Bayes Filter. The purpose of this is to be able to move our robot towards an object. You will need to do this in the final tournament, where you will have to find and touch a goal object with your robot.
Expand Down
4 changes: 2 additions & 2 deletions docs/labs/lab08.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Lab 08. Line-following
draft: true
title: Lab 08. Build Your Own Tournament
draft: false
---

import YouTube from '@site/src/components/YouTube';
Expand Down
Loading