Emo Cyborg¶
Teaser¶
Presentation¶
Concept¶
Collaboration¶
Performance¶
Video and Editorial¶
Video Editing: Sofia Mellino Camera and Sound: Alex Luna Photography:
Technical Support¶
Fabricademy
Coding:
Mentoring:
Adriana Cabrera, Anastasia Pistofidou, Afroditi Psarra
Freelance
Electronic Engineer: Thorsten Schuh
Circuit Schematic¶
Code¶
Use the three backticks to separate code.
// 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
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
}
Timeline¶
Week One & Two¶
18th to 31st of January
Week Three & Four¶
1st to 14th of February
1st Prototype Touch Sound 1st Prototype Making of
Week Five & Six¶
15th to 28th of February
Pattern Cutting and Fitting for the Base Catsuit Moving Analysis for the Design Process
Week Seven & Eight¶
1st to 14th of March
Week Nine & Ten¶
15th to 28th of March
Week Eleven & Twelve¶
29th of March to 11th of April
Final Presentation¶
12th to 14th of April
Last update: April 30, 2021