<?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>Hackerspace Adelaide</title>
	<atom:link href="http://hackerspace-adelaide.org.au/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackerspace-adelaide.org.au/blog</link>
	<description>A place to hack together projects, software &#38; hardware.</description>
	<lastBuildDate>Wed, 19 Jun 2013 11:49:32 +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>
		<item>
		<title>Control the Crazyflie quadcopter with an Android phone</title>
		<link>http://hackerspace-adelaide.org.au/blog/2013/06/19/crazyflie-quadcopter-android/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2013/06/19/crazyflie-quadcopter-android/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 11:49:32 +0000</pubDate>
		<dc:creator>sighmon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bitcraze]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[crazyflie]]></category>
		<category><![CDATA[quadcopter]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=630</guid>
		<description><![CDATA[The easiest way to control a Crazyflie nano quadcopter is with a laptop and a PS3 controller (or similar), but tonight we played around trying to control it using the Android client. Took a bit of messing around, so here&#8217;s how we &#8230; <a href="http://hackerspace-adelaide.org.au/blog/2013/06/19/crazyflie-quadcopter-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/06/fc7c5dead8cc11e2a6fb22000a1fafd6_7.jpg"><img class="aligncenter size-full wp-image-633" alt="Crazyflie controlled with Android" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/06/fc7c5dead8cc11e2a6fb22000a1fafd6_7.jpg" width="612" height="612" /></a></p>
<p>The easiest way to control a <a title="Crazyflie nano quadcopter" href="http://www.seeedstudio.com/depot/crazyflie-nano-quadcopter-kit-6dof-with-crazyradio-bccfk01a-p-1364.html">Crazyflie nano quadcopter</a> is with a laptop and a PS3 controller (or similar), but tonight we played around trying to control it using the <a href="https://bitbucket.org/bitcraze/crazyflie-android-client">Android client</a>. Took a bit of messing around, so here&#8217;s how we got it working.</p>
<p>Instead of installing the full <a href="http://developer.android.com/sdk/index.html">Android SDK (ADT bundle)</a> I tried the <a href="http://developer.android.com/sdk/installing/studio.html">Android Studio</a>. Only limitation is that I couldn&#8217;t find how to install built apps directly onto my phone, but installing with ADB or ssh was fine. Anyway, here&#8217;s what we did to get the client running:</p>
<ol>
<li>Install <a href="http://developer.android.com/sdk/installing/studio.html">Android Studio</a>.</li>
<li>Clone <a href="https://bitbucket.org/bitcraze/crazyflie-android-client">crazyflie-android-client</a> or download the <a href="https://bitbucket.org/bitcraze/crazyflie-android-client/get/cdff2ababa33.zip">zip archive</a><br />
<code>$ hg clone https://bitbucket.org/bitcraze/crazyflie-android-client</code></li>
<li>Open Android Studio. Click File &gt; Import project.</li>
<li>If you&#8217;ve changed the channel that your Crazyflie is flying on, you&#8217;ll need to edit it in the file:<br />
<code>$ src/se/bitcraze/crazyfliecontrol/MainActivity.java</code></li>
<li>Search for &#8220;Set channel 107&#8243; and change 107 to your channel number.</li>
<li>Click build.</li>
<li>The .apk to run on your Android phone will be at:<br />
<code>$ out/production/crazyflie-android-client/crazyflie-android-client.apk</code></li>
<li>If you have adb tools installed, connect your Android device over usb and run:<br />
<code>$ adb install out/production/crazyflie-android-client/crazyflie-android-client.apk</code></li>
</ol>
<p>Good luck controlling it.. it&#8217;s a bit slower to respond than running it on a laptop/bluetooth, but hopefully that&#8217;ll change as they update the Android app.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2013/06/19/crazyflie-quadcopter-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASA SpaceApps challenge</title>
		<link>http://hackerspace-adelaide.org.au/blog/2013/05/13/nasa-spaceapps-challenge/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2013/05/13/nasa-spaceapps-challenge/#comments</comments>
		<pubDate>Mon, 13 May 2013 02:43:43 +0000</pubDate>
		<dc:creator>sighmon</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=598</guid>
		<description><![CDATA[On the weekend of the 20th/21st of April Hackerspace Adelaide hosted the local site of the NASA SpaceApps Challenge. The idea of the weekend is to explore the data that NASA collect from their satellites, rovers and probes, and try and &#8230; <a href="http://hackerspace-adelaide.org.au/blog/2013/05/13/nasa-spaceapps-challenge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>On the weekend of the 20th/21st of April Hackerspace Adelaide hosted the local site of the <a title="NASA SpaceApps Challenge" href="http://spaceappschallenge.org" target="_blank">NASA SpaceApps Challenge</a>. The idea of the weekend is to explore the data that NASA collect from their satellites, rovers and probes, and try and use it in a way that makes it easier for us to connect with.</p>
<p>Unsurprisingly, Hackerspace regulars were peppered through three teams that formed from the attendees. After being recently inspired by <a title="Mark preparing the balloon for launch" href="http://instagram.com/p/XvW6EzAp3T/" target="_blank">Mark</a>&#8216;s <a title="Project Horus" href="http://projecthorus.org" target="_blank">Project Horus</a> balloon launches, our team (Steven Pickles, Jamie Mackenzie, Steven Clark &amp; Simon Loffler) initially started work on a disposable emergency balloon that could be launched in times of fire, flood, plane crash or natural disaster and return image and position data to aid in search and recovery efforts.</p>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5994.jpg"><img class="aligncenter size-large wp-image-619" alt="Jamie does some calculations." src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5994-1024x1024.jpg" width="640" height="640" /></a></p>
<p>Unfortunately, with the help of Jamie&#8217;s brain full of geometric equations, we quickly calculated that an affordable solution that delivered useful data in a timely fashion just wasn&#8217;t feasible.</p>
<p>A few despondent looks later, it was back to the <a title="The Challenges" href="http://spaceappschallenge.org/challenges/" target="_blank">challenge page</a> for some more inspiration.</p>
<p>Having watched and rather enjoyed the livestream of the Curiosity Mars rover&#8217;s descent to the surface of the red planet, I floated the idea of using some of the rover&#8217;s temperature data in the <a title="Wish You Were Here - NASA SpaceApps Challenge" href="http://spaceappschallenge.org/challenge/wish-you-were-here/" target="_blank">Wish You Were Here</a> challenge.</p>
<p>Looking into the actual readings I quite surprised to see that the temperatures ranged from around -70C to 7C. My colour/image oriented brain assumed that a red planet meant a hot planet, how wrong it was! The next question we asked was if there was anywhere on Earth that had a similar climate, and with that <a title="Mearth | Where on Earth is the temperature similar to Mars." href="http://mearthapp.herokuapp.com" target="_blank">Mearth</a> was born.</p>
<p>Pix jumped into action parsing the <a href="http://cab.inta-csic.es/rems/rems_weather.xml" target="_blank">XML feeds</a> from the rover (in the end we used another group&#8217;s <a href="http://marsweather.ingenology.com" target="_blank">JSON feed</a>) and wrote a script to pick the closest matching city on Earth from a list of 500 possible candidates. I bootstrapped a Ruby on Rails app, pushed it to <a href="https://github.com/sighmon/mearth" target="_blank">Github</a> (for collaboration) and then onto <a title="Mearth on Heroku" href="http://mearthapp.herokuapp.com" target="_blank">Heroku</a> (a cloud service for the app).</p>
<p>A few hours and pizza/beer/coffee later, and we had a prototype.</p>
<p><a href="http://mearthapp.herokuapp.com"><img class="aligncenter" alt="Mearth prototype app" src="http://sighmon.com/pics/mearth-screenshot.png" width="100%" /></a></p>
<p>The last requirement of the challenge was to create a video describing our project.</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/iSbfH96EdO8?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>At the end of the day, our group and one of the other Adelaide groups <a href="http://spaceappschallenge.org/project/moon-settler/" target="_blank">Moon Settler</a> were selected as two of the four from Australia to go into the International round of voting.</p>
<p>As you can probably tell, we had an awesome time at the weekend and can highly recommend participating in it next year.</p>
<p>Special thanks go to the Adelaide organiser Sumen Rai for such a well managed weekend, and also Nicole Bromley for volunteering her time setting up / bringing us coffee and pizza and generally being lovely and smiley.</p>
<p>If you like the sound of this event, perhaps you should sign up to participate in the <a href="http://www.govhack.org/" target="_blank">GovHack</a> weekend coming up &#8211; a chance to mash government data into useful visualisations and web apps: <a href="http://uladl.com" target="_blank">uladl.com</a> (don&#8217;t ask why it&#8217;s called unleashed).</p>
<p>Get your (free) ticket here: <a href="http://govhack2013.eventbrite.com.au" target="_blank">govhack2013.eventbrite.com.au</a></p>
<p>Some more photos from the day:</p>
<div id="attachment_620" class="wp-caption aligncenter" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5803.jpg"><img class="size-large wp-image-620" alt="Bootstrapping Ruby on Rails, and some space water. :-)" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5803-1024x1024.jpg" width="640" height="640" /></a><p class="wp-caption-text">Bootstrapping Ruby on Rails, and some space water. <img src='http://hackerspace-adelaide.org.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p></div>
<div id="attachment_621" class="wp-caption aligncenter" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5805.jpg"><img class="size-large wp-image-621" alt="Space beer!" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5805-1024x1024.jpg" width="640" height="640" /></a><p class="wp-caption-text">Space beer!</p></div>
<div id="attachment_622" class="wp-caption aligncenter" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5809.jpg"><img class="size-large wp-image-622" alt="Mearth v.0.1" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5809-1024x1024.jpg" width="640" height="640" /></a><p class="wp-caption-text">Mearth v.0.1</p></div>
<div id="attachment_623" class="wp-caption aligncenter" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5810.jpg"><img class="size-large wp-image-623" alt="Pix drawing some temperature data to the screen." src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5810-1024x1024.jpg" width="640" height="640" /></a><p class="wp-caption-text">Pix drawing some temperature data to the screen. The black lines are Earth&#8217;s maximum and minimum temperatures, the red lines are Mars&#8217; maximum and minimum temperatures.</p></div>
<div id="attachment_624" class="wp-caption aligncenter" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5814.jpg"><img class="size-large wp-image-624" alt="Presentation time!" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5814-1024x1024.jpg" width="640" height="640" /></a><p class="wp-caption-text">Presentation time!</p></div>
<div id="attachment_625" class="wp-caption aligncenter" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5817.jpg"><img class="size-large wp-image-625" alt="The Adelaide SpaceApps challenge team." src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/05/IMG_5817-1024x1024.jpg" width="640" height="640" /></a><p class="wp-caption-text">The Adelaide SpaceApps challenge team.</p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2013/05/13/nasa-spaceapps-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackerspace at the Adelaide Mini Maker Faire</title>
		<link>http://hackerspace-adelaide.org.au/blog/2013/04/07/hackerspace-at-the-adelaide-mini-maker-faire/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2013/04/07/hackerspace-at-the-adelaide-mini-maker-faire/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 04:08:45 +0000</pubDate>
		<dc:creator>kira0030</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[#mmfadl]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=580</guid>
		<description><![CDATA[It was an awesome day!!  The organisers are saying anywhere between two thousand and four thousand people attended. Robots And Dinosaurs http://robodino.org/ Project Horus http://projecthorus.org/ Photos courtesy of Damien Presser &#8211; more of Damien&#8217;s photos can be found here https://www.facebook.com/media/set/?set=a.10151868192892575.1073741825.751762574&#38;type=1&#38;l=d37ba64f42]]></description>
				<content:encoded><![CDATA[<p>It was an awesome day!!  The organisers are saying anywhere between two thousand and four thousand people attended.</p>
<div id="attachment_581" class="wp-caption aligncenter" style="width: 235px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-04-06-17.24.48.jpg"><img class="size-medium wp-image-581" alt="We won the Best Backyard Science Award" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-04-06-17.24.48-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">We won the Best Backyard Science Award</p></div>
<div id="attachment_582" class="wp-caption aligncenter" style="width: 235px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-04-06-16.13.00.jpg"><img class="size-medium wp-image-582" alt="Robert Discussing His Cosmic Ray Detector" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-04-06-16.13.00-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">Robert Discussing His Cosmic Ray Detector</p></div>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/903544_10151868193427575_1683023720_o.jpg"><img class="aligncenter size-medium wp-image-583" alt="A view of the crowds" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/903544_10151868193427575_1683023720_o-300x225.jpg" width="300" height="225" /></a></p>
<div id="attachment_584" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/892184_10151868192937575_698227961_o.jpg"><img class="size-medium wp-image-584" alt="Heidi's Twitter Printer" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/892184_10151868192937575_698227961_o-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Heidi&#8217;s Twitter Printer</p></div>
<div id="attachment_585" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/904601_10151869441177575_488222475_o.jpg"><img class="size-medium wp-image-585" alt="Gavin from Sydney Hackerspace Robots And Dinosaurs" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/904601_10151869441177575_488222475_o-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Gavin from Sydney Hackerspace Robots And Dinosaurs* riding the Flying Carpet</p></div>
<div id="attachment_588" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/892316_10151869427357575_1150894777_o.jpg"><img class="size-medium wp-image-588" alt="Under the flying carpet" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/892316_10151869427357575_1150894777_o-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Under The Flying Carpet</p></div>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/892762_10151868193282575_286721145_o.jpg"><img class="aligncenter size-medium wp-image-589" alt="View of the crowds" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/892762_10151868193282575_286721145_o-300x225.jpg" width="300" height="225" /></a></p>
<div id="attachment_590" class="wp-caption aligncenter" style="width: 235px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-04-06-14.00.12.jpg"><img class="size-medium wp-image-590" alt="Mark Jessop from Project Horus" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-04-06-14.00.12-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">Mark Jessop from Project Horus</p></div>
<div id="attachment_587" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/906748_10151868193392575_1356298344_o.jpg"><img class="size-medium wp-image-587" alt="Project Horus Balloon" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/906748_10151868193392575_1356298344_o-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Project Horus* Balloon</p></div>
<p>Robots And Dinosaurs <a href="http://robodino.org/">http://robodino.org/</a><br />
Project Horus <a href="http://projecthorus.org/">http://projecthorus.org/</a></p>
<p>Photos courtesy of Damien Presser &#8211; more of Damien&#8217;s photos can be found here <a href="https://www.facebook.com/media/set/?set=a.10151868192892575.1073741825.751762574&amp;type=1&amp;l=d37ba64f42" target="_blank">https://www.facebook.com/media/set/?set=a.10151868192892575.1073741825.751762574&amp;type=1&amp;l=d37ba64f42</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2013/04/07/hackerspace-at-the-adelaide-mini-maker-faire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux.Conf.Au &amp; Visit To Make, Hack, Void</title>
		<link>http://hackerspace-adelaide.org.au/blog/2013/04/07/linux-conf-au-visit-to-make-hack-void/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2013/04/07/linux-conf-au-visit-to-make-hack-void/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 03:23:20 +0000</pubDate>
		<dc:creator>kira0030</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=540</guid>
		<description><![CDATA[linux .conf.au this year was in Canberra and those from Hackerspace who went along had a great time. The first two days are made up of mini conferences or miniconfs. Robyn Willison was the chief organiser of the Haecksen miniconf. &#8230; <a href="http://hackerspace-adelaide.org.au/blog/2013/04/07/linux-conf-au-visit-to-make-hack-void/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://linux.conf.au" target="_blank">linux .conf.au</a> this year was in Canberra and those from Hackerspace who went along had a great time.</p>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/03/2013-01-28-13.37.05.jpg"><img class="aligncenter size-medium wp-image-541" alt="linux.conf.au banner on the Manning Clark Centre" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/03/2013-01-28-13.37.05-300x225.jpg" width="300" height="225" /></a></p>
<p>The first two days are made up of mini conferences or miniconfs.</p>
<p>Robyn Willison was the chief organiser of the Haecksen miniconf.</p>
<div id="attachment_561" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01006.jpg"><img class="size-medium wp-image-561" alt="Bianca Gibson And Robyn Willison" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01006-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Bianca Gibson And Robyn Willison</p></div>
<p>&nbsp;</p>
<p>Fee Plumley&#8217;s great talk at the Haecksen miniconf was on <a href="http://mirror.linux.org.au/linux.conf.au/2013/mp4/Open_Source_Cities.mp4" target="_blank">Open Source Cities</a>.</p>
<div id="attachment_562" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01036.jpg"><img class="size-medium wp-image-562" alt="Fee giving her talk at the Haeksen miniconf" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01036-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Fee Plumley</p></div>
<p>&nbsp;</p>
<p>One of the stand out talks for me was Denise Paolucci&#8217;s Overcoming Imposter Syndrome.  Denise isn&#8217;t a Hackerspace person I just want to highlight her excellent talk.  Her slides are up on <a href="http://www.slideshare.net/dreamwidth/overcoming-impostor-syndrome" target="_blank">Slide Share</a> and you can download the video from the <a href="http://mirror.linux.org.au/linux.conf.au/2013/" target="_blank">LCA mirror</a>.</p>
<p>Pix gave a talk at the Blue Hackers BOF which unfortunately I wasn&#8217;t able to attend because I was at the Interactive Textiles BOF.  If anyone has a photo could they please let me know so that I can include it in this post.</p>
<p>Wednesday, Thursday and Friday are the main conference days.  All the <a href="http://mirror.linux.org.au/linux.conf.au/2013/" target="_blank">conference videos</a> are available for download so if you didn&#8217;t make it this year you can still listen to some great talks.</p>
<h1>Saturday Visit To Make, Hack, Void &#8211; Canberra Hackerspace</h1>
<p><a href="http://www.makehackvoid.com/" target="_blank">Make, Hack, Void</a></p>
<div id="attachment_563" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01215.jpg"><img class="size-medium wp-image-563" alt="Eager and attentive hackers listening to talks" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01215-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Eager and attentive hackers</p></div>
<div id="attachment_565" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01211.jpg"><img class="size-medium wp-image-565" alt="Mark Jessop giving his talk on safe high altitude ballooning." src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01211-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Mark Jessop giving his talk on high altitude ballooning.</p></div>
<div id="attachment_566" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01212.jpg"><img class="size-medium wp-image-566" alt="Andrew Tridgell aka Tridge talking about UAVs." src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01212-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Andrew Tridgell aka Tridge talking about UAVs.</p></div>
<div id="attachment_564" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01213.jpg"><img class="size-medium wp-image-564" alt="One of the UAVs" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01213-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">One of the UAVs</p></div>
<div id="attachment_578" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01255.jpg"><img class="size-medium wp-image-578" alt="Flying a Quadcopter at the local oval" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01255-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Flying a Quadcopter at the local oval</p></div>
<div id="attachment_577" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01249.jpg"><img class="size-medium wp-image-577" alt="Launching a UAV at the local oval" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01249-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Launching a UAV at the local oval.  People took turns flying it.<span style="font-size: 16px"></span></p></div>
<div id="attachment_576" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01240.jpg"><img class="size-medium wp-image-576" alt="LED Flower" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01240-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">LED Flower</p></div>
<div id="attachment_575" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01237.jpg"><img class="size-medium wp-image-575" alt="3d printer inside a perspex box" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01237-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">3d Printer In A Perspex Cover</p></div>
<div id="attachment_574" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01232.jpg"><img class="size-medium wp-image-574" alt="MHV Workshop" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01232-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">MHV Workshop</p></div>
<div id="attachment_573" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01266.jpg"><img class="size-medium wp-image-573" alt="Fee Plumley's bus named Home James" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC01266-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Fee Plumley&#8217;s Home James of the Really Big Road Trip*</p></div>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 235px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-02-02-14.54.57.jpg"><img class="size-medium wp-image-572" alt="Hacking a night light" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/2013-02-02-14.54.57-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">Hacking A Night Light</p></div>
<p><a href="http://www.reallybigroadtrip.com/" target="_blank">*Really Big Road Trip</a></p>
<p>Sorry if I&#8217;ve left anyone out, or forgotten to mention important stuff.  If anyone has photos they would like included or more info leave a comment and I&#8217;ll include it in the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2013/04/07/linux-conf-au-visit-to-make-hack-void/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mirror.linux.org.au/linux.conf.au/2013/mp4/Open_Source_Cities.mp4" length="29546993" type="video/mp4" />
		</item>
		<item>
		<title>Adelaide Mini Maker Faire</title>
		<link>http://hackerspace-adelaide.org.au/blog/2013/04/03/adelaide-mini-maker-faire/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2013/04/03/adelaide-mini-maker-faire/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 10:07:21 +0000</pubDate>
		<dc:creator>kira0030</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=548</guid>
		<description><![CDATA[We&#8217;re exhibiting at the Maker Faire.  Some of the projects which will be on display are: A Twitter printer Jacob&#8217;s Ladder Hodoscopes Project Horus High Altitude Ballooning]]></description>
				<content:encoded><![CDATA[<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/mmflogo.png"><img class="aligncenter size-full wp-image-549" alt="mmflogo" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/mmflogo.png" width="770" height="140" /></a></p>
<p>We&#8217;re exhibiting at the Maker Faire.  Some of the projects which will be on display are:</p>
<p>A Twitter printer<br />
Jacob&#8217;s Ladder<br />
Hodoscopes<br />
Project Horus High Altitude Ballooning</p>
<div id="attachment_550" class="wp-caption aligncenter" style="width: 160px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/886585_634171783265925_333733386_o.jpg"><img src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/886585_634171783265925_333733386_o-150x150.jpg" alt="High altitude balloon" width="150" height="150" class="size-thumbnail wp-image-550" /></a><p class="wp-caption-text">High Altitude Balloon</p></div>
<div id="attachment_551" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/306072_634121573270946_221726632_n.jpg"><img src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/306072_634121573270946_221726632_n-300x300.jpg" alt="a hexapod" width="300" height="300" class="size-medium wp-image-551" /></a><p class="wp-caption-text">The Hexapod</p></div>
<div id="attachment_556" class="wp-caption aligncenter" style="width: 160px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/882421_552012704843437_267570657_o.jpg"><img src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/882421_552012704843437_267570657_o-150x150.jpg" alt="E-waste sculpture" width="150" height="150" class="size-thumbnail wp-image-556" /></a><p class="wp-caption-text">E-waste Sculpture</p></div>
<div id="attachment_553" class="wp-caption aligncenter" style="width: 239px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC_0344rcc.jpg"><img src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC_0344rcc-229x300.jpg" alt="K9" width="229" height="300" class="size-medium wp-image-553" /></a><p class="wp-caption-text">K9</p></div>
<div id="attachment_552" class="wp-caption aligncenter" style="width: 241px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC_0343rcc.jpg"><img src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/04/DSC_0343rcc-231x300.jpg" alt="K9" width="231" height="300" class="size-medium wp-image-552" /></a><p class="wp-caption-text">K9</p></div>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2013/04/03/adelaide-mini-maker-faire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First hacksession in our new space</title>
		<link>http://hackerspace-adelaide.org.au/blog/2013/01/03/first-hacksession-in-our-new-space/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2013/01/03/first-hacksession-in-our-new-space/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 08:39:05 +0000</pubDate>
		<dc:creator>pix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=522</guid>
		<description><![CDATA[As 2012 came to a close, when most things were winding up for the holidays, Hackerspace Adelaide was madly moving house. Following our presentation about Hackerspace on the MEGA pitch day, Jana Matthews of ANZ Innovyz START offered us some space &#8230; <a href="http://hackerspace-adelaide.org.au/blog/2013/01/03/first-hacksession-in-our-new-space/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As 2012 came to a close, when most things were winding up for the holidays, Hackerspace Adelaide was madly moving house.</p>
<p>Following our presentation about Hackerspace on the <a href="http://www.mega.org.au/">MEGA pitch day</a>, Jana Matthews of <a title="ANZ Innovyz START" href="http://www.innovyzstart.com/">ANZ Innovyz START</a> offered us some space in their premises at 80 King William St. A mere 2 weeks later, after some sweaty furniture relocation and a few rickety sack-truck convoys from Format, we were ready for business.</p>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/01/photo-1-e1357201674637.jpg"><img class="alignnone size-medium wp-image-524" title="Convoy" alt="" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/01/photo-1-e1357201674637-300x261.jpg" width="300" height="261" /></a></p>
<p>On Saturday December 29th we had our first session. A bunch of the regulars couldn&#8217;t make it but plenty of people stopped by to give the new space a test-drive.</p>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/01/PANO_20121229_144309-e1357201324470.jpg"><img class="alignnone size-medium wp-image-523" title="Hacksession in the Innovyz common room" alt="" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/01/PANO_20121229_144309-e1357201324470-300x128.jpg" width="300" height="128" /></a></p>
<p>Our new space has a white-board, which makes the sessions magically self-documenting:</p>
<p><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/01/20121229_172336.jpg"><img class="alignnone size-medium wp-image-525" title="Hacksession whiteboard" alt="" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2013/01/20121229_172336-e1357201788911-300x144.jpg" width="300" height="144" /></a></p>
<p>Keep an eye on the calendar to join us at a future session. In addition to our normal fornightly cycle, I sense we will be peppering the calendar with a few extra sessions in the coming months.</p>
<p>pix</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2013/01/03/first-hacksession-in-our-new-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laser cutting at FabLab</title>
		<link>http://hackerspace-adelaide.org.au/blog/2012/11/02/laser-cutting-at-fablab/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2012/11/02/laser-cutting-at-fablab/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 23:25:30 +0000</pubDate>
		<dc:creator>JonW</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=513</guid>
		<description><![CDATA[This week the Adelaide FabLab is holding a masterclass on digital fabrication.  As part of this HackAdl member Tamsyn has created an introduction for using the Laser Cutter with Inkscape.  The blog post can be found here:]]></description>
				<content:encoded><![CDATA[<p>This week the Adelaide FabLab is holding a masterclass on digital fabrication.  As part of this HackAdl member Tamsyn has created an introduction for using the Laser Cutter with Inkscape.  The blog post can be found <a href="http://fablabadelaide.org.au/inkscape/">here</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2012/11/02/laser-cutting-at-fablab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Science Alive Gallery</title>
		<link>http://hackerspace-adelaide.org.au/blog/2012/08/13/science-alive-gallery/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2012/08/13/science-alive-gallery/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 00:03:37 +0000</pubDate>
		<dc:creator>JonW</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=507</guid>
		<description><![CDATA[Dale had his camera at science alive and took plenty of photos including the Amateur radio and Electronics booth and of course, Hackerspace. His blog post is here &#160;]]></description>
				<content:encoded><![CDATA[<p>Dale had his camera at science alive and took plenty of photos including the Amateur radio and Electronics booth and of course, Hackerspace.</p>
<p>His blog post is <a href="http://blog.dale.id.au/archives/1384">here</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2012/08/13/science-alive-gallery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>End of June update</title>
		<link>http://hackerspace-adelaide.org.au/blog/2012/07/02/end-of-june-update/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2012/07/02/end-of-june-update/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 03:38:14 +0000</pubDate>
		<dc:creator>JonW</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=494</guid>
		<description><![CDATA[The adelaide hackerspace recently submitted an application to become an incorporated body.  This week Pix brought the certificate along. Simon has decided to build a hexapod robot using micro RC servos.  To simplify the task of driving the required eighteen &#8230; <a href="http://hackerspace-adelaide.org.au/blog/2012/07/02/end-of-june-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The adelaide hackerspace recently submitted an application to become an incorporated body.  This week Pix brought the certificate along.</p>
<div id="attachment_496" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120627_184817.jpg"><img class="size-large wp-image-496" title="IMG_20120627_184817" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120627_184817-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Pix brandishes Hackerspace Adelaides Certifcate of Incorporation</p></div>
<p>Simon has decided to build a hexapod robot using micro RC servos.  To simplify the task of driving the required eighteen servos he is using a development board based on the same TLC5940 chip used by the Peel Street Lantern.</p>
<div id="attachment_497" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120627_190947.jpg"><img class="size-large wp-image-497" title="IMG_20120627_190947" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120627_190947-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Simon experimenting with TLC5940 servo control</p></div>
<div id="attachment_498" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120627_195626.jpg"><img class="size-large wp-image-498" title="IMG_20120627_195626" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120627_195626-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">That is a lot of servos&#8230;</p></div>
<p>Fee Plumley has been continuing to work on her <a href="http://www.reallybigroadtrip.com/">Really Big Road Trip</a> crowdfunding project.  As part of her <a href="http://www.reallybigroadtrip.com/2012/06/12days-of-busmas/">&#8220;Twelve Days of Busmas&#8221;</a> she has developed a custom keyring as a reward for supporters of the project.</p>
<div id="attachment_499" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_151833.jpg"><img class="size-large wp-image-499" title="IMG_20120630_151833" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_151833-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">The tag at completion of printing on the Huxleys bed</p></div>
<div id="attachment_500" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_152207.jpg"><img class="size-large wp-image-500" title="IMG_20120630_152207" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_152207-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Fee modelling the tag</p></div>
<p>Nathan has been developing a 3D model of a popular cartoon chracter using Blender.  As an experiment his model was exported to an STL and printed.</p>
<div id="attachment_501" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_154645.jpg"><img class="size-large wp-image-501" title="IMG_20120630_154645" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_154645-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Gir printing. There is a large amount of scaffolding due to the spherical nature of the characters head.</p></div>
<div id="attachment_502" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_163614.jpg"><img class="size-large wp-image-502" title="IMG_20120630_163614" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_163614-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Completed Gir. The finished model is about three centimeters in height.</p></div>
<p>Work continues on the updated Lantern.  Peter and Damien seem to have fixed the communication and colour issues with the new boards.</p>
<div id="attachment_503" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_154711.jpg"><img class="size-large wp-image-503" title="IMG_20120630_154711" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120630_154711-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">New Model Harvester at work driving 1/8th of the Lantern.</p></div>
<p>Finally Mark has been working on Software defined radio using a re-tasked USB TV tuner.</p>
<div>
<dl id="attachment_495">
<dt><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120613_190205.jpg"><img title="IMG_20120613_190205" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/07/IMG_20120613_190205-1024x768.jpg" alt="" width="640" height="480" /></a></dt>
<dd>Mark working with Software Defined Radio</dd>
</dl>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2012/07/02/end-of-june-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>24 Hour Hacksession</title>
		<link>http://hackerspace-adelaide.org.au/blog/2012/06/12/24-hour-hacksession/</link>
		<comments>http://hackerspace-adelaide.org.au/blog/2012/06/12/24-hour-hacksession/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 04:08:02 +0000</pubDate>
		<dc:creator>JonW</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://hackerspace-adelaide.org.au/blog/?p=482</guid>
		<description><![CDATA[This weekend a few hardy souls gathered together for a hacksession organised by Robyn that was so incredible it could not be contained within a simple 3 hour period. Robyn continued to work on her robot Pix brought along his &#8230; <a href="http://hackerspace-adelaide.org.au/blog/2012/06/12/24-hour-hacksession/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This weekend a few hardy souls gathered together for a hacksession organised by Robyn that was so incredible it could not be contained within a simple 3 hour period.</p>
<p>Robyn continued to work on her robot</p>
<div id="attachment_487" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_103715.jpg"><img class="size-large wp-image-487" title="IMG_20120611_103715" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_103715-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Robyns robot</p></div>
<p>Pix brought along his Makerbot to experiment with methods of calibration.</p>
<div id="attachment_483" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_132820.jpg"><img class="size-large wp-image-483" title="IMG_20120610_132820" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_132820-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Pix&#39; Makerbot</p></div>
<p>This was also the first occurance of &#8220;Craft time with Pix.&#8221;  A humble beer carton was converted to support the operation of the Huxley.</p>
<div id="attachment_484" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_140928.jpg"><img class="size-large wp-image-484" title="IMG_20120610_140928" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_140928-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">An unsuspecting beer carton</p></div>
<div id="attachment_485" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_155352.jpg"><img class="size-large wp-image-485" title="IMG_20120610_155352" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_155352-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Carton based filament holder</p></div>
<p>During the afternoon the chips were opened &#8211; I repeat, the chips were opened.</p>
<div id="attachment_486" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_173050.jpg"><img class="size-large wp-image-486" title="IMG_20120610_173050" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120610_173050-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">The chips - opened</p></div>
<p>A lot of printing occured:</p>
<p>I printed some Huxley parts:</p>
<div id="attachment_488" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_103349.jpg"><img class="size-large wp-image-488" title="IMG_20120611_103349" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_103349-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Parts for an Huxley - some were prepared earlier</p></div>
<p>Pix printed a white PLA dome and Kylie(?) printed a TARDIS.</p>
<div id="attachment_489" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_093159.jpg"><img class="size-large wp-image-489" title="IMG_20120611_093159" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_093159-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Dome and TARDIS</p></div>
<p>Ryan printed a case for a Raspberry Pi.  He also continues to work on his own Huxley &#8211; the application of PTFE tape may have fixed his bowden extruder issues.</p>
<div id="attachment_490" class="wp-caption alignnone" style="width: 650px"><a href="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_093358.jpg"><img class="size-large wp-image-490" title="IMG_20120611_093358" src="http://hackerspace-adelaide.org.au/blog/wp-content/uploads/2012/06/IMG_20120611_093358-1024x768.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">Raspberry Pi case and TARDII</p></div>
]]></content:encoded>
			<wfw:commentRss>http://hackerspace-adelaide.org.au/blog/2012/06/12/24-hour-hacksession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
