Schlagwort: LED Dress

  • Electronics embedded in elastomer enabled this exotic dress

    Electronics embedded in elastomer enabled this exotic dress

    Reading Time: 2 minutes

    Integrating electronic components into textiles is usually a challenge, as they are rigid and most textile applications require flexibility. But new materials and fabrication processes are changing that dynamic. FashionTech designer Anouk Wipprecht and Chromatic 3D Materials were able to take advantage of those to develop this futuristic, motion-activated dress illuminated by embedded LEDs and circuitry.

    75 soft, flexible domes cover the body of the dress. Those contain LEDs and light up in response to people around it. And unlike similar designs, this garment is able to conform to the wearer thanks to the use of innovative new materials.

    The most notable of those materials is Chromatic’s ChromaFlow 70, which is a type of polyurethane resin meant for Reactive Deposition Modeling (RDM) 3D printing. The RDM process combines the benefits of conventional resin 3D printing with Fused Deposition Modeling (FDM) by extruding layers of viscous resin that are immediately cured. ChromaFlow 70 is very strong and flexible, making it perfect for this application. And RDM is the ideal process, as it is possible to print directly onto the underlying textile while pausing to allow for placement of the electronic components.

    The illumination comes from Adafruit Flora RGB NeoPixel V2 LEDs, controlled by an Arduino UNO R4 and Nano board. Those are able to detect movement via a proximity sensor.

    Wipprecht and Chromatic 3D created this stunning dress for the Formnext convention in Frankfurt, Germany, where it will be on display from November 7th to November 10th in Hall 12.1.

    The post Electronics embedded in elastomer enabled this exotic dress appeared first on Arduino Blog.

    Website: LINK

  • This maker designed an interactive LED-lit dress inspired by Katniss Everdeen’s

    This maker designed an interactive LED-lit dress inspired by Katniss Everdeen’s

    Reading Time: 2 minutes

    This maker designed an interactive LED-lit dress inspired by Katniss Everdeen’s

    Arduino TeamDecember 16th, 2021

    Inspired by Katniss Everdeen’s burning dress from the Hunger Games series, Cindy Li set out to create her own version that uses fabric-attached LEDs to both simulate fire when movement is detected and illuminate in other ways when a certain button is pressed.

    This light-up dress was based around two development boards: a Circuit Playground Bluefruit from Adafruit that handles the lights and an Arduino Nano RP2040 Connect, which connects to a sensor, some buttons, and a speaker for extra functionality. Li started building this project by sewing the Circuit Playground onto he fabric and then running a strip of individually addressable LEDs in an arch shape, with conductive thread tying it all together. Next, the Nano RP2040 Connect was wired to the speaker, buttons, and APDS-9960 sensor and placed within a custom-cut acrylic enclosure. Finally, another string of LEDs was wrapped around the bottom of the dress to act as the “fire” component. 

    Once the hardware was finished being sewn onto the dress, licjn moved to the programming step. Her dress has three modes: color matching which uses the APDS-9960 to sense color and recreate it on the LEDs, an “alarm system” that turns the lights red when close to something, and the fiery transformation that senses when the user is spinning and displays an orange glow underneath. As a bonus, a simple tag game was implemented which can be played with flashlights and gives the wearer a certain number of “lives” before they lose. 

    To see more regarding this interactive wearable project, you can read about it here on Instructables or watch Li’s demo below!

    Website: LINK