Hide last authors
Stella170101 5.2 1 (% class="row" %)
2 (((
3 (% class="col-xs-12 col-sm-8" %)
4 (((
5 (% class="box infomessage" %)
6 (((
Stella170101 28.1 7 Do you want to one step further and sew LEDs on your pattern so that your design lights up?
Stella170101 2.2 8
Stella170101 28.1 9 On this page you can find out how it works.
Stella170101 5.2 10 )))
11 )))
12
13 (% class="col-xs-12 col-sm-4" %)
14 (((
15 (% class="box" %)
16 (((
Stella170101 28.1 17 **Content:**
Stella170101 5.2 18
19 {{toc depth="2"/}}
20 )))
21 )))
22 )))
23
24
25 (% class="row" %)
26 (((
Stella170101 23.2 27 (% class="col-xs-12 col-sm-8" %)
Stella170101 5.2 28 (((
Stella170101 23.2 29 (% class="box" %)
30 (((
Stella170101 28.1 31 = What do you need? =
Stella170101 5.2 32
Stella170101 28.1 33
Stella170101 5.2 34 (((
Stella170101 28.1 35 * Coin cell
36 * Sewable coin battery holder – ideally with ON-OF switch
37 * Sewable LEDs – I recommend Lilypad LEDs from SparkFun
38 * Conductive thread – ideally embroiderable (otherwise you have to sew it b hand)
39 * Needle
40 * A couple of fixing pinsidea
41 * Scissors
42 * Embroidery thread
43 * Embroidery hoop
44 * Embroidery non-woven fabric
Stella170101 5.2 45
Stella170101 28.1 46 …and of course an embroidery machine
Stella170101 5.2 47 )))
Stella170101 23.2 48 )))
49 )))
Stella170101 5.2 50
Stella170101 23.2 51 (% class="col-xs-12 col-sm-4" %)
Stella170101 5.2 52 (((
Stella170101 23.1 53 [[image:20200722_114226.jpg||class="img-rounded" height="auto" width="400"]]
Stella170101 5.2 54 )))
55 )))
56
57 (% class="row" %)
58 (((
59 (% class="col-xs-12 col-sm-4" %)
60 (((
Stella170101 28.1 61 [[image:glowing design graphic (2).png||alt="LED auf Stoff.png" height="auto" width="500"]]
Stella170101 5.2 62 )))
63
64 (% class="col-xs-12 col-sm-8" %)
65 (((
Stella170101 23.2 66 (% class="box" %)
67 (((
Stella170101 28.1 68 = What must be done? =
Stella170101 5.2 69
Stella170101 28.1 70 In order to sew an LED on your pattern, you have to embroider a conductive thread in addition to the design. You first embroider your design on an extra fabric (gray in the graphic), cut it out like a badge and sew it on another fabric (blue in the graphic) e.g. a small bag, on which you will embroider the conductive thread and also sew the LEDs on.
Stella170101 5.2 71
Stella170101 28.1 72 The design and the conductive thread are embroidered, the LEDs and the battery are sewn on by hand. To sew the design onto the fabric, you can either program a contour and embroider the badge onto the fabric or use a sewing machine.
Stella170101 5.2 73 )))
74 )))
Stella170101 23.2 75 )))
Stella170101 5.2 76
77 (% class="row" %)
78 (((
79 (% class="col-xs-12 col-sm-8" %)
80 (((
Stella170101 23.2 81 (% class="box" %)
82 (((
Stella170101 28.1 83 = Approach with the app: =
Stella170101 5.2 84
Stella170101 28.1 85 Set a variable in the background, which specifies what should be embroidered -> "Embroidered part"
Stella170101 5.2 86
Stella170101 28.1 87 ~1. Program the design
Stella170101 5.2 88
Stella170101 28.1 89 * It should only be called, if the variable "Embroidered part" has the value 1
Stella170101 5.2 90
Stella170101 28.1 91 2. Program the contour (unless you sew the badge on with a sewing machine)
Stella170101 5.2 92
Stella170101 28.1 93 * It should only be called, if the variable "Embroidered part" has the value 1 OR 0.
94 * If it has the value 0 it should be embroidered with a zigzag stitch (length 1 and width 22), otherwise with a running stitch (length 10).
Stella170101 5.2 95
Stella170101 28.1 96 3. Program the course of the conductive thread (unless your thread is not suitable for embroidery, then you must sew it on manually)
Stella170101 5.2 97
Stella170101 28.1 98 * It should only be called if the variable "Embroidered part" has the value 2.
99 * The battery requires 30mm space between the thread, i.e. 150 steps, and the LED a space of 10mm, i.e. 50 steps.
100 * One thread connects all plus poles and one connects all minus poles.
Stella170101 5.2 101
Stella170101 28.1 102 4. Finally, export the program each with the values 0, 1 and 2. Then you should have 3 different programs. (if you embroider everything)
Stella170101 5.2 103
104
Stella170101 28.1 105 The program with the value 1 is to embroider the design on the badge.
Stella170101 5.2 106
Stella170101 28.1 107 The program with the value 0 is to embroider the conductive thread on the bottom fabric.
Stella170101 5.2 108
Stella170101 28.1 109 The program with the value 2 is to sew the badge onto the lower fabric. (unless you use a sewing machine)
Stella170101 5.2 110 )))
Stella170101 23.2 111 )))
Stella170101 5.2 112
113 (% class="col-xs-12 col-sm-4" %)
114 (((
Stella170101 28.1 115 -Picture-
Stella170101 5.2 116 )))
117 )))
118
Stella170101 23.2 119
Stella170101 5.2 120 (% class="row" %)
121 (((
122 (% class="col-xs-12 col-sm-4" %)
123 (((
Stella170101 21.1 124 |(% style="height:100px" %)(((
Stella170101 7.1 125
Stella170101 5.2 126 )))
Stella170101 10.2 127 |(% style="height:300px" %)(((
Stella170101 21.1 128 (% style="text-align:center" %)
129 [[image:elektronik_1.JPG||class="img-rounded" height="auto" width="200"]]
Stella170101 10.2 130 )))
Stella170101 21.1 131 |(% style="height:300px" %)(((
132 (% style="text-align:center" %)
133 [[image:elektronik_2.jpg||class="img-rounded" height="auto" width="200"]]
Stella170101 10.2 134 )))
Stella170101 21.1 135 |(% style="height:300px" %)(((
136 (% style="text-align:center" %)
137 [[image:elektronik_3.JPG||class="img-rounded" height="auto" width="200"]]
138 )))
139 |(% style="height:300px" %)(((
140 (% style="text-align:center" %)
141 [[image:elektronik_4.jpg||class="img-rounded" height="auto" width="200"]]
142 )))
143 |(% style="height:300px" %)(((
144 (% style="text-align:center" %)
145 [[image:elektronik_5.jpg||class="img-rounded" height="auto" width="200"]]
146 )))
147 |(% style="height:300px" %)(((
148 (% style="text-align:center" %)
149 [[image:elektronik_6.jpg||class="img-rounded" height="auto" width="200"]]
150 )))
151 )))
Stella170101 5.2 152
153 (% class="col-xs-12 col-sm-8" %)
154 (((
Stella170101 28.1 155 |(% style="height:100px" %)(% class="box" %)
Stella170101 23.2 156 (((
Stella170101 28.1 157 = Now the needlework: =
Stella170101 5.2 158
Stella170101 23.2 159 (% class="table-striped" %)
Stella170101 28.1 160 (% class="active" %)|(% style="height:300px" %)1. First embroider the program with value 1 onto the fabric for the badge.
161 (% class="active" %)|(% style="height:300px" %)2. Then cut along your outline. Leave about half a centimeter blank.
162 (% class="active" %)|(% style="height:300px" %)3. Next, pick up the bottom fabric. Then embroider your program with value 0 with the conductive thread on it. Sew the LEDs to the right place by hand. Make sure that all negative poles and all positive poles are connected separately. The two threads must not touch.
163 (% class="active" %)|(% style="height:300px" %)4. So that the whole thing also gets power, sew the battery holder on the back of your lower fabric. Make sure that you connect the poles correctly: minus to minus - plus to plus.
164 (% class="active" %)|(% style="height:300px" %)5. Now take your badge and embroider it with your program with value 2 on the lower fabric. Alternatively, you can of course sew it on with a sewing machine. Pin the badge to the bottom fabric with a few fixing pins beforehand so that the badge does not slip.
165 (% class="active" %)|(% style="height:300px" %)6. Finally insert your battery - **done**.
Stella170101 23.2 166
Stella170101 10.2 167
Stella170101 5.2 168 )))
169 )))
Stella170101 23.2 170 )))