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

add inst week15

parent 4c703fea
No related branches found
No related tags found
No related merge requests found
Pipeline #303539 passed
# Embroidery
## Software
- [刺しゅうPRO NEXT](https://www.brother.co.jp/product/hsm/embropc/shishu_pro_next/index.aspx)
- [manual](https://download.brother.com/welcome/doch010120/pronext_ug01jp.pdf)
- P.119 オートパンチ
- .bmp
## Machine
- [JANOME Hyper Craft 900](https://www.janome.co.jp/products/sewing_machine/shisyu/hc900.html)
- [manual](https://www.janome.co.jp/manual/search/pdf/861-800-300.pdf)
- P.24 上糸のかけ方
- P.106 刺しゅう
## Equipment
- [置き縫いシート](http://ohmotokk.co.jp/jyaga.htm)
- グッドパンチシート シングル 100cm幅
- [刺繍用下紙](http://ohmotokk.co.jp/25.hai.1.htm)
- 140WAP 白 糊付き 97cm幅
- ハイボン 150 白・糊無し 33cm幅×50m巻き
- [brother 刺しゅう用接着芯L BM3](https://www.biccamera.com/bc/item/2046596/)
- [熱接着フィルム heat seal adhesive](http://ohmotokk.co.jp/daiamido.htm)
- エセラン302 100ミクロン 52.5cm幅
- [Ecellent](http://www.sheedom.co.jp/english/products/ecellent/)
- SHM302-PAD Melting point: 85〜95 C
- organdie
- [heatcutter](http://www.ohmotokk.co.jp/heat%20cutter.htm) : polyester
......@@ -80,4 +80,5 @@ Press "Run" in p5.js Web editor then serial port is listed.
!!! Attention
this page is not finished
[Web Serial API and WebUSB](https://caniuse.com/?search=web%20serial)
......@@ -58,7 +58,6 @@
## Output devices
- [Neopixel on ATtiny3216](http://yuichitamiya.fabcloud.io/fabacademy2020/projects/NeoPixel_ATtiny3216/)
## Input devices
- [Step Response / CapacitiveSensor](http://academany.fabcloud.io/fabacademy/2021/labs/kannai/site/instruction/tips/step_response/)
......@@ -71,6 +70,10 @@
- [Processing 4 and Arduino](./tips/processing_arduino.md)
- [Processing 4 to P5.js Converter](./tips/processing_to_p5_js.md)
## Wildcard week
- [Embroidery](./tips/embroidery.md)
## Machine Building
- [Machine Building Parts List](./tips/machine_building_parts_list.md)
- [DRV8846_Stepperboard](./tips/DRV8846_Stepperboard.md)
......
# 15. Wildcard week
This week I worked on defining my final project idea and started to getting used to the documentation process.
## Final presentation date
## Research
- Instructors will register local students on May 26th
- Jun 08 (Wed) 4
- Jun 10 (Fri) 3
- Jun 13 (Mon) 1
- Jun 15 (Wed) 2
"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."
## Schedule
> "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."
- May 11: wildcard week
- May 18: applications and implications
- May 25: invention, intellectual property, and income
- Jun 01: project development
- Jun 08-15: presentation
## Useful links
- [Jekyll](http://jekyll.org)
- [Google](http://google.com)
- [Markdown](https://en.wikipedia.org/wiki/Markdown)
## Schedule
## Code Example
### FINAL PRESENTATION DATES
**June 8th, 10th, 13th & 15th: Final Project Presentations**
Use the three backticks to separate code.
- This means you must have a viable working Final Projects, documented; a video and a slide, and presented to Neil & your peers
- Your Instructor will evaluate your readiness status some weeks before, and register you for the session on **May 26th**.
```
// 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);
}
### GLOBAL EVALUATION DATES
**June 29: local evaluation to global evaluation deadline**
// 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
}
```
- Students must have all assignments documented and ready
- Instructors should have revied and marked all assignments as complete
- Last chance to request for Global Evaluation
## Gallery
**July 13: global evaluation to Students deadline**
![](../images/sample-photo.jpg)
- Global evaluators review, back, and forward with Students, final details
## Video
**July 27: final deadline for the Global Eval cycle**
### From Vimeo
- Global Evaluators make the final decision: Graduate or Next Cycle (which means students still can finish between Sept-Nov 2022)
<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>
**August 1-5: Publication of Graduates list**
### From Youtube
**October 12-22 2022: Fab Island Bali**
<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
**Graduation Ceremony on Sat, Oct 15th**
## 3D Models
During **Global Evaluation**, expert instructors other than your instructors will review your work based on what you have documented on your sites, and make sure your documentation meet the [Assessment Standards](https://fabacademy.org/2022/nueval/) to grant you the Fab Academy Diploma.
<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>
### CONTINUING EVALUATION DATES
<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>
**Sept 1º to December 1º: Closing Continuing Evaluation**
- November 15th: Students must have all assignments documented and ready, and cleared 100% on Nueval by their local Instructors
- December 1: Global Evaluators make the final decision: Graduate or Next Cycle
## Assessment
> Design and produce something with a digital fabrication process
(incorporating computer-aided design and manufacturing) not covered
in another assignment, documenting the requirements that your
assignment meets, and including everything necessary to reproduce
it. Possibilities include (but are not limited to):
### Embroidery
Tips: [Embroidery](./tips/embroidery.md)
### Assessment
[Assessment](https://fabacademy.org/2022/nueval/wildcard.html)
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