Skip to content
Snippets Groups Projects
Commit 6d79454a authored by yuichitamiya's avatar yuichitamiya
Browse files

add inst week 16

parent fba64e45
No related branches found
No related tags found
No related merge requests found
Pipeline #305752 passed
# 16. Applications and implications # 16. Applications and implications
This week I worked on defining my final project idea and started to getting used to the documentation process. ## Today
## Research - Local session 10:00-17:00
"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."
> "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." ## Final presentation date
## Useful links - Instructors will register local students on May 26th (Thu)
- [Jekyll](http://jekyll.org) - Jun 08 (Wed) 4
- [Google](http://google.com) - Jun 10 (Fri) 3
- [Markdown](https://en.wikipedia.org/wiki/Markdown) - Jun 13 (Mon) 1
- Jun 15 (Wed) 2
## Code Example ## Schedule
Use the three backticks to separate code. - May 18: applications and implications
- May 25: invention, intellectual property, and income
- Jun 01: project development
- Jun 08-15: presentation
- June 29: local evaluation to global evaluation deadline
```
// 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);
}
// the loop function runs over and over again forever ## assignment
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 > Propose a final project masterpiece that integrates the range of units covered,
answering:
What will it do?
Who's done what beforehand?
What will you design?
What materials and components will be used?
Where will come from?
How much will they cost?
What parts and systems will be made?
What processes will be used?
What questions need to be answered?
How will it be evaluated?
![](../images/sample-photo.jpg)
## Video > Your project should incorporate 2D and 3D design,
additive and subtractive fabrication processes,
electronics design and production,
embedded microcontroller interfacing and programming,
system integration and packaging
### From Vimeo > Where possible, you should make rather than buy
the parts of your project
<iframe src="https://player.vimeo.com/video/10048961" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> > Projects can be separate or joint, but need to show individual
<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> mastery of the skills, and be independently operable
### From Youtube ### Assessment
[Assessment](https://fabacademy.org/2022/nueval/applications_and_implications.html)
<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> > **Why do I have to answer these questions?**
Answer: These are questions to help you plan your final project. Answer these and any other questions you think will help you do this
## 3D Models
<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> ### ToDo
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> > **How do I know I have completed this module?**
<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> Answer: You have answered all the questions on "have you"-section and documented your plan for the implementation of the final project
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> In your final project page, you need to document about;
</div>
- What does it do?
- Who's done what beforehand?
- What did you design?
- What materials and components were used?
- Where did they come from?
- How much did they cost?
- What parts and systems were made?
- What processes were used?
- What questions were answered?
- What worked? What didn't?
- How was it evaluated?
- What are the implications?
### ffmpeg
[week1](./week01.md#ffmpeg)
### Tips list
[CNC](./tips_list.md#cnc)
- [Easel CAM](./tips/easel.md)
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