Sieh dir diesen Beitrag auf Instagram an

Ein von @kollektiv.unproduktiv geteilter Beitrag

kollektiv unproduktiv
The idea was to craft a costume for a streetperformance, passengers could react to nonverbally. Through te contact with a touchsensor hidden in a glove the LEDs in the costume would be triggered . The LEDs wind around a Boxer_Body* and are connected with recycled cable. In order not to waste any of the LEDs i cut the copper contacts in half.Unfortunately this made it difficult to create a stable connection. Even the hotglue protection isn´t enough.Because of this, loose contact quickly occurs, which triggers a red flickering of the light and leads to a total failure from the defective point.

Translated by a cyborg with the help of Google
Cyborg costu
me
Die Idee war ein Kostüm für eine cyborg-Straßenperformance zu basteln, dass nonverbal auf die Passant*innen reagiert. Durch die Berührung eines in einem Handschuh versteckten touchsensors sollten die Leds im Kostüm ausgelöst werden. Die Leds umwinden einen Boxer_Body* und sind verbunden mit recycleten Kabeln. Um keine Led zu verschwenden habe ich die Kupferkontakte in der hälfte durchgeschnitten. Leider hat das zur Folge, das es sehr schwer ist stabile Verbindungen herzustellen. Auch der Heißklebe Schutz ist nicht ausreichend. Deswegen kommt es schnell zu Wackelkontakten das ein rotes Flackern des Lichts auslöst und bis zu gesamt Ausfall ab der defekten Stelle führt.
The idea was to create a costume for a cyborg street performance that reacts non-verbally to passers-by. By touching a touch sensor hidden in a glove, the lights in the costume should be triggered. The Leds wrap around a Boxer_Body* and are connected with recycled cables. To avoid wasting leds I cut the copper contacts in half. Unfortunately, this has the consequence that it is very difficult to make stable connections. Also the hot glue protection is not sufficient. Therefore, it quickly comes to loose contacts that triggers a red flickering of the light and leads to total failure from the defective point.

Translated with www.DeepL.com/Translator (free version)
#include
#include // COMMENT OUT THIS LINE FOR GEMMA OR TRINKET

#define NUMPIXELS 144 // Number of LEDs in strip

// Here's how to control the LEDs from any two pins:
#define DATAPIN 6
#define CLOCKPIN 12
Adafruit_DotStar strip(NUMPIXELS, DATAPIN, CLOCKPIN, DOTSTAR_BRG);

void loop() {
if (digitalRead(10) == HIGH)
{
setStripLED0to6();
setStripLED7to12();
setStripLED13to18();
setStripLED19to24();
setStripLED25to30();
setStripLED31to36();
setStripLED37to42();
setStripLED43to48();
setStripLED49to54();
setStripLED55to60();
setStripLED61to66();
setStripLED67to72();
setStripLED73to78();
setStripLED79to84();
setStripLED85to90();
setStripLED91to96();
setStripLED97to102();
setStripLED103to108();
setStripLED109to114();
setStripLED115to120();
setStripLED121to126();
setStripLED127to132();
setStripLED133to138();
setStripLED139to144();


} else {
resetStrip();
Serial.println ( "sensorAus" );
count += 1;
}
delay(5);
}

request full code via email: kollektiv.unproduktiv(at)posteo.de
*Boxer_Body by Smy Lifehacks: