extremely useful system #0 – hanger | 終極有用系統 #0 – 衣架
Micro processor, IR sensor, Stepper motor, hanger, gloves
2016
video view
in Extremely useful system #0 hanger. Stepper motors are driven by micro-controller with a wood stick and bended hanger wire embedded on the axis of the stepper motors. A glove is one the top of hanger to imitate the motion of “the Sign of the horns”in band show , but a mechanical one.
非常に有用なシステム #0 – ハンガーでは、ステッピングモーターの軸に木製棒と曲げたハンガーワイヤーを埋め込み、マイクロコントローラーで駆動する。ハンガー上部に手袋を装着し、バンドショーにおける「角のサイン」の動きを模倣するが、これは機械的な動作である。
extremely useful system #0 @ Big Wind Blow - Rossi Rossi




sketch

Making of
development @Floating Projects 2015
# 0 - with a bended shirt holder from wongchunhoi9 on Vimeo.
# 0 - day 2 from wongchunhoi9 on Vimeo.
# 0 - day 3 from wongchunhoi9 on Vimeo.
#0 + #1 from wongchunhoi9 on Vimeo.
extremely useful system #0 @hardworking burning electricity (part1) from wongchunhoi9 on Vimeo.
2025
the code
#define directionPin 2
#define stepPin 3
#define flckerSpeed 1
#define stepsPerRevolution 200
  
// #define steps 0.3
// float steps;
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(directionPin, OUTPUT);
pinMode(stepPin, OUTPUT);
Serial.begin(9600);
}
  
// the loop function runs over and over again forever
void loop() {  
    // float steps = random(2,5)/10.0;
    float steps = 0.4;
    Serial.println(steps);
    for (int i = 0 ; i<steps * stepsPerRevolution; i++) {
        digitalWrite(directionPin, LOW); // turn the LED on (HIGH is the voltage level)
        digitalWrite(stepPin, HIGH); // turn the LED on (HIGH is the voltage level)
        delay(flckerSpeed); // wait for a second
        digitalWrite(stepPin, LOW); // turn the LED off by making the voltage LOW
        delay(flckerSpeed); // wait for a second
    } //
    for (int i = 0 ; i<steps * stepsPerRevolution; i++) {
        digitalWrite(directionPin, HIGH); // turn the LED on (HIGH is the voltage level)
        digitalWrite(stepPin, HIGH); // turn the LED on (HIGH is the voltage level)
        delay(flckerSpeed); // wait for a second
        digitalWrite(stepPin, LOW); // turn the LED off by making the voltage LOW
        delay(flckerSpeed); // wait for a second
    } //
}
schematic
exhibition record
- Big Wind Blow 大風吹 | Rossi & Rossi, Hong Kong
- 勤力費電 Hardworking burning electricity – 王鎮海 不求人展 wong chun hoi solo exhibition | Floating Projects, Hong Kong
- Videotage in NEW PLATFORM - Alternative ASIA: mind the _____, Art Center NEW, Japan