From ea93826831f077d90e1c83a3ccf64ffefaf51575 Mon Sep 17 00:00:00 2001 From: Frank Marchesan Date: Sun, 15 Feb 2026 11:49:11 -0800 Subject: [PATCH 1/5] - Added project timeline for term 2 (reflective on how its going for 2025/2026 WT2) - Fixed Course schedule date --- docs/assignments/project/project.md | 16 +++++++++++++++- docs/course-info/Schedule.md | 2 +- .../motor module code.md | 0 3 files changed, 16 insertions(+), 2 deletions(-) rename docs/teaching/{lab module ready-to-use code => Test Code}/motor module code.md (100%) 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/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 From 890fe052654d37e2c7657116704d3bfe316d8f52 Mon Sep 17 00:00:00 2001 From: Frank Marchesan Date: Tue, 24 Feb 2026 11:20:39 -0800 Subject: [PATCH 2/5] Publishing lab07 --- docs/teaching/labs/lab07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/teaching/labs/lab07.md b/docs/teaching/labs/lab07.md index de7d8a3..5f07e96 100644 --- a/docs/teaching/labs/lab07.md +++ b/docs/teaching/labs/lab07.md @@ -1,6 +1,6 @@ --- title: Lab 07. Bayes Filter and Project Planning -draft: true +draft: false --- ## Overview From 956e4ca14293f9d89ca7a949b8962016f08ce77c Mon Sep 17 00:00:00 2001 From: Frank Marchesan Date: Tue, 24 Feb 2026 11:37:21 -0800 Subject: [PATCH 3/5] Publishing Lab 7 --- docs/labs/lab07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs/lab07.md b/docs/labs/lab07.md index dc6fc05..113e212 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 +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. From bc401f7ee912cf128782f24caa590fc1a1fc1398 Mon Sep 17 00:00:00 2001 From: Frank Marchesan Date: Tue, 24 Feb 2026 11:47:48 -0800 Subject: [PATCH 4/5] Updated draft status to publish Lab 07 in the lab section, not ta teaching section --- docs/teaching/labs/lab07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/teaching/labs/lab07.md b/docs/teaching/labs/lab07.md index 5f07e96..de7d8a3 100644 --- a/docs/teaching/labs/lab07.md +++ b/docs/teaching/labs/lab07.md @@ -1,6 +1,6 @@ --- title: Lab 07. Bayes Filter and Project Planning -draft: false +draft: true --- ## Overview From 920cf291bd6775eb8920ec7740faaf6b177c6120 Mon Sep 17 00:00:00 2001 From: Frank Marchesan Date: Tue, 24 Feb 2026 11:50:03 -0800 Subject: [PATCH 5/5] To accomodate for automatic merging --- docs/labs/lab07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs/lab07.md b/docs/labs/lab07.md index 113e212..8776d66 100644 --- a/docs/labs/lab07.md +++ b/docs/labs/lab07.md @@ -1,5 +1,5 @@ --- -title: Lab 07. Bayes Filter and Project Planning +title: Lab 07. Object Detection draft: false ---