diff --git a/docs/assignments/project/project.md b/docs/assignments/project/project.md index 55318e5..7890521 100644 --- a/docs/assignments/project/project.md +++ b/docs/assignments/project/project.md @@ -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 @@ -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. diff --git a/docs/course-info/Schedule.md b/docs/course-info/Schedule.md index 5323562..dbe84fa 100644 --- a/docs/course-info/Schedule.md +++ b/docs/course-info/Schedule.md @@ -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 | diff --git a/docs/labs/lab07.md b/docs/labs/lab07.md index dc6fc05..8776d66 100644 --- a/docs/labs/lab07.md +++ b/docs/labs/lab07.md @@ -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. diff --git a/docs/labs/lab08.mdx b/docs/labs/lab08.mdx index 3095fcd..a168965 100644 --- a/docs/labs/lab08.mdx +++ b/docs/labs/lab08.mdx @@ -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'; diff --git a/docs/teaching/lab module ready-to-use code/motor module code.md b/docs/teaching/Test Code/motor module code.md similarity index 100% rename from docs/teaching/lab module ready-to-use code/motor module code.md rename to docs/teaching/Test Code/motor module code.md