Skip to content

5. E-textiles

Research

Starting this e-textile week has been an exciting journey into the fusion of electronics and textiles. Exploring how conductive materials can be integrated into fabrics has sparked endless creative possibilities. The ability to bring textiles to life with LEDs, sensors, and interactive circuits feels like opening a door to a new realm of innovation in fashion and design. It’s fascinating to see how traditional techniques like knitting, weaving, or embroidery can merge with modern technology to create functional, responsive, and aesthetically captivating pieces. This week has truly broadened my perspective on what textiles can achieve.

Besides reminiscing, I found these projects both inspiring and captivating.

alt text

1 text

2 text

3 text

4 text

5 text

BASIC ELECTRONIC CIRCUITS

alt text

KEY WORDS

Circuit: A complete circular path that electricity flows through.

Current: A flow of charged particles, such as electrons or ions, moving through an electrical conductor or space.

Resistance: A measure of the opposition to current flow in an electrical circuit. Measured in Ohms(Ω).

Trace: A pathway for electricity to flow.

Voltage: THe pressure from an electrical circuit's power source that pushes charged electrons (current) through a conducting loop, enabling them to do work such as illuminating a light.

ELECTRONICAL SYMBOLS AND TERMS

alt text

Resister:An electrical device which resists current flow regardless of frequency. Basic unit of measurement is Ohm.

Capacitor: A pair of parallel "plates" separated by an insulator (the dielectric). It stores an electric charge, and tends to pass higher frequencies more readily than low frequencies. Does not pass direct current, and acts as an insulator. Electrically it is the opposite to an inductor. Basic unit of measurement is the Farad, but is typically measured in micro-farads (uF = 1 x 10-6F) or nano-farads (nF - 1 x 10-9 F)

Diode: A semiconductor device that essentially acts as a one-way switch for current. It allows current to flow easily in one direction, but severely restricts current from flowing in the opposite direction.

Transistor: A miniature semiconductor that regulates or controls current or voltage flow in addition amplifying and generating these electrical signals and acting as a switch/gate for them.

Cell: one section of a battery.

alt text

Ground: A reference point that carries a voltage of 0V. Voltage measurements are relative measurements.

Fuse: A safety device that operates to provide overcurrent protection of an electrical circuit.

Circuit Breaker: A switch that automatically interrupts the current of an overloaded electric circuit, ground faults, or short circuits.

Inductor: A coil of wire which exhibits a resistance to any change of amplitude or direction of current flow through itself. Inductance is inherent in any conductor, but is "concentrated" by winding into a coil. An inductor tends to pass low frequencies more readily than high frequencies. Electrically it is the opposite of a capacitor. Basic unit of measurement is the Henry (H), in crossover networks it will typically be measured in milli-henrys (mH = 1 x 10-3H) and for RF micro-henrys (uH) are common.

Transformer: A passive component that transfers electrical energy from one electrical circuit to another circuit, or multiple circuits. It steps up or steps down voltage.

Relay: A switch that uses electromagnetism to convert small electrical stimuli into larger currents.

Generator: A machine which transforms mechanical energy or magnetic energy into electric energy.

DIGITAL CIRCUIT

Digital Circuit is a circuit where the signal must be one of two discrete levels. It's discontinued and acts like a switch where each level is interpreted as one of two different states for example, on/off, 0/1

alt text

ANALOG CIRCUIT

Analog, or linear, circuits typically use only a few components and are thus some of the simplest types of ICs. Generally, analog circuits are connected to devices that collect signals from the environment or send signals back to the environment.

alt text

What are the differences between a digital and an analogue circuit?

  1. The current and voltage of an analogue circuit are constant over a cycle, whereas in a digital circuit they pulsate and change.

  2. Analogue and digital circuits are also carriers of signal changes. Analogue circuits operate by amplifying and reducing the signal in the circuit through the amplification characteristics of the components (e.g. triodes), whereas digital circuits operate by switching the signal (e.g. triodes).

  3. In analogue circuits, voltage, current frequency and period are mutually constrained, whereas in digital circuits the change in voltage, current frequency and period in the circuit is discrete.

  4. Analogue circuits can operate at high voltages with high currents, whereas digital circuits only operate at low voltages with low currents and low power consumption. to complete or produce a stable control signal.

  5. The analog circuit supplies the power to the digital circuit and executes the actuator. The digital circuit, on the other hand, completes the entire circuit operation process through its unique logic operation. Therefore, if we have a clear understanding of the boundaries between digital and analogue circuits in maintenance, we can be more comfortable and convenient.

TYPES OF CIRCUIT CONNECTION

Series circuit

series circuit, any electrically conducting pathway comprising an electric circuit along which the whole current flows through each component. The total current in a series circuit is equal to the current through any resistor in the series

alt text

parallel circuit

A parallel circuit is one that has two or more paths for the electricity to flow, the loads are parallel to each other

alt text

RESISTOR COLOR CODING

The resistor color code calculator makes it easy to identify and select resistance and tolerance values for 4, 5, and 6 band through hole resistors.

alt text

## First Experiment

For my first experiment, I set out to create a straightforward circuit using LEDs, a power supply, and a resistor. The goal was to understand the basic principles of circuit design and how these components interact with one another. I began by gathering all the necessary materials, ensuring I had a variety of LEDs to experiment with different colors and brightness levels. I connected the power supply, carefully choosing the voltage to match the requirements of the LEDs to avoid any potential damage. alt text

TOOLS

1 LED

2 Batteries

3 Resistance

4 Jumper wires

5 Breadboard

6 Yarn

7 Crochet

8 Arduino IDE

9 Push button

10 Arduino nano board

Reading the analog sensor with Arduino

This part was a bit confusing to me, I recently experimented with controlling five LEDs using a variable resistor, which allowed me to adjust their brightness. The variable resistor acts as a dimmer, varying the amount of current flowing through each LED. As I tweaked the resistor, I could see the brightness levels of the LEDs changing in real-time, giving me a better understanding of how resistance affects electrical circuits. This was an exciting challenge, as it allowed me to explore both the hardware and the principles of electronics, adding more complexity to my previous experience with basic circuits.

A variable resistor, also known as a potentiometer or rheostat, is an electrical component that allows you to adjust the resistance in a circuit manually. By changing the resistance, it controls the flow of electrical current, which can be used to adjust the brightness of LEDs, the speed of motors, or the volume in audio devices. In essence, a variable resistor provides the flexibility to fine-tune the output of electronic devices by altering the amount of current passing through them without needing to change the circuit design. here is some codes I used to bink this LEDs

alt text

and circuit used to blink 5 LED with variable resistor

alt text

A potentiometer can be integrated into e-textile projects as an analog sensor to control outputs like LEDs or motors. By turning the potentiometer, the resistance changes, adjusting the voltage sent to a microcontroller's analog pin. This voltage is read as a value between 0 and 1023, allowing precise control. In e-textiles, the potentiometer can be stitched into the fabric using conductive threads or soft sensors, making it a simple yet effective way to interact with wearable electronics, such as adjusting LED brightness

alt text

Reading digital sensor Arduino

A pushbutton is a simple mechanical switch that can be integrated into e-textiles to control electronic components. When pressed, the pushbutton completes the circuit, allowing current to flow and sending a HIGH signal (ON state). When released, it breaks the circuit, sending a LOW signal (OFF state). In e-textiles, pushbuttons can be sewn onto fabric using conductive thread to create interactive surfaces. They are commonly used to trigger LEDs, motors, or sensors, making them ideal for wearable projects. For example, a pushbutton could turn lights on and off in a garment or activate specific functions in an interactive textile design.

alt text

In my e-textile project, I decided to use a pushbutton as a digital sensor. A pushbutton works in two states: ON and OFF, sending either a HIGH or LOW signal to the microcontroller. When pressed, the button completes the circuit and triggers the ON state, while releasing it sets the circuit back to the OFF state. This simple digital input can be used to control LEDs, motors, or other components in the textile, such as turning lights on and off or triggering specific actions. The pushbutton's binary nature makes it reliable and easy to integrate into wearable electronics.

alt text

Tutorials

1 Ardunio Built-in Examples Collection of tutorials to learn the basics of Arduino. All code examples are available text

2 E-Textile Swatchbook text

3 E-Textiles Fabricademy text

4 Electronics and Sensors text