<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>KwartzLab Makerspace &#187; badge</title>
	<atom:link href="http://www.kwartzlab.ca/tag/badge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwartzlab.ca</link>
	<description>Home of Kwartzlab Makerspace in Kitchener/Waterloo, Ontario</description>
	<lastBuildDate>Sun, 19 May 2013 23:30:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<!-- podcast_generator="Blubrry PowerPress/4.0.7" -->
	<itunes:summary>Regular discussions with hackers, makers and artists at the Kwartzlab Makerspace. We talk about what projects people are working on, what events are coming up and how you can get involved.</itunes:summary>
	<itunes:author>kwartzlab</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.kwartzlab.ca/wp-content/uploads/powerpress/light_box_logo.jpg" />
	<itunes:owner>
		<itunes:name>kwartzlab</itunes:name>
		<itunes:email>podcast@kwartzlab.ca</itunes:email>
	</itunes:owner>
	<managingEditor>podcast@kwartzlab.ca (kwartzlab)</managingEditor>
	<itunes:subtitle>A hackerspace radio show</itunes:subtitle>
	<itunes:keywords>kwartzlab, hackerspace, makerspace, diy, hardware, software, maker, hacker, artist, roundtable</itunes:keywords>
	<image>
		<title>KwartzLab Makerspace &#187; badge</title>
		<url>http://www.kwartzlab.ca/wp-content/uploads/powerpress/light_box_logo.jpg</url>
		<link>http://www.kwartzlab.ca</link>
	</image>
	<itunes:category text="Technology" />
	<itunes:category text="Arts" />
	<itunes:category text="Games &amp; Hobbies">
		<itunes:category text="Hobbies" />
	</itunes:category>
		<rawvoice:location>Kitchener, ON</rawvoice:location>
		<item>
		<title>SOONCon Badge How-To: First Revision</title>
		<link>http://www.kwartzlab.ca/2010/09/sooncon-badge-how-first-revisi/</link>
		<comments>http://www.kwartzlab.ca/2010/09/sooncon-badge-how-first-revisi/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 02:46:25 +0000</pubDate>
		<dc:creator>amackie</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[badge]]></category>
		<category><![CDATA[truffle]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Here's a quick and dirty set of steps to get started hacking on the badge:</p>

<p>Create an account at <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/">http://lpcxpresso.code-red-tech.com/LPCXpresso/</a></p>

<p>Once your account is activated (email notification), download the IDE from<br />
Windows: <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/Windows">http://lpcxpresso.code-red-tech.com/LPCXpresso/Windows</a><br />
Linux: <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/Linux">http://lpcxpresso.code-red-tech.com/LPCXpresso/Linux</a></p>

<p>Activate according to the instructions on one of the above install pages</p>

<p>Download &#92;Kwartzstation\Arduinator\SVN.ZIP</p>

<p>Unzip SVN.ZIP to a directory<br />
You should have a directory named “SVN”</p>

<p>Open LPCXpresso</p>

<p>Go to File->Import</p>

<p>Import General->Existing Projects</p>

<p>Browse to SVN, click OK</p>

<p>You should now see 3 projects under “Project Explorer”<br />
Arduinizer<br />
CMSISv1p30</p>

<p>Ensure the following for all 3 projects<br />
Build->Build Configurations->Set Active is Release</p>

<p>Click the little hammer (or Ctrl+b) to build</p>

<p>Connect the badge to your computer via the USB connection.  It should show up as a USB mass storage device</p>

<p>Copy the output .HEX file to the badge</p>

<p>Enjoy!</p>
]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a quick and dirty set of steps to get started hacking on the badge:</p>
<p>Create an account at <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/">http://lpcxpresso.code-red-tech.com/LPCXpresso/</a></p>
<p>Once your account is activated (email notification), download the IDE from<br />
Windows: <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/Windows">http://lpcxpresso.code-red-tech.com/LPCXpresso/Windows</a><br />
Linux: <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/Linux">http://lpcxpresso.code-red-tech.com/LPCXpresso/Linux</a></p>
<p>Activate according to the instructions on one of the above install pages</p>
<p>Download &#92;Kwartzstation\Arduinator\SVN.ZIP</p>
<p>Unzip SVN.ZIP to a directory<br />
You should have a directory named “SVN”</p>
<p>Open LPCXpresso</p>
<p>Go to File->Import</p>
<p>Import General->Existing Projects</p>
<p>Browse to SVN, click OK</p>
<p>You should now see 3 projects under “Project Explorer”<br />
Arduinizer<br />
CMSISv1p30</p>
<p>Ensure the following for all 3 projects<br />
Build->Build Configurations->Set Active is Release</p>
<p>Click the little hammer (or Ctrl+b) to build</p>
<p>Connect the badge to your computer via the USB connection.  It should show up as a USB mass storage device</p>
<p>Copy the output .HEX file to the badge</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kwartzlab.ca/2010/09/sooncon-badge-how-first-revisi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
