From b616e6dfbb28131a94631264f2b27bde83858b78 Mon Sep 17 00:00:00 2001 From: James Khan <james.khan@niherst.gov.tt> Date: Mon, 31 Mar 2025 05:30:19 +0000 Subject: [PATCH] Update 2 files - /docs/assignments/week09.md - /docs/assignments/week17.md --- docs/assignments/week09.md | 1 + docs/assignments/week17.md | 67 ++++++++++++++------------------------ 2 files changed, 25 insertions(+), 43 deletions(-) diff --git a/docs/assignments/week09.md b/docs/assignments/week09.md index 5350730..7d0c229 100644 --- a/docs/assignments/week09.md +++ b/docs/assignments/week09.md @@ -30,6 +30,7 @@ This weeks task was to connect and test an output device to my the microcontroll  - The only other thing needed to connect the screen to my board was to use 4 wires of [M/F jumper wires](https://www.digikey.com/en/products/detail/adafruit-industries-llc/826/5353622) +  diff --git a/docs/assignments/week17.md b/docs/assignments/week17.md index fecda14..7a18a5a 100644 --- a/docs/assignments/week17.md +++ b/docs/assignments/week17.md @@ -1,63 +1,44 @@ -# 17. INVENTION, INTELLECTUAL PROPERTY, and INCOME - NY +# 17. INVENTION, INTELLECTUAL PROPERTY, and INCOME - working -PLACE HOLDER. This page will be updated during the appropriate week +## Assignment -This week I worked on defining my final project idea and started to getting used to the documentation process. +- This week's assignment is to develop a dissemination plan for my final project. -## Research +### Project Summary -"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +Project Poster TO BE ADDED. -> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +Project Video TO BE ADDED. -## Useful links -- [Jekyll](http://jekyll.org) -- [Google](http://google.com) -- [Markdown](https://en.wikipedia.org/wiki/Markdown) +### Dissemination Plan -## Code Example +#### Target Audience -Use the three backticks to separate code. +- This project is intended to be used as a support tool for instructors teaching robotics and their students. These can be: + - Coaches for [First Lego League](https://www.firstlegoleague.org/) teams. + - High School or Middle School teachers where robotics is on the syllabus. + - Administrators of extracurricula or after school robotics clubs. + - Home school parents. -``` -// the setup function runs once when you press reset or power the board -void setup() { - // initialize digital pin LED_BUILTIN as an output. - pinMode(LED_BUILTIN, OUTPUT); -} +- Building & Programming maze solving robots is one of the best challenges to give to younger students learning robotics. Having a modular, easily modifiable maze like this will be a great asset in helping to student learn. -// the loop function runs over and over again forever -void loop() { - digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level) - delay(1000); // wait for a second - digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW - delay(1000); // wait for a second -} -``` -## Gallery +#### Intilectual Property Protection - +#### Dissemination -## Video +- I intend to distribute this project for free as design files. +- The design files are given in formats that are easy to download, read, and modify with free software and webtools (TinkerCAD, Arduino IDE, and KiCAD). +- Anyone downloading the files can use as much or as little of the project as they want: + - They can just download the program and use it with thier own Arduino UNO board to use as a timer for their own maze or another project. + - The -### From Vimeo -<iframe src="https://player.vimeo.com/video/10048961" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -<p><a href="https://vimeo.com/10048961">Sound Waves</a> from <a href="https://vimeo.com/radarboy">George Gally (Radarboy)</a> on <a href="https://vimeo.com">Vimeo</a>.</p> -### From Youtube +[First Lego League](https://www.firstlegoleague.org/) -<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> +[First Lego League Share and Learn Facebook page](https://www.facebook.com/groups/FLLShareandLearn/) -## 3D Models +[Lego Mindstorms Projects Facebook page](https://www.facebook.com/groups/118430681537398/) -<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915/embed" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> - -<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> - <a href="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Dita's Gown</a> - by <a href="https://sketchfab.com/francisbitontistudio?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Francis Bitonti Studio</a> - on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a> -</p> -</div> -- GitLab