- 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)
# 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."
- 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.
<p><ahref="https://vimeo.com/10048961">Sound Waves</a> from <ahref="https://vimeo.com/radarboy">George Gally (Radarboy)</a> on <ahref="https://vimeo.com">Vimeo</a>.</p>
by <ahref="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 <ahref="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup"target="_blank"style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>