Deliverables¶
GANTT¶
the in detail planning of the 3 month project development phase as you plan it to be. You can use various planning tools to set your timeline and better foresee what you need to do next
BoM bill of materials¶
Materials¶
Qty | Image | Description | properties | Price | Link |
---|---|---|---|---|---|
1 | Black mesh (100% Polyester) | Weight: 48 g/m2 | 6,99 € /m | https://www.mondialtissus.fr/tissu-resille-polyester-etoiles-brillantes-noir-244322.html | |
1 | MagicPLA Metallic Emerald | Green-blue PLA, 1.75 mm / 1000 g, Recommended printing temperature: 215 - 235 °C, Recommended platen temperature: 50 - 70 °C | 34,99 € | https://www.3djake.fr/3djake/magicpla-metallic-emerald | |
3 | Electromagnet | Power supply: 3.3 to 5 VDC, Holding force: 2.5 kg max, Compatibility: Arduino and RaspberryPi, Dimensions: 40 x 20 x 19 mm, Weight: 26 g | 3x 8,90 € | https://www.gotronic.fr/art-module-a-electroaimant-mag25n-31494.htm | |
1 | Pack of 10 M/F connection cables BBJ21 | 1,50 € | https://www.gotronic.fr/art-pack-de-10-cables-de-connexion-m-f-bbj21-27098.htm | ||
1 | Arduino uno | Dimensions: 74 x 53 x 15 mm | 23,90 € | https://www.gotronic.fr/art-arduino-uno-12420.htm |
Equipment¶
Slide show¶
Metamorphose par Audrey kalic
Métamorphose by Audrey kalic
Story telling script¶
My sketches for the story telling session tell a story about my concept and lead to the final outcome in..
- scene 1 the scene opens with a room full of flowers
- scene 2 we zoom into the lady wearing a plant based dress
- scene 3 she comes out from behind the plants
- scene 4 ... whats next?
A good exaple of story telling sketches are from ...Florencia Moyano https://class.textile-academy.org/2022/florencia-moyano/finalproject/prefinal03/
see her storytelling script in a google slides presentation below.
FABRICATION FILES¶
Mesh origami actuation with electromagnets¶
int electromagnet1 = 2;
int electromagnet2 = 4;
int electromagnet3 = 7;
void setup() {
pinMode(electromagnet1,OUTPUT);
pinMode(electromagnet2,OUTPUT);
pinMode(electromagnet3,OUTPUT);
}
void loop() {
digitalWrite (electromagnet1, HIGH); // electromagnet activation
digitalWrite (electromagnet2, HIGH); // electromagnet activation
digitalWrite (electromagnet3, HIGH);// electromagnet activation
delay(350000); // Origami wrapping setup
digitalWrite (electromagnet1, LOW); // deployment of the lower origami
delay(10000);
digitalWrite (electromagnet2, LOW); // deployment of the middle origami
delay(10000);
digitalWrite (electromagnet3, LOW); // deployment of the upper origami
}
How-Tos & Tutorials¶
via GIPHY Origami folding
Fabrication files¶
-
File: Large-scale origami - extruder 1 (Dark PLA for a surprising revelation) ↩
-
File: Large-scale origami - extruder 2 (the shimmering PLA) ↩
-
File: middle-scale origami - extruder 1 (dark PLA for a surprising revelation) ↩
-
File: middle-scale origami - extruder 2(the shimmering PLA) ↩
-
File: small-scale origami - extruder 1 (dark PLA for a surprising revelation) ↩
-
File: small-scale origami - extruder 2(the shimmering PLA) ↩