2020
PORTFOLIO
Alvin Chen
Alvin Chen Chen Szu Yu
Majored in material science in university. While being eager to add color to the surroundings, I’ve turned my path toward industrial design and recently on art installation.
Background 2019-20
Shih Chien University department of industrial design
2017-18
Teipei Tech department of innovation and design
2013-17
Nation Tsing Hua University engineering and system science
PROFILE
mail / xavierchen1324@gmail.com mobile / 0986226158
based on body landscape
Fabrication of stingray mechanism
MANTA
MANTA | 2019 / 04
Indicator
Liu Wan Yu
Design Team
ChenChiaAn HuWeiLie LinIaChu ChunChuLin ChenSzuYu
Contribution
3D modeling
Tool
Rhino〠Grasshopper
Process The structure and the movement of stingray is first defined, which then turns into definitions in Grasshopper. Then lots of prototypes is made to test the interactions between human body and the structure.
Grasshopper Fabrication
MANTA | 2019 / 04
operation
front / back team members
MANTA | 2019 / 04
flapping
between privacy and media accessibility
Installtion to ask about the contradiction
Moniton
MONITON | 2019 / 12
Indicator
Clive Eveleigh
Design Team
LinChaoHsin YeChiaYu PonYiLing TsaiChiaChe ChenSzuYu
Contribution
Coding、Form Design
Tool
Arduino、Rhino
Process Moniton is to convey the idea of outrageous invation of privacy with pervasive media nowadays. The combination of a tongue on the fork confounds the dominance and the accessibility to the power.
Arduino Coding #include<Servo.h> #include<math.h> Servo XYservo; int Trigleft = A0; int Echoleft = A1; int TrigRight = A2; int EchoRight = A3; int LReading; int RReading; int XYpos = 90; int sonDist = 10; //10cm float degree; int scale = 5;
void loop() { LReading = GetSonarValue(Trigleft, Echoleft); RReading = GetSonarValue(TrigRight, EchoRight); Serial.println(XYpos); } int GetSonarValue(int TrigPin, int Echopin) { long distance, duration; pinMode(TrigPin, OUTPUT); digitalWrite(TrigPin, LOW); delayMicroseconds(2); digitalWrite(TrigPin, HIGH); delayMicroseconds(10); digitalWrite(TrigPin, LOW);
void setup() { Serial.begin(9600); XYservo.attach(3); XYservo.write(XYpos); }
pinMode(Echopin, INPUT); duration = pulseIn(Echopin, HIGH); distance = duration * 0.0291 / 2; delay(50); return distance; }
MONITON | 2019 / 12
R_
Re ad in g
L_Reading
θ
θ
Moving Object
if (abs(LReading-RReading)>40 ) { //Move Left while (LReading < RReading) { XYpos = 90-(atan2(sonDist, abs(RReading-LReading))*180/3.14)*scale; XYservo.write(XYpos); break; } //Move Right while (LReading > RReading) { XYpos = 90+(atan2(sonDist, abs(RReading-LReading))*180/3.14)*scale; XYservo.write(XYpos); break; }
moniton is monitoring the passenger
MONITON | 2019 / 12
flapping
For Pop-up Exhibition
Wind-driven Kinetic installation
Corridor
Corridor | 2020 / 02
Client
JinLin
Designer
ChenSzuYu
Period
2020.02.05 - 06.30
Tool
Grasshopper
Process This project is asked to design a showroom for a pop-up exhibition, themed as Eternity Time. The design is constructed by unsized chips which will swing side-by-side as the wind sway through. It presents that time is all built by the tiny and the grave events on the scenes.
Grasshopper Fabrication
Wind Simulation
Corridor | 2020 / 02
Installation Scale 8.0 * 3.7 * 3.0 meter
Corridor | 2020 / 02
Alvin Chen