Skip to content
Snippets Groups Projects
Commit b616e6df authored by James Khan's avatar James Khan
Browse files

Update 2 files

- /docs/assignments/week09.md
- /docs/assignments/week17.md
parent be8606d0
No related branches found
No related tags found
No related merge requests found
Pipeline #547911 passed
......@@ -30,6 +30,7 @@ This weeks task was to connect and test an output device to my the microcontroll
![Xiao pin layout](../images/week04/week04-xiao_pin.png)
- 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)
![](../images/week09/TEMP.jpg)
......
# 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
![](../images/sample-photo.jpg)
#### 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&#39;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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment