<?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>SoutHACKton &#187; Arduino</title>
	<atom:link href="http://www.southackton.org.uk/tag/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.southackton.org.uk</link>
	<description>Coders, makers, modders of Southampton unite!</description>
	<lastBuildDate>Fri, 26 Mar 2010 10:39:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Howto: Arduino Pin Speed (Multiplexing)</title>
		<link>http://www.southackton.org.uk/2009/09/howto-arduino-pin-speed-multiplexing/</link>
		<comments>http://www.southackton.org.uk/2009/09/howto-arduino-pin-speed-multiplexing/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 21:33:14 +0000</pubDate>
		<dc:creator>Benjie</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Light-emitting diode]]></category>

		<guid isPermaLink="false">http://www.southackton.org.uk/?p=61</guid>
		<description><![CDATA[This is the beginning of a post from about:benjie. If you&#8217;ve written a blog post you think would be useful to SoutHACKton members, please get in touch! I’m working on a new project, I’ve got a 8×8 dual colour dot matrix display (£2.50 delivered from Earthshine Design) and I want to power it from the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.earthshinedesign.co.uk/index.php?route=product/product&amp;path=38_43&amp;product_id=82" target="_blank"><img class="alignright" title="8x8 dual colour dot matrix display" src="http://www.earthshinedesign.co.uk/image/cache/1425313_75-250x250.jpg" alt="" width="250" height="250" /></a></p>
<p style="text-align: center;"><em>This is the beginning of a post from <a title="Benjie" href="http://www.benjiegillam.com/" target="_blank">about:benjie</a>. If you&#8217;ve written a blog post you think would be useful to SoutHACKton members, please get in touch!</em></p>
<p>I’m working on a new project, I’ve got a <a title="8x8 dual colour dot matrix display" href="http://www.earthshinedesign.co.uk/index.php?route=product/product&amp;path=38_43&amp;product_id=82" target="_blank">8×8 dual colour dot matrix display</a> (£2.50 delivered from Earthshine Design) and I want to power it from the <a class="zem_slink" title="Arduino" rel="homepage" href="http://www.arduino.cc" target="_blank">Arduino</a>. One way of making a chip like that (which has 2×8&#215;8 = 128 <a class="zem_slink" title="Light-emitting diode" rel="wikipedia" href="http://en.wikipedia.org/wiki/Light-emitting_diode" target="_blank">LEDs</a>) would be to have a common ground and an additional 128 pins – one for each LED. This, I think you’d agree, would be a nightmare, so instead they’ve basically gone for an 8×16 grid for a total of 24 pins. This raises two main problems:</p>
<ol>
<li>You can’t turn 2 arbitrary LEDs on at the same time unless they are on the same row/column. (Doing so would actually draw a square of LEDs.)</li>
<li>My Arduino doesn’t have enough digital input/output pins</li>
</ol>
<p>Point 1 is easily solved – we simply update just one row at a time, letting <a href="http://en.wikipedia.org/wiki/Persistence_of_vision" target="_blank">Persistance Of Vision</a> (POV) do the hard work for us. Point 2 is the subject of this post – <a class="zem_slink" title="Multiplexing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Multiplexing">multiplexing</a>, combining multiple individual signals into just one signal. I will not be using this dot matrix display in this post, instead I will simply be powering normal LEDs. I wanted to find out if the Arduino is fast enough to multiplex the data through just a few pins in order to power this display. The answer (one of my favourite answers!) is: “Yes, but not without some hacking.” Read on…</p>
<p><a class="more-link" href="http://www.benjiegillam.com/2009/09/arduino-pin-speed-multiplexing/#more-224">Read the rest of this entry on about:benjie »</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ddeee1d5-7f49-4864-8294-9f1c731f456c/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_c.png?x-id=ddeee1d5-7f49-4864-8294-9f1c731f456c" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.southackton.org.uk/2009/09/howto-arduino-pin-speed-multiplexing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Day 1 &#8211; Meetup</title>
		<link>http://www.southackton.org.uk/2009/09/hack-day-1-meetup/</link>
		<comments>http://www.southackton.org.uk/2009/09/hack-day-1-meetup/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:09:05 +0000</pubDate>
		<dc:creator>Benjie</dc:creator>
				<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Eastleigh]]></category>
		<category><![CDATA[Hack Day]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.southackton.org.uk/?p=55</guid>
		<description><![CDATA[Image via Wikipedia Sunday 4th October 2009, 10:30am-6:30pm, Steamshift HQ As the Arduino meeting was such a success, we&#8217;ve already booked our next meetup &#8211; a Hack Day &#8211; again kindly hosted by Steamshift at their HQ in Eastleigh. What is a Hack Day? It&#8217;s a day where everyone brings along their current projects (if [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Arduino_Diecimila.jpg"><img title="Un Arduino Diecimila" src="http://upload.wikimedia.org/wikipedia/en/thumb/1/17/Arduino_Diecimila.jpg/300px-Arduino_Diecimila.jpg" alt="Un Arduino Diecimila" width="300" height="214" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Arduino_Diecimila.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<h1>Sunday 4th October 2009, 10:30am-6:30pm, <a title="Steamshift" href="http://steamshift.net/" target="_blank">Steamshift</a> HQ</h1>
<p>As <a title="Review of the Arduino Meet" href="http://www.southackton.org.uk/2009/09/review-of-the-arduino-meet/" target="_blank">the Arduino meeting</a> was such a success, we&#8217;ve already booked our next meetup &#8211; a Hack Day &#8211; again kindly hosted by Steamshift at <a title="Steamshift HQ" href="http://steamshift.net/page/contact" target="_blank">their HQ in Eastleigh</a>.</p>
<h3>What is a Hack Day?</h3>
<p>It&#8217;s a day where everyone brings along their current projects (if any) and can work on them in the presence of other like-minded individuals. Just starting out with <a title="Arduino" href="http://www.arduino.cc/" target="_blank">Arduino</a>? Putting the finishing touches on your latest life-size robot? Planning to build a water jet-pack? Hacking electronics into clothing? Hacking together the components necessary to make a new GNU/Linux distro or media centre software? Join us!</p>
<h3>What if I don&#8217;t have a current project?</h3>
<p>Come along anyway &#8211; help with someone else&#8217;s! Skilled or unskilled, knowledgeable or not-so-knowledgeable, all are welcome!</p>
<h3>Why is it so long?</h3>
<p>The idea is that people can turn up when they want for however long they want &#8211; pop in for just a couple of hours or come for the whole day &#8211; it&#8217;s completely up to you! We anticipate that the busiest time will be 12:30 until 4:30.</p>
<h3>Why so early? (Also: what about lunch?)</h3>
<p>We thought it would be nice to have lunch together (at around 1pm, though the timing is up to the individual) &#8211; some of us will probably order pizza, others may bring lunch with them. However, we didn&#8217;t want to cut into two meal times so we&#8217;ve aimed for &#8220;after breakfast and before dinner.&#8221; <img src='http://www.southackton.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Everyone is responsible for bringing/ordering their own food and drink.</p>
<h3>Where do I sign up?</h3>
<p>This will be another free (no cost) day, all you need to do is turn up. We like to know how many people are coming though, so please join the <a title="SoutHACKton Google Group" href="http://groups.google.com/group/southackton" target="_blank">Google Group</a> and drop a short message in <a href="http://groups.google.com/group/southackton/browse_thread/thread/8cacb10d7087a8ac" target="_blank">this thread</a>.</p>
<p style="text-align: left;">Looking forward to seeing you there!</p>
<p style="text-align: center;">This event is kindly hosted by Steamshift.</p>
<p style="text-align: center;"><a href="http://steamshift.net/" target="_blank"><img src="/wp-content/uploads/2009/07/steamshift.png" alt="" width="397" height="123" /></a><br />
<em> Steamshift develops creative solutions to technical challenges primarily in the fields of web application development, flash AS3 programming and linux hosting. They work closely with their design and branding partners to deliver an end-to-end solution.</em></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/971967cd-178f-4fc5-87b1-98c6d13012e9/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_c.png?x-id=971967cd-178f-4fc5-87b1-98c6d13012e9" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.southackton.org.uk/2009/09/hack-day-1-meetup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introduction To Arduino &#8211; Meeting</title>
		<link>http://www.southackton.org.uk/2009/07/introduction-to-arduino-meeting/</link>
		<comments>http://www.southackton.org.uk/2009/07/introduction-to-arduino-meeting/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:11:41 +0000</pubDate>
		<dc:creator>Benjie</dc:creator>
				<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.southackton.org.uk/?p=39</guid>
		<description><![CDATA[Image by todbot via Flickr Saturday 29th August 2009, 2pm, Steamshift HQ Steamshift have kindly offered to host our next meeting which is targetted at introducing us to the Arduino and similar development boards. No prior knowledge is necessary, but if you already have an Arduino/Freeduino/PICAXE/etc board, please feel free to bring it along, and [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/35034345966@N01/3021653282"><img title="BlinkM MaxM, preferred Arduino connection" src="http://farm4.static.flickr.com/3067/3021653282_147c023634_m.jpg" alt="BlinkM MaxM, preferred Arduino connection" width="240" height="180" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/35034345966@N01/3021653282">todbot</a> via Flickr</dd>
</dl>
</div>
</div>
<h1>Saturday 29th August 2009, 2pm, <a title="Steamshift" href="http://steamshift.net/" target="_blank">Steamshift</a> HQ</h1>
<p>Steamshift have kindly offered to host our next meeting which is targetted at introducing us to the Arduino and similar development boards.</p>
<p><strong>No prior knowledge is necessary</strong>, but if you already have an Arduino/Freeduino/PICAXE/etc board, please feel free to bring it along, and if you like you can even teach the rest of us about it. Andy from Steamshift will be bringing a number with him, and there are a number of people on the groups who will be bringing theirs too.</p>
<p>I don&#8217;t feel knowledgeable enough to tell you much about Arduino, so instead, I suggest you go to <a title="Wikipedia Arduino article" href="http://en.wikipedia.org/wiki/Arduino" target="_blank">Wikipedia</a>, or <a href="http://arduino.cc/" target="_blank">the Arduino website</a>:</p>
<blockquote><p><em>Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It&#8217;s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.</em></p>
<p><em>Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling lights, motors, and other actuators. The microcontroller on the board is programmed using the <a href="http://arduino.cc/en/Reference/HomePage">Arduino programming language</a> (based on <a rel="nofollow" href="http://wiring.org.co/">Wiring</a>) and the Arduino development environment (based on <a rel="nofollow" href="http://www.processing.org/">Processing</a>).  Arduino projects can be stand-alone or they can communicate with software on running on a computer (e.g. Flash, Processing, <span>MaxMSP</span>).</em></p>
<p><em>The boards can be <a href="http://arduino.cc/en/Main/ArduinoBoardSerialSingleSided3">built by hand</a> or <a href="http://arduino.cc/en/Main/Buy">purchased</a> preassembled; the software can be <a href="http://arduino.cc/en/Main/Software">downloaded</a> for free.  The hardware reference designs (CAD files) are <a href="http://arduino.cc/en/Main/Hardware">available</a> under an open-source license, you are free to <a href="http://arduino.cc/en/Main/Policy">adapt them to your needs</a>.</em></p>
<p><em>Arduino received an Honory Mention in the Digital Communities section of the 2006 Ars Electronica Prix.</em></p></blockquote>
<p>Please, if you have any friends who you think might be interested, spread the word! Arduino is a very flexible platform and can be used for hardware hacking, home automation, robotics, and millions of other things.</p>
<p>Bring as much of the following as you can (all are totally OPTIONAL):</p>
<ul>
<li>Laptop with a free USB port</li>
<li>Arduino/Freeduino/PICAXE/etc boards (I suggest marking them in some way so they don&#8217;t get mixed up!)</li>
<li>Components: breadboards, LEDs, resistors, capacitors, Arduino shields, light dependant resistors, proximity sensors, speakers, buzzers, switches, &#8230;</li>
<li>Cash (in case a quick trip to Maplin might be required, or in case you want to buy an Arduino board/some components off of someone else)</li>
<li>Camera/camcorder to document the day!</li>
</ul>
<p>If you can make it, please let us know<a href="http://groups.google.com/group/southackton/browse_thread/thread/f1c7dbed898e7a15" target="_blank"> in the group</a> or by commenting on this post so we know how many people to expect.</p>
<p>My thanks go out again to the guys at Steamshift, especially Andy, for making this next meetup possible:</p>
<p style="text-align: center;"><a href="http://steamshift.net/"><img class="size-full wp-image-40 aligncenter" src="http://www.southackton.org.uk/wp-content/uploads/2009/07/steamshift.png" alt="Steamshift Logo" width="397" height="123" /></a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d273b260-8d59-414e-b1f8-aa4eb7e18128/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_c.png?x-id=d273b260-8d59-414e-b1f8-aa4eb7e18128" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.southackton.org.uk/2009/07/introduction-to-arduino-meeting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
