<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Klog: Kathy Reid's Blog &#187; Knitting</title>
	<atom:link href="http://blog.kathyreid.id.au/category/knitting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kathyreid.id.au</link>
	<description>Posts on ITIL, Kepner Tregoe, knitting, PHP and other free and open source (FOSS) tools</description>
	<lastBuildDate>Mon, 23 Jan 2012 05:04:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Lilypad Arduino LightScarf</title>
		<link>http://blog.kathyreid.id.au/2011/07/11/lilypad-arduino-lightscarf/</link>
		<comments>http://blog.kathyreid.id.au/2011/07/11/lilypad-arduino-lightscarf/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:42:11 +0000</pubDate>
		<dc:creator>KathyReid</dc:creator>
				<category><![CDATA[Knitting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[lilypad]]></category>
		<category><![CDATA[lilypad arduino]]></category>

		<guid isPermaLink="false">http://blog.kathyreid.id.au/?p=411</guid>
		<description><![CDATA[Working with Lilypad Arduino is something I&#8217;ve wanted to try for a while now &#8211; but simply haven&#8217;t found the time! Knowing that BarCampGeelong was only a few weeks away spurred me into action. First, I read up on the Lilypad Arduino tutorials from Leah Buechley. Running Ubuntu, I had already installed the Arduino IDE [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2011%2F07%2F11%2Flilypad-arduino-lightscarf%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2011%2F07%2F11%2Flilypad-arduino-lightscarf%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Working with <a href="http://www.arduino.cc/en/Main/ArduinoBoardLilyPad">Lilypad Arduino</a> is something I&#8217;ve wanted to try for a while now &#8211; but simply haven&#8217;t found the time! Knowing that <a href="http://barcampgeelong.org">BarCampGeelong</a> was only a few weeks away spurred me into action. First, I read up on the <a href="http://web.media.mit.edu/~leah/LilyPad/">Lilypad Arduino</a> tutorials from Leah Buechley. Running Ubuntu, I had already installed the Arduino IDE from the software manager, so I was good to go.</p>
<p>So, what sort of project was simple enough to allow me to get the hang of this new technology while still presenting enough of a challenge to be interesting? I decided on a scarf that would detect light levels, with the aim of turning on some bright white LEDs if light levels were too low.</p>
<p>First, I needed a scarf. I decided on this <a href="http://www.ravelry.com/patterns/library/dropped">Dropped! lace openwork pattern</a> so that the components could be sewn in with conductive thread and not look out of place. I also thought about what type of material to make the scarf out of &#8211; in case any of the electronic components overheated and melted or caught on fire. I chose a 98% wool blend &#8211; &#8216;Beulah&#8217; by Sean Sheep &#8211; nice and cheap too in case the project didn&#8217;t work out.</p>
<p>Next, I needed some Arduino Lilypad components &#8211; which are now available in Australia from <a href="http://littlebirdelectronics.com/">Little Bird Electronics</a>. For this project, I used;</p>
<ul>
<li>Lilypad main board - <a href="http://littlebirdelectronics.com/products/lilypad-arduino-328-main-board">http://littlebirdelectronics.com/products/lilypad-arduino-328-main-board</a></li>
<li>Lilypad light sensor - <a href="http://littlebirdelectronics.com/products/lilypad-light-sensor">http://littlebirdelectronics.com/products/lilypad-light-sensor</a></li>
<li>Lilypad e-sewing kit with conductive thread - <a href="http://littlebirdelectronics.com/products/lilypad-e-sewing-kit">http://littlebirdelectronics.com/products/lilypad-e-sewing-kit</a></li>
<li>Lilypad power supply - <a href="http://littlebirdelectronics.com/products/lilypad-power-supply">http://littlebirdelectronics.com/products/lilypad-power-supply</a></li>
</ul>
<div>Then, I needed some Arduino code to read in the light sensor and do the logic for turning on the LEDs &#8211; <a href="https://github.com/KathyReid/ArduinoLightDetectingScarf">you can get the code from my page on GitHub</a>. Once the Arduino board was programmed, it was time to sew in the components with conductive thread. It was here that some problems arose. My original plan was to have 5 LEDs on the scarf, which all lit up at the same time. When sewing the conductive thread, I found that I could only sew in one LED to the -tive terminal (ground) petal on the Lilypad Arduino.</div>
<div><em>NOTE: Andy Gelme (@Geekscape) has since given me some advice on working around this, by finding alternative methods to ground the LEDs. I just haven&#8217;t implemented it yet!</em></div>
<div>The other problem was that due to the openwork design of the scarf itself, some of the conductive thread was prone to crossing &#8211; which meant that the circuit didn&#8217;t work as designed. I unpicked the thread and it was resewn, with care given to making sure the wire did not cross.</div>
<div>The presentation given to BarCampGeelong can be found on Slideshare here;</div>
<div><a href="http://www.slideshare.net/KathyReid/not-your-nannas-knitting-my-first-lilypad-arduino-project">http://www.slideshare.net/KathyReid/not-your-nannas-knitting-my-first-lilypad-arduino-project</a></div>
<div></div>
<p>UPDATED: Photos!<br />
<a href="http://www.flickr.com/photos/kathyreid/sets/72157627158152752/">http://www.flickr.com/photos/kathyreid/sets/72157627158152752/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kathyreid.id.au/2011/07/11/lilypad-arduino-lightscarf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ben&#8217;s Finagle hat</title>
		<link>http://blog.kathyreid.id.au/2011/06/18/bens-finagle-hat/</link>
		<comments>http://blog.kathyreid.id.au/2011/06/18/bens-finagle-hat/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 13:45:54 +0000</pubDate>
		<dc:creator>KathyReid</dc:creator>
				<category><![CDATA[Knitting]]></category>

		<guid isPermaLink="false">http://blog.kathyreid.id.au/?p=405</guid>
		<description><![CDATA[A part of craft it forward, I made a lovely Finagle scarf for Ben, but had 100g of 12ply bulky yarn left over. Wanting to make a hat to match the scarf, the following pattern was improvised. Needles: 5.5m (done using magic loop on KnitPro interchangeables) Yarn: 100g 12ply Pattern: Cast on 84 stitches, join [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2011%2F06%2F18%2Fbens-finagle-hat%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2011%2F06%2F18%2Fbens-finagle-hat%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A part of craft it forward, I made a lovely <a href="http://www.ravelry.com/patterns/library/finagle">Finagle</a> scarf for Ben, but had 100g of 12ply bulky yarn left over. Wanting to make a hat to match the scarf, the following pattern was improvised.</p>
<p><strong>Needles</strong>: 5.5m (done using magic loop on KnitPro interchangeables)</p>
<p><strong>Yarn</strong>: 100g 12ply</p>
<p><strong>Pattern</strong>:</p>
<ul>
<li>Cast on 84 stitches, join to work in round. Place stitch marker at beginning of row</li>
<li>Work 10 rows in K1, P1 rib</li>
<li>On row 11,* K1 front and back (creating an extra stitch), P1*, repeat from * to end of row. 126 stitches.</li>
<li>On row 12, *K1, P1, K1 front and back (creating an extra stitch)*, repeat from * to end of row. 168 stitches.</li>
<li>On row 13, *K3, P3*, repeat from * to end of row.</li>
<li>On row 14, *K1, P1*, repeat from * to end of row.</li>
<li>Repeat rows 13-14 5 times.</li>
<li>On row 24, knit the row.</li>
<li>On row 25, *K6, K2tog*, repeat from * to end of row. 144 stitches.</li>
<li>On row 26, knit the row.</li>
<li>On row 27, *K3, P3*,  repeat to end of row.</li>
<li>On row 28, *K1, P1*, repeat from * to end of row</li>
<li>Repeat rows 27-28 5 more times.</li>
<li>On row 38, knit the row.</li>
<li>On row 39, *K5, K2tog*, repeat from * to end of row. 120 stitches.</li>
<li>On row 40, knit the row.</li>
<li>On row 41, *K3, P3*, repeat from * to end of row.</li>
<li>On row 42, *K1, P1*, repeat from * to end of row.</li>
<li>Repeat rows 41-42 4 times.</li>
<li>On row 50, knit the row.</li>
<li>On row 51, *K2tog*, repeat from * to end of row. 60 stitches.</li>
<li>On row 52, knit the row.</li>
<li>On row 53, *K3, P3*, repeat from * to end of row.</li>
<li>On row 54, *K1, P1*, repeat from * to end of row.</li>
<li>Repeat rows 53-54 once.</li>
<li>On row 57, *K2tog, P2tog*, repeat from * to end of row. 30 stitches.</li>
<li>On row 58, *K3, P3*, repeat from * to end of row.</li>
<li>On row 59, *K1, P1*, repeat from * to end of row.</li>
<li>On row 60, *K2tog*, repeat from * to end of row. 15 stitches.</li>
<li>On row 61, *K3tog*, repeat from * to end of row. 5 stitches.</li>
<li>On row 62, K2tog, K3tog. 2 stitches</li>
<li>On row 63, K2tog. Bind off remaining stitch.</li>
<li>Weave in loose ends.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kathyreid.id.au/2011/06/18/bens-finagle-hat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Classic ruffles scarf</title>
		<link>http://blog.kathyreid.id.au/2011/02/08/classic-ruffles-scarf/</link>
		<comments>http://blog.kathyreid.id.au/2011/02/08/classic-ruffles-scarf/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 06:03:57 +0000</pubDate>
		<dc:creator>KathyReid</dc:creator>
				<category><![CDATA[Knitting]]></category>
		<category><![CDATA[Habu]]></category>
		<category><![CDATA[linen]]></category>
		<category><![CDATA[scarf]]></category>

		<guid isPermaLink="false">http://blog.kathyreid.id.au/?p=384</guid>
		<description><![CDATA[Having had a bit of time on my hands lately, I was looking for a fun and easy project that didn&#8217;t require too much concentration. This scarf, constructed almost entirely of garter stitch &#8211; was the perfect candidate. Using one strand each of Habu Stainless Steel and K1 Linen, I cast on roughly 200 stitches, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2011%2F02%2F08%2Fclassic-ruffles-scarf%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2011%2F02%2F08%2Fclassic-ruffles-scarf%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Having had a bit of time on my hands lately, I was looking for a fun and easy project that didn&#8217;t require too much concentration. This scarf, constructed almost entirely of garter stitch &#8211; was the perfect candidate.</p>
<p>Using one strand each of Habu Stainless Steel and K1 Linen, I cast on roughly 200 stitches, then knit 10 rows. On the next row, I K1M1, essentially doubling the number of stitches on the needle. After another 10 rows, the stitches were again doubled, and so on, until ending up with 800 stitches on needles and roughly 40 rows. After casting off, the edges were finished with double crochet just to even them up again.</p>
<p>The final touch was a lovely pearl brooch &#8211; and voila! &#8211; a classic ruffle scarf done using garter stitch and increases.</p>
<p><a href="http://www.flickr.com/photos/kathyreid/5426852623/" title="DSC_5259 by KathyReid, on Flickr"><img src="http://farm6.static.flickr.com/5211/5426852623_3aa1aaa6c8.jpg" width="500" height="350" alt="DSC_5259" /></a></p>
<p><a href="http://www.flickr.com/photos/kathyreid/5427455464/" title="DSC_5258 by KathyReid, on Flickr"><img src="http://farm6.static.flickr.com/5132/5427455464_e6c6cd75f7.jpg" width="334" height="500" alt="DSC_5258" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kathyreid.id.au/2011/02/08/classic-ruffles-scarf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

