5. E-TEXTILES¶
RESEARCH
¶E-textiles (or electronic textiles) are fabrics that incorporate electronics and digital components into their fibers, enabling interaction with the environment or the wearer. The development of e-textiles began in the 1990s, with early innovations emerging from MIT’s Media Lab, where researchers pioneered the concept of embedding electronics into fabric. This early work laid the foundation for the integration of conductive threads, wearable circuits, and soft sensors into textiles, making them responsive and interactive. E-textiles have since expanded across industries, from fashion and art to medical technology and wearable computing. These textiles are often used for biometric monitoring, light displays, and haptic feedback in a soft, flexible form, eliminating the need for rigid, bulky hardware. With ongoing advancements in conductive materials and wearable microcontrollers—such as the Arduino FLORA used in this project—e-textiles continue to evolve, offering endless possibilities for interactive and responsive garment design (MIT, 2020).
WTF IS ELECTRICITY?
There are three very basic concepts that are crucial when talking about electricity:
- 𖡎 electric charge,
- 𖡎 electric current,
- 𖡎 electric circuit,
Electric charge is a fundamental property of matter, though its exact nature is still not fully understood by physicists. Two key particles within atoms — protons and electrons — carry electric charge. Protons have a positive charge, while electrons carry a negative charge.
Electric current refers to the flow of electric charge, which occurs when electrons move from one atom to another. This is something we encounter daily—when you turn on a light switch, electric current flows through the wire to the light, illuminating the room.
Some materials allow electric current to flow more easily than others. Materials that allow current to pass through them easily are called conductors, while those that resist the flow of current are known as insulators.
Electric circuit is a closed loop that allows electric current to flow through it. A simple circuit typically includes a power source (like a battery), a device (like a lamp), and a conductor (such as a wire) connecting them, creating a pathway for the current to travel (Dummies).
Energy is measured in Jules (J), voltage in Volts (V) and Charge in Coulombs(C).
Georg Ohm discovered the relationship between voltage (V), resistance (R), and current (I), expressed by the formula called Ohm’s law:
V=I⋅R
This means that when resistance is very high, the current becomes very small, and if the current is zero, it indicates an open circuit. On the other hand, when resistance is nearly zero, the current can become extremely large, which can result in a short circuit (Dummies, 2016).
CAN I RECYCLE E-TEXTILES?
In the paper "Design for Recycling of E-Textiles: Current Issues of Recycling of Products Combining Electronics and Textiles and Implications for a Circular Design Approach" by Elisabeth Eppinger et al. (2022), the authors highlight the challenges of recycling e-textiles due to the complex integration of electronics and textiles. E-textiles combine conductive fibers, sensors, and electronic components with fabrics, making them difficult to disassemble and process in standard recycling streams. Current recycling infrastructure struggles with separating these intertwined materials, leading to a significant environmental impact when these products are disposed of. The authors emphasize the need for a circular design approach, where products are designed with their end-of-life in mind, allowing for easier disassembly, material recovery, and recycling. They suggest innovative strategies like modular electronics, biodegradable components, and improved material identification to reduce waste and improve the sustainability of e-textiles. This circular approach could significantly reduce e-waste and contribute to more sustainable production and consumption patterns in the growing field of wearable technology.
WTF IS BIOENERGY?
Bioenergy can be produced from discarded fruits and vegetables, demonstrating an innovative approach to sustainable energy generation. By utilizing the natural organic compounds found in fruit waste, such as sugars and acids, bioelectricity can be generated through microbial fuel cells (MFCs). In these cells, microorganisms break down the organic matter, releasing electrons that create a flow of electric current. This process effectively turns food waste into a renewable energy source, reducing both waste disposal issues and reliance on traditional fossil fuels. The study shows promising results in using fruit waste, such as banana peels and orange peels, to generate small but significant amounts of electricity, highlighting the potential for bioelectricity as part of a circular economy. This approach not only offers an environmentally friendly way to repurpose food waste but also opens up new possibilities for sustainable energy solutions (Flores et al., 2021).
- 𖡎 [Kobakant](https://www.kobakant.at/DIY/)
- 𖡎 [SparkFun](https://www.sparkfun.com)
- 𖡎 [DigiKey](https://www.digikey.es/en)
- 𖡎 [AdaFruit](https://www.adafruit.com)
- 𖡎 [AdaFruit Wearables](https://learn.adafruit.com/category/wearables)
PROJECT
¶This week was really challenging. I found it frustrating that none of the projects from previous years seemed satisfying enough to build upon. Initially, my idea was to create a bracelet or choker with material spikes that would react to proximity sensors—the closer someone came, the more the spikes would rise. I also wanted to integrate music, so that as people approached, songs of screaming Marilyn Manson would grow louder, intensifying the sense of discomfort and intrusion.
The idea was to explore the concept of sensory overload in everyday life. The loud, aggressive music symbolizes overstimulation, while the spikes stand for the defensive mechanisms people develop to shield themselves from the overwhelming nature of social interactions. Inspired by the pufferfish, the spikes serve as a visual warning to maintain distance, while the music reflects the rising pressure that builds inside.
Unfortunately, my initial idea was too ambitious, which led me to rethink my approach. I decided to create something simpler that still reflects some sort of pain or discomfort. I came up with the idea of HURT.
HURT – SYMBOLIC MEANING
- 𖡎 The safety pins symbolize a dystopian way of holding things together.
- 𖡎 The design metaphorically representing how we hold ourselves together despite the wounds of life.
- 𖡎 The hidden ‘bloody’ fabric and red LED light symbolize the unseen pain that comes to light when pressure is applied, showing the fragility underneath.
- 𖡎 The light underneath emphasizes that the pain is always there, even if it’s not fully visible.
DIGITAL AND ANALOG SENSORS
¶The digital soft sensor was created using capacitive touch sensors. These were embedded around the fabric "wound," allowing interaction by simply pressing the fabric to trigger changes in light intensity.
The analog sensor was a pressure sensor made from conductive fabric and velostat, placed underneath the denim layer. The pressure applied to the surface alters the sensor’s resistance, which is read by the Arduino’s AnalogRead function to adjust the brightness of the light underneath the "wound."
SENSOR READINGS WITH ANALOGREAD
The sensor readings were documented using the AnalogRead function in Arduino. The pressure sensor provided variable values based on the intensity of the touch, allowing for real-time interaction. The readings ranged from 0 to 1023, with lower values when less pressure was applied and higher values when more pressure was exerted.
Here’s the sample Arduino code to capture the sensor readings:
INTEGRATION INTO TEXTILE SWATCHES
Both the digital and analog sensors were integrated into a textile swatch. It is representing a dystopian aesthetic, used denim with a "wound" hole and blood-stained red fabric beneath. Touch sensors were embedded around the wound to control the red LED light underneath. It increases as more pressure is applied to the wound area.
Hard-soft connections were established by sewing conductive thread to the sensors, leading to a small FLORA Arduino board connected to the textile.
CIRCUIT AND SCHEMATIC DOCUMENTATION
The circuit schematic for the project includes:
- 𖡎 Capacitive touch sensors connected to digital pins on the Arduino.
- 𖡎 The pressure sensor connected to an analog pin.
- 𖡎 Red LEDs controlled by both types of sensors.
- 𖡎 Power supply via a small LiPo battery to keep the project wearable.
ARDUINO CODE
¶REFERENCES
- 𖡎 Dummies (no date) Electronics Basics: Fundamentals of Electricity. Dummies. Available at: https://www.dummies.com/article/technology/electronics/general-electronics/electronics-basics-fundamentals-of-electricity-180218/ [Accessed 18/10/2024].
- 𖡎 Dummies (2016) Electronics Measurement: Ohm’s Law. Dummies. Available at: https://www.dummies.com/article/technology/electronics/general-electronics/electronics-measurement-ohms-law-180095/?keyword=ohm [Accessed 18/10/2024].
- 𖡎 MIT Media Lab (2020) Project Overview: A tailored, electronic textile conformable suit for large-scale spatiotemporal physiological sensing in vivo. MIT Media Lab. Available at: https://www.media.mit.edu/projects/a-tailored-electronic-textile-conformable-suit/overview/ [Accessed 18/10/2024].
- 𖡎 Eppinger, E. et al. (2023) ‘Design for Recycling of E-Textiles: Current Issues of Recycling of Products Combining Electronics and Textiles and Implications for a Circular Design Approach’, Recycling Strategy and Challenges Associated with Waste Management Towards Sustaining the World [Preprint]. Available at: https://doi.org/10.5772/intechopen.107527.
- 𖡎 Flores, S.R. et al. (2021) ‘Generation of Bioelectricity from Organic Fruit Waste’, Environmental Research, Engineering and Management, 77(3), pp. 6–14. Available at: https://doi.org/10.5755/j01.erem.77.3.28493.
Code Example¶
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
}
Results¶
Video¶
From Vimeo¶
Sound Waves from George Gally (Radarboy) on Vimeo.