5. E-Textiles and Wearables I¶
Inspiration¶
Vocab¶
Helpful videos¶
Multimeter¶
AC = Alternative current (current we have at home) -> Electrons travel from + to - and - to +
DC = Direct current (current from adaptator) -> Electrons only travel from + to -
• Battery is measured in DC
Polarity = sense of current flow
To check continuity = Plug the aligator pince to the cables of a circuit to see if it is well connceted and that the current flow, it will make a bip sound
- To measure parrallel circuits, you put your aligator pince in parrallel
- To measure serie circuits, you put your aligator pince in serie
- To measure ampere you need to your circuit to be close
- You can measure your resistor with a multimeter or with the color code
Arduino¶
Arduino basics¶
- Download Arduino
- Connect to the computer -> Tools -> Board Arduino -> Genuino Uno -> Port USB -> USB.modem
- To verify that the Arduino is connected: File -> Exemples -> Basics -> Blink / New window open -> Verify -> Upload (led on board blink)
- When you wrtie ''' // ''' it is just a note for you, it does not count as a code
- To change the speed of the blink, change the delay time (in miliseconds)
To change ground from board:¶
- Take one cable and connect from GND from Arduino board to - from protboard
- Connect another wire to 5V front Arduino board to + from protoboard
- See datasheet for red ed (1.8-2.2), change and connect to 3V to lower voltage power
- Add resistence to lower voltage from 3.3V to 2.2V
- Put resistence in 2 different horizontale lines
- Led + in 1 horizontale with resistence
- Led - in other horizontale
- Take wire and put in + to resistence. Another wire with led to _, led lights up
To connect led to a pin:¶
- + wire (next to resistence) connect to pin 7
- - wire (next to led) connect to GND
- In computer tell Arduino that the led will connect to pin 7 -Int. led = 7 -PinMode (LED, OUTPUT) -Digital Write (LED, HIGH) -Digital write (LED, LOW)
- Upload
To fade led:¶
- Exemple -> Basic -> Fade
- Change your int. LED = ? (Analog has to have ~)
- Upload
Add a button to the circuit:¶
- Connect button in the middle
- Connect wire GND to pin 8 to 1 side button
- Connect 5V to +
- Connect GND to -
- Connect other side button to +
- Connect resistence other side button to whatever
- Connect wire to other resistence side to -
- Connect - led side to - ground
- Change your pins to correct pin N.
Sensors¶
Analog vs. digital¶
Analog: Sensor, we can use resistence to get a broader range of values. By allowing more current to get through, you can change the brightness of a LED, the frequency of the sound, or the speed of a motor.
Digital: Switch is a break in a circuit. Since the circuit is not complete, no electricity can flow to the components.
Types of sensors¶
Switches:
-
Momentary (Push buttons), stays open as long as you hold them by pressing conductive materials into contact.
-
Toogle, press, zip, slide,... 2 pieces of conductive material together.
-
Tilt, a conductive bead or pompom makes contact with conductive fabric patches.
-
Stroke, close the circuit by pressing conductive material into contact.
Sensors:
-
Pressure, when pressed the resistence decreases allowing more electricty to flow through the circuit. Use this to track pressure of weight.
-
Bend, resistance decreasys as bent and more contact is made. For measuring joint movement.
-
Potentiometer, adjust resistence by connecting conductive and resistive materail through a wiper at different point of the circuit. (the farther away the more resistance)
-
Stretch, the more a resistive material is stretched, the more its resistance will decrease because it has more surface area to cover.
-
Accelerometer, the weight at the end pulls and stretches the crochet and knitted structure as it gets accelerated.
Materials¶
-
Copper wire
- Comes in various sizes
- Insulated: You can use sand paper to make it conductive
- Use in the bottom bobbin
-
Karl grim
- Thread is soldable
- It is like a cable (super conductable)
-
Eonyx stretchy fabric
- Can handle heat
- Very good conductivity
-
Conductive wool
- It works like a sensor by itself as when you press it the OHM change
-
Nitinol
- Thread that make fabric change shape with heat
• Conductive fabrics are also antibacterial and are used a lot as a electromagnetic shield.
• To see if a material is conductive take a multimeter and touch the material with your pince and it will bip.
Properties to consider will choosing a conductive material¶
- Resistance
- Stretchiness
- Solderability
- Feel
- Substrate + Productive process
- Thickness (for thread: can you put in machine?)
Where to find the materials¶
Samples¶
Sample 1 - Button¶
Sample 2 - Zipper¶
Glove project¶
This is the circuit embroidery for the digital embroidery machine that I designed with the program PULSE.