<?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; sooncon badge arduino lpc1343 bonanza</title>
	<atom:link href="http://www.kwartzlab.ca/tag/sooncon_badge_arduino_lpc1343_bonanza/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; sooncon badge arduino lpc1343 bonanza</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>Get the SOONCon Badge API &#8211; alpha version</title>
		<link>http://www.kwartzlab.ca/2010/09/get-sooncon-badge-api-alpha-ve/</link>
		<comments>http://www.kwartzlab.ca/2010/09/get-sooncon-badge-api-alpha-ve/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 12:40:09 +0000</pubDate>
		<dc:creator>amackie</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[sooncon badge arduino lpc1343 bonanza]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>The badge for SOONCon 2010 will use a novel microcontroller.  Unlike the usual <a href="http://arduino.cc/">AVR/Arduino NXP</a>, we'll be using the NXP <a href="http://ics.nxp.com/lpcxpresso/~LPC1343/">LPCXpresso</a>.  Like a good badge should be, it is completely hackable.  This chip has a number of features over the Arduino, including JTAG debugging capability, USB (beyond serial) and high speed processing (~72 MHz), for only $35 per board - including a JTAG debugger board.  The microchip itself is around $5, which will keep badge prices low.  Also, the programming environment is <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/">free and available here </a> for Windows and Linux.</p>

<p>However, the codebase is far different and less polished than what Arduino has to offer.  We're putting together a (mostly) Arduino-compatible library for the microprocessor.  After downloading the IDE, just import the <a href="http://arduinator.svn.sourceforge.net/">Arduinizer library</a>.  Use the Program.c file template as a starting point.  You can use Arduino, GPIO and native code all together, and hack the crap out of your badge.
The Arduinizer code is open and free.  If you want to fix up the code (which is still far from perfect), the get an account at SourceForge, download an SVN client (I recommend Tortoise SVN), and e-mail amackie 0556 at rogers dot com (without the spaces) to get SVN write access.</p>

<p>Happy hacking!</p>
]]></description>
				<content:encoded><![CDATA[<p>The badge for SOONCon 2010 will use a novel microcontroller.  Unlike the usual <a href="http://arduino.cc/">AVR/Arduino NXP</a>, we&#8217;ll be using the NXP <a href="http://ics.nxp.com/lpcxpresso/~LPC1343/">LPCXpresso</a>.  Like a good badge should be, it is completely hackable.  This chip has a number of features over the Arduino, including JTAG debugging capability, USB (beyond serial) and high speed processing (~72 MHz), for only $35 per board &#8211; including a JTAG debugger board.  The microchip itself is around $5, which will keep badge prices low.  Also, the programming environment is <a href="http://lpcxpresso.code-red-tech.com/LPCXpresso/">free and available here </a> for Windows and Linux.</p>
<p>However, the codebase is far different and less polished than what Arduino has to offer.  We&#8217;re putting together a (mostly) Arduino-compatible library for the microprocessor.  After downloading the IDE, just import the <a href="http://arduinator.svn.sourceforge.net/">Arduinizer library</a>.  Use the Program.c file template as a starting point.  You can use Arduino, GPIO and native code all together, and hack the crap out of your badge.<br />
The Arduinizer code is open and free.  If you want to fix up the code (which is still far from perfect), the get an account at SourceForge, download an SVN client (I recommend Tortoise SVN), and e-mail amackie 0556 at rogers dot com (without the spaces) to get SVN write access.</p>
<p>Happy hacking!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kwartzlab.ca/2010/09/get-sooncon-badge-api-alpha-ve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
