<?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>(Baltimore) Harford Hackerspace &#187; Squintz</title>
	<atom:link href="http://baltimorehackerspace.com/author/Squintz/feed/" rel="self" type="application/rss+xml" />
	<link>http://baltimorehackerspace.com</link>
	<description>Maryland Electronics, Software, Science and Robotics Club</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:46:41 +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>Coffee Maker Mod</title>
		<link>http://baltimorehackerspace.com/2012/01/coffee-maker-mod/</link>
		<comments>http://baltimorehackerspace.com/2012/01/coffee-maker-mod/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 15:11:22 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1742</guid>
		<description><![CDATA[Sure&#8230; anyone can go to the local store and buy a coffee maker with a timer. That was not good enough for our new member Ryan Merl.  Keeping in the hacking spirit, Ryan decided to make his own internet controlled coffee maker. He installed a relay between the wall cord and the power switch on [...]]]></description>
			<content:encoded><![CDATA[<p>Sure&#8230; anyone can go to the local store and buy a coffee maker with a timer. That was not good enough for our new member Ryan Merl.  Keeping in the hacking spirit, Ryan decided to make his own internet controlled coffee maker. He installed a relay between the wall cord and the power switch on the coffee pot. The relay is controlled by his arduino. He used <a title="How to use a relay with arduino tutorial." href="http://www.glacialwanderer.com/hobbyrobotics/?p=9">this tutorial</a> as a guide.  An ethernet shield is used to connect the arduino to the network.</p>
<p>You can find the source code for this project here: <a href="https://github.com/theanti9/HTTPCoffeePot">https://github.com/theanti9/HTTPCoffeePot</a>. Be sure to checkout the Readme.doc for more details.</p>
<p><strong><em>Special Features</em></strong></p>
<ul>
<li>15 minute automatic shutoff</li>
<li>Controlled via HTTP Requests</li>
<li>Status, start, and stop requests</li>
<li>Returns JSON meant for AJAX interfaces</li>
<li>Ready and running LEDs</li>
</ul>
<p>HTTPCoffeePot can be connected to your arduino with an ethernet shield and attached to the network. It will listen on port 80, like a normal web server, and take several different request URLs to control it. The URLs return JSON with the intention that an AJAX interface will be built over it:</p>
<ul>
<li>/status/ &#8211; This will return some information about the current status of the coffee pot</li>
<li>/start/ &#8211; This will start the coffee pot assuming that it is currently ready to be started and not started already</li>
<li>/stop/ &#8211; This will turn off the coffee pot</li>
</ul>
<p>Currently the process will work like this:</p>
<ol>
<li>Put in coffee grounds/filter/water</li>
<li>Press ready button to enter coffee pot into ready state</li>
<li>When coffee is desired, send /start/ request</li>
<li>Wait for coffee to finish</li>
<li>Send manual /stop/ request <em>OR</em> wait for timed automatic shut off to take place after 15 minutes</li>
</ol>
<p>I have a very simple coffee maker which is really only a switch. The modifications I made to the pot were to cut the power inside of it between the wall and the switch on the pot and place a relay in between. The relay is then activated by the Arduino board when sent the /start/ request.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-31-1742">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2012/01/coffee-maker-mod/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-554" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/img_0490.jpg" title=" " class="shutterset_set_31" >
								<img title="img_0490" alt="img_0490" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_img_0490.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-555" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/img_0491.jpg" title=" " class="shutterset_set_31" >
								<img title="img_0491" alt="img_0491" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_img_0491.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-556" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/img_0492.jpg" title=" " class="shutterset_set_31" >
								<img title="img_0492" alt="img_0492" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_img_0492.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-557" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/img_0495.jpg" title=" " class="shutterset_set_31" >
								<img title="img_0495" alt="img_0495" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_img_0495.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-558" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/img_0496.jpg" title=" " class="shutterset_set_31" >
								<img title="img_0496" alt="img_0496" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_img_0496.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-559" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/img_0498.jpg" title=" " class="shutterset_set_31" >
								<img title="img_0498" alt="img_0498" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_img_0498.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-560" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/circuit_map.png" title=" " class="shutterset_set_31" >
								<img title="circuit_map" alt="circuit_map" src="http://baltimorehackerspace.com/wp-content/gallery/ryan-merl-coffee-maker-mod/thumbs/thumbs_circuit_map.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2012/01/coffee-maker-mod/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hacking is not a crime</title>
		<link>http://baltimorehackerspace.com/2012/01/hacking-is-not-a-crime/</link>
		<comments>http://baltimorehackerspace.com/2012/01/hacking-is-not-a-crime/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 03:34:27 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1729</guid>
		<description><![CDATA[We want to send a big THANK YOU! to Mars Brown from New Orleans for sending us these awesome vinyl stickers. &#160; &#160; &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://baltimorehackerspace.com/wp-content/uploads/2012/01/hinac.jpg"><img class="alignleft size-medium wp-image-1730" style="border-style: initial; border-color: initial;" title="Hacking is not a crime" src="http://baltimorehackerspace.com/wp-content/uploads/2012/01/hinac-300x225.jpg" alt="Hacking is not a crime" width="300" height="225" /></a></p>
<p>We want to send a big THANK YOU! to Mars Brown from New Orleans for sending us these awesome vinyl stickers.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2012/01/hacking-is-not-a-crime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack This: 24 Incredible Hackerspace Projects from the DIY Movement</title>
		<link>http://baltimorehackerspace.com/2011/11/hack-this-24-incredible-hackerspace-projects-from-the-diy-movement/</link>
		<comments>http://baltimorehackerspace.com/2011/11/hack-this-24-incredible-hackerspace-projects-from-the-diy-movement/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 01:26:27 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1606</guid>
		<description><![CDATA[In Hack This: 24 Incredible Hackerspace Projects from the DIY Movement author John Baichtal explains what hackerspaces are and he talks about how they work and who runs them. The book also features 24 hackerspace projects from hackerspaces all around the world. Harford Hackerspace is featured in Chapter 15: DIY CNC ROUTER. You can purchase [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/0789748975/ref=as_li_tf_il?ie=UTF8&amp;tag=harforhacker-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0789748975"><img class="alignleft" style="border: 0pt none; margin: 20px;" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0789748975&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=harforhacker-20&amp;ServiceVersion=20070822" alt="" width="123" height="160" border="0" /><img style="float: left; border: none; margin: 10px;" src="http://www.assoc-amazon.com/e/ir?t=harforhacker-20&amp;l=as2&amp;o=1&amp;a=0789748975&amp;camp=217145&amp;creative=399373" alt="" /><br />
</a> In <a href="http://www.amazon.com/gp/product/0789748975/ref=as_li_tf_tl?ie=UTF8&amp;tag=harforhacker-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0789748975">Hack This: 24 Incredible Hackerspace Projects from the DIY Movement</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=harforhacker-20&amp;l=as2&amp;o=1&amp;a=0789748975&amp;camp=217145&amp;creative=399373" alt="" width="1" height="1" border="0" /> author John Baichtal explains what hackerspaces are and he talks about how they work and who runs them. The book also features 24 hackerspace projects from hackerspaces all around the world.</p>
<p>Harford Hackerspace is featured in Chapter 15: DIY CNC ROUTER.</p>
<p>You can purchase the book from <a title="Amazon.com" href="http://www.amazon.com/gp/product/0789748975/ref=as_li_tf_tl?ie=UTF8&amp;amp;tag=harforhacker-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=0789748975">Amazon.com</a></p>

<div class="ngg-galleryoverview" id="ngg-gallery-29-1606">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2011/11/hack-this-24-incredible-hackerspace-projects-from-the-diy-movement/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-537" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/hack-this-project-15_1.jpg" title=" " class="shutterset_set_29" >
								<img title="hack-this-project-15_1" alt="hack-this-project-15_1" src="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/thumbs/thumbs_hack-this-project-15_1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-538" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/hack-this-project-15_2.jpg" title=" " class="shutterset_set_29" >
								<img title="hack-this-project-15_2" alt="hack-this-project-15_2" src="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/thumbs/thumbs_hack-this-project-15_2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-539" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/hack-this-project-15_7.jpg" title=" " class="shutterset_set_29" >
								<img title="hack-this-project-15_7" alt="hack-this-project-15_7" src="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/thumbs/thumbs_hack-this-project-15_7.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-540" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/hack-this-project-15_9.jpg" title=" " class="shutterset_set_29" >
								<img title="hack-this-project-15_9" alt="hack-this-project-15_9" src="http://baltimorehackerspace.com/wp-content/gallery/hack-this-24-projects/thumbs/thumbs_hack-this-project-15_9.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/11/hack-this-24-incredible-hackerspace-projects-from-the-diy-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Bull Creation Finalist</title>
		<link>http://baltimorehackerspace.com/2011/05/red-bull-creation-finalist/</link>
		<comments>http://baltimorehackerspace.com/2011/05/red-bull-creation-finalist/#comments</comments>
		<pubDate>Wed, 11 May 2011 17:53:12 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[Red Bull Creation]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1455</guid>
		<description><![CDATA[Brooklyn, NY Here we come! Paul, Jeff, Miles, David (from left to right) will be headed to New York in July to compete against 15 other teams in the Red Bull Creation challenge.  You can read the official e-mail below. The photo on the left was taken at 3am as we were finishing up our [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/05/77fff42dderp_small.jpg"><img class="alignleft size-medium wp-image-1459" title="77fff42dderp_small" src="http://harfordhackerspace.org/wp-content/uploads/2011/05/77fff42dderp_small-300x200.jpg" alt="" width="300" height="200" /></a>Brooklyn, NY Here we come! Paul, Jeff, Miles, David (from left to right) will be headed to New York in July to compete against 15 other teams in the Red Bull Creation challenge.  You can read the official e-mail below.</p>
<p>The photo on the left was taken at 3am as we were finishing up our qualifying entry to the <a href="http://www.redbullusa.com/creation">Red Bull Creation challenge.</a><br />
Here is <a href="http://www.popularmechanics.com/technology/engineering/gonzo/red-bulls-creation-contest-finalists-video-5724972?click=pm_news">Popular Mechanics coverage of the winners</a>.<br />
Our submission:</p>
<p>&nbsp;</p>
<blockquote><p><strong>Congratulations Harford Hackerspace! Great Joy!</strong></p>
<p>Your team has made it to the final round of Red Bull Creation, and you are invited to come to New York to take part in the ultimate 72 hour build-a-thon!</p>
<p>Go ahead and jump up and down, run around, call everyone you know (most importantly your teammates) and do what you need to do to celebrate, cause you’re invited to take the final challenge!  Yes it’s true. You Won.</p>
<p><strong>This is what you gotta do next:</strong><br />
<span id="more-1455"></span></p>
<p><strong>1. Know what you are committing to:</strong><br />
By Accepting the Red Bull Creation Challenge, your team is committing to taking part in a 72 hour no holds barred invention competition build-a-thon. The event takes place from NOON Thursday, July 7 through 8PM Sunday July 10 in Greenpoint, Brooklyn. You and your team will compete alongside 15 other winning teams (16 teams, 64 team members total) in a challenge that will not be disclosed till the kick off party.</p>
<p><strong>2. Check the dates: </strong><br />
In order for your team to accept the challenge we need for you to confirm that all four of your team members can commit to the following days in NYC. (Note- we will be providing some financial support to get you and your teammates there, see below)</p>
<p>-<strong>July 6th 6PM</strong>-Team members must be present for the registration kick off party, team meet and greet, team “weigh-in” and the official announcement of the Red Bull Creation challenge.<br />
-<strong>July 7-10</strong> -All of your team members need to be on-site, building, and in it to win it.</p>
<p><strong>3. Send us your confirmation: Red Pill/ Blue Pill Which do You Choose.</strong><br />
Once you have confirmed that all four of your team members can commit to the full RBC challenge email us at blah_blah_blahe@gmail.com with a big “YES.”</p>
<p>*We will also be contacting each team individually in the next 3 days via cellular technology to answer any questions you might have and explain in detail what is in store for each team should they choose to accept.</p>
<p><strong>4. Deadline to commit: May 25, 7pm PST:</strong><br />
If we do not have a confirmation from you by May 25th at 7:00pm PST, we will have to unfortunately ask you to forfeit your “chair”, and an alternate team will be chosen.</p>
<p><strong>FAQs:</strong></p>
<p>This is great, but how do we get all the way to NYC?<br />
Your team is awarded a $2,000 stipend to get all of ya to the Big Apple, and otherwise support this endeavor. This is your loot  and how you spend it is completely up to you. Half will be paid upon accepting the challenge, the second half once you arrive on-site.</p>
<p><strong>Where will will we stay once we are there? </strong><br />
For the duration of the challenge we will provide each team with an RV and basic amenities. It’s nothing fancy, but it’s your trailer (and besides, you’re not coming to New York to get beauty rest!).  If you want to setup other accommodations, that’s fine too.</p>
<p>RV Check-in:  Wed, July 6th<br />
RV Check-out: Sunday July 10th</p>
<p><strong>What about food, are you going to feed us while we build for 72 hours straight?</strong><br />
We will be supplying some food while you’re on-site (NYC’s finest food carts, taco trucks, pizzas, etc). Beverages, and of course lots of Red Bull, are also included.</p>
<p><strong>What is the build theme of this final competition ? </strong><br />
That, my friends, is a mystery.  However, we&#8217;re going to give you some hints starting 2 weeks beforehand so you can partially prepare. Accept, and stay tuned to the twitters in the wind.</p>
<p><strong>Can my team bring any tools are spare parts? </strong><br />
Each team is allowed to bring 200lbs of stuff. This may include any type of specialty tools, raw material and raw components (nothing assembled, individual parts only). July 6th there will be a &#8220;weigh-in&#8221; for each team during the team registration Kick-off party.</p>
<p><strong>What will be available for teams to use? </strong><br />
Each team will have their own personal workshop on-site. Each workshop will be stocked with tools for you to use (and they are yours to take home !). In addition, there will be a central industrial tool area/ buildshop.  We will also have a stockpile of specialty materials on-site for you to use.  (Note: we will send you a specific list of available tools soon).  All other parts must be somehow acquired over the 72 hours.</p>
<p><strong>What happens when the 72 hour build is finished? </strong><br />
-At Noon on Sunday, July 10th a bell will toll to signal the end of the Red Bull Creation 72hr build-a-thon. A great cheer will be heard from within a one block radius.  Each teams Creation will then be moved via flat bed trucks in a mini-parade through Brooklyn 1.2 miles to McCarren Park.  It is here where we are going to have a little “show and tell” for the neighborhood. Creations will be judged by our panel of judges, and the top 3 creations will be announced to crowd. And again, there will be great celebration!</p>
<p><strong>Will this be filmed?</strong><br />
Yes. Throughout the duration of the challenge and the event, you might be filmed, and the footage could be used in TV and the internets- you must be cool with this.  Also, your team must be prepared to stand in front of people and talk about what you made, and how you did it.</p>
<p><strong>Whats in it for us?</strong><br />
Most importantly, fun!   Then fame, glory, and money. Oh and Tools!</p>
<p>-$10,000 in cash donations to the winning teams (1st Place), $5,000 (2nd Place), $3,000 and (3rd place) $2,000.  This money is intended to support your team’s future endeavours and projects.</p>
<p>-The winning teams will also be donated the tools from the build-a-thon workshop (plasma cutter, welders, etc).</p>
<p>-Each team, winning or not, will take home additional tools!!</p>
<p>Congratulations and we look forward to hearing from you soon!</p>
<p>Mad props to all,<br />
The Red Bull Creation Team.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/05/red-bull-creation-finalist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Robot Fest 2011</title>
		<link>http://baltimorehackerspace.com/2011/05/robot-fest-2011/</link>
		<comments>http://baltimorehackerspace.com/2011/05/robot-fest-2011/#comments</comments>
		<pubDate>Wed, 04 May 2011 14:08:40 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1374</guid>
		<description><![CDATA[Last weekend we displayed our projects at Robot Fest 2011. In our photos, you may notice a few new things on display. This is because in 2010 Robot Fest also became Mid Atlantic Mini Maker Faire. Unfortunately we spent most of the day behind our table and we were not able to capture everything at [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend we displayed our projects at Robot Fest 2011. In our photos, you may notice a few new things on display. This is because in 2010 Robot Fest also became <a title="Mini Maker Faire" href="http://makerfaire.com/">Mid Atlantic Mini Maker Faire</a>. Unfortunately we spent most of the day behind our table and we were not able to capture everything at the event. If you have photos of the event to share with us please e-mail them to info@harfordhackerspace.org</p>

<div class="ngg-galleryoverview" id="ngg-gallery-28-1374">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2011/05/robot-fest-2011/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-492" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/andy_who.jpg" title=" " class="shutterset_set_28" >
								<img title="andy_who" alt="andy_who" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_andy_who.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-491" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/3pi_line_maze.jpg" title=" " class="shutterset_set_28" >
								<img title="3pi_line_maze" alt="3pi_line_maze" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_3pi_line_maze.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-493" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/another_kid_in_jeremy_helmet.jpg" title=" " class="shutterset_set_28" >
								<img title="another_kid_in_jeremy_helmet" alt="another_kid_in_jeremy_helmet" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_another_kid_in_jeremy_helmet.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-494" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/bike_riding.jpg" title=" " class="shutterset_set_28" >
								<img title="bike_riding" alt="bike_riding" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_bike_riding.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-495" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/bot_head_player.jpg" title=" " class="shutterset_set_28" >
								<img title="bot_head_player" alt="bot_head_player" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_bot_head_player.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-496" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/combat_robots.jpg" title=" " class="shutterset_set_28" >
								<img title="combat_robots" alt="combat_robots" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_combat_robots.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-497" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/cool_mindstorm.jpg" title=" " class="shutterset_set_28" >
								<img title="cool_mindstorm" alt="cool_mindstorm" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_cool_mindstorm.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-498" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/cross_eyed_paul.jpg" title=" " class="shutterset_set_28" >
								<img title="cross_eyed_paul" alt="cross_eyed_paul" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_cross_eyed_paul.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-499" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/david_line_maze.jpg" title=" " class="shutterset_set_28" >
								<img title="david_line_maze" alt="david_line_maze" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_david_line_maze.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-500" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/jason_laugh.jpg" title=" " class="shutterset_set_28" >
								<img title="jason_laugh" alt="jason_laugh" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_jason_laugh.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-501" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/jeremy_kart_floor.jpg" title=" " class="shutterset_set_28" >
								<img title="jeremy_kart_floor" alt="jeremy_kart_floor" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_jeremy_kart_floor.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-502" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/jeremy_kart_table.jpg" title=" " class="shutterset_set_28" >
								<img title="jeremy_kart_table" alt="jeremy_kart_table" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_jeremy_kart_table.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-503" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/kid_in__jeremy_helmet.jpg" title=" " class="shutterset_set_28" >
								<img title="kid_in__jeremy_helmet" alt="kid_in__jeremy_helmet" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_kid_in__jeremy_helmet.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-504" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/kid_in__jeremy_helmet_2.jpg" title=" " class="shutterset_set_28" >
								<img title="kid_in__jeremy_helmet_2" alt="kid_in__jeremy_helmet_2" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_kid_in__jeremy_helmet_2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-505" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/kits.jpg" title=" " class="shutterset_set_28" >
								<img title="kits" alt="kits" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_kits.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-506" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/line_maze.jpg" title=" " class="shutterset_set_28" >
								<img title="line_maze" alt="line_maze" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_line_maze.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-507" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/miles_close_up.jpg" title=" " class="shutterset_set_28" >
								<img title="miles_close_up" alt="miles_close_up" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_miles_close_up.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-508" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/miles_setup.jpg" title=" " class="shutterset_set_28" >
								<img title="miles_setup" alt="miles_setup" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_miles_setup.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-509" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/mindstorm.jpg" title=" " class="shutterset_set_28" >
								<img title="mindstorm" alt="mindstorm" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_mindstorm.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-510" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/model_ship.jpg" title=" " class="shutterset_set_28" >
								<img title="model_ship" alt="model_ship" src="http://baltimorehackerspace.com/wp-content/gallery/robot-fest-2011/thumbs/thumbs_model_ship.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://baltimorehackerspace.com/2011/05/robot-fest-2011/?nggpage=2">2</a><a class="page-numbers" href="http://baltimorehackerspace.com/2011/05/robot-fest-2011/?nggpage=3">3</a><a class="next" id="ngg-next-2" href="http://baltimorehackerspace.com/2011/05/robot-fest-2011/?nggpage=2">&#9658;</a></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/05/robot-fest-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combat Robots Workshop</title>
		<link>http://baltimorehackerspace.com/2011/04/combat-robots-workshop/</link>
		<comments>http://baltimorehackerspace.com/2011/04/combat-robots-workshop/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 20:09:49 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1340</guid>
		<description><![CDATA[I took my son to the Combat Robots Workshop at the National Electronics Museum in Linthicum, MD. The workshop was hosted by the PennBots Robot Club of Pennsylvania. The rules of the game were demonstrated to us at the arena and then it was our turn. For the low price of $25 we were given [...]]]></description>
			<content:encoded><![CDATA[<p>I took my son to the Combat Robots Workshop at the National Electronics Museum in Linthicum, MD. The workshop was hosted by the <a title="PennBots Robot Club of Pennsylvania" href="http://www.pennbots.net/">PennBots</a> Robot Club of Pennsylvania. The rules of the game were demonstrated to us at the arena and then it was our turn. For the low price of $25 we were given an RC toy to hack and a bunch of parts to pick through.  The biggest challenge was reducing the weight of the robot to the Ant Class (1lb).  The other classes were Flea (150 grams) and Beetle (3lbs).</p>
<p>I have to say that my 7 year old son made me very proud today when he cleanly pushed another bot into the pits while it was being controlled by an adult.  See him in action in the video below.  After the competition, we stuck all the robots into the arena for one last melee. Since there were only two frequencies being used it made for a really interesting match.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-26-1340">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2011/04/combat-robots-workshop/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-452" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0031.jpg" title="The tables were being setup" class="shutterset_set_26" >
								<img title="imag0031" alt="imag0031" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0031.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-453" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0032.jpg" title="RC toys before we destroyed them" class="shutterset_set_26" >
								<img title="imag0032" alt="imag0032" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0032.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-454" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0033.jpg" title="RC toys before we destroyed them" class="shutterset_set_26" >
								<img title="imag0033" alt="imag0033" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0033.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-455" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0034.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0034" alt="imag0034" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0034.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-456" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0035.jpg" title="The combat robot arena disassembled" class="shutterset_set_26" >
								<img title="imag0035" alt="imag0035" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0035.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-457" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0036.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0036" alt="imag0036" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0036.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-458" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0037.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0037" alt="imag0037" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0037.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-459" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0038.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0038" alt="imag0038" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0038.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-460" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0039.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0039" alt="imag0039" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0039.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-461" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0040.jpg" title="The red corner" class="shutterset_set_26" >
								<img title="imag0040" alt="imag0040" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0040.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-462" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0041.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0041" alt="imag0041" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0041.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-463" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0042.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0042" alt="imag0042" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0042.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-464" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0043.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0043" alt="imag0043" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0043.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-465" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0044.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0044" alt="imag0044" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0044.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-466" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0045.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0045" alt="imag0045" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0045.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-467" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0046.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0046" alt="imag0046" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0046.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-468" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0047.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0047" alt="imag0047" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0047.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-469" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0048.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0048" alt="imag0048" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0048.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-470" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0049.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0049" alt="imag0049" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0049.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-471" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/imag0050.jpg" title=" " class="shutterset_set_26" >
								<img title="imag0050" alt="imag0050" src="http://baltimorehackerspace.com/wp-content/gallery/combat_robots_4_09_2011/thumbs/thumbs_imag0050.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://baltimorehackerspace.com/2011/04/combat-robots-workshop/?nggpage=2">2</a><a class="next" id="ngg-next-2" href="http://baltimorehackerspace.com/2011/04/combat-robots-workshop/?nggpage=2">&#9658;</a></div> 	
</div>


<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/mWC4AM5Fy-E" frameborder="0" allowfullscreen></iframe></p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/W_dlJ5P5a5A" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/04/combat-robots-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skeet Shooting in Lochraven</title>
		<link>http://baltimorehackerspace.com/2011/04/skeet-shooting-in-lochraven/</link>
		<comments>http://baltimorehackerspace.com/2011/04/skeet-shooting-in-lochraven/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 15:22:27 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1336</guid>
		<description><![CDATA[Several Harford Hackerspace members spent the day at the Lochraven Skeet and Trap range shooting clay pigeons. If you are interested in the sport you should have a look at SCSkeet.com beginner tutorial and watch the instructional video below. There is a little bit more to the game of skeet than just aiming and shooting.]]></description>
			<content:encoded><![CDATA[<p>Several Harford Hackerspace members spent the day at the <a title="Lochraven Skeet and Trap" href="http://www.lochravenskeettrap.com/">Lochraven Skeet and Trap</a> range shooting clay pigeons. If you are interested in the sport you should have a look at <a title="SCSkeet.com Beginner Tutorial" href="http://www.scskeet.com/Beginner_skeet/Beginner_Skeet.htm">SCSkeet.com beginner tutorial</a> and watch the instructional video below. There is a little bit more to the game of skeet than just aiming and shooting.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-25-1336">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2011/04/skeet-shooting-in-lochraven/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-379" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0141.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0141" alt="dsc_0141" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0141.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-380" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0142.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0142" alt="dsc_0142" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0142.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-381" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0143-1.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0143-1" alt="dsc_0143-1" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0143-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-382" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0143.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0143" alt="dsc_0143" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0143.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-383" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0144.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0144" alt="dsc_0144" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0144.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-384" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0145.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0145" alt="dsc_0145" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0145.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-385" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0146.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0146" alt="dsc_0146" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0146.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-386" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0147.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0147" alt="dsc_0147" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0147.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-387" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0148.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0148" alt="dsc_0148" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0148.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-388" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0149.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0149" alt="dsc_0149" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0149.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-389" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0150.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0150" alt="dsc_0150" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0150.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-390" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0151.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0151" alt="dsc_0151" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0151.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-391" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0152.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0152" alt="dsc_0152" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0152.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-392" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0153.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0153" alt="dsc_0153" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0153.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-393" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0154.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0154" alt="dsc_0154" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0154.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-394" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/dsc_0155.jpg" title=" " class="shutterset_set_25" >
								<img title="dsc_0155" alt="dsc_0155" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_dsc_0155.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-395" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/img_0271.jpg" title=" " class="shutterset_set_25" >
								<img title="img_0271" alt="img_0271" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_img_0271.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-396" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/img_0272.jpg" title=" " class="shutterset_set_25" >
								<img title="img_0272" alt="img_0272" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_img_0272.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-397" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/img_0273.jpg" title=" " class="shutterset_set_25" >
								<img title="img_0273" alt="img_0273" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_img_0273.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-398" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/img_0274.jpg" title=" " class="shutterset_set_25" >
								<img title="img_0274" alt="img_0274" src="http://baltimorehackerspace.com/wp-content/gallery/skeet-shooting-4-2-2011/thumbs/thumbs_img_0274.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://baltimorehackerspace.com/2011/04/skeet-shooting-in-lochraven/?nggpage=2">2</a><a class="next" id="ngg-next-2" href="http://baltimorehackerspace.com/2011/04/skeet-shooting-in-lochraven/?nggpage=2">&#9658;</a></div> 	
</div>


<p><iframe title="YouTube video player" width="540" height="385" src="http://www.youtube.com/embed/zPlVQLdVtoM" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/04/skeet-shooting-in-lochraven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our Trash is Your Treasure</title>
		<link>http://baltimorehackerspace.com/2011/02/our-trash-is-your-treasure/</link>
		<comments>http://baltimorehackerspace.com/2011/02/our-trash-is-your-treasure/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 14:52:56 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[National Electronics Museum]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/2011/02/our-trash-is-your-treasure/</guid>
		<description><![CDATA[We will be at the second annual Techno Swap Fest. Come buy our junk! Feb 19, 2011  -  9am to 2pm National Electronics Museum 1745 West Nursery Road Linthicum Hts, MD 21090-2906 More Info&#8230; https://sites.google.com/site/technoswapfest2/ Entrance Donation: Adults $5, Kids under 16 FREE Seller&#8217;s Table: $10 (limited number, reserve early) Club Sponsorship: FREE (just send [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://harfordhackerspace.org/wp-content/uploads/2009/03/event_icon.jpg"></a><a href="http://harfordhackerspace.org/wp-content/uploads/2011/02/clip_art_garage_sale-80.jpg"><img class="alignleft size-full wp-image-1288" title="Swap Fest" src="http://harfordhackerspace.org/wp-content/uploads/2011/02/clip_art_garage_sale-80.jpg" alt="Techno Swap Fest" width="238" height="257" /></a>We will be at the second annual<span style="color: #808000;"> </span><strong><span style="color: #ffff00;">Techno Swap Fest</span></strong>.<strong> </strong>Come buy our junk!</p>
<p>Feb 19, 2011  -  9am to 2pm</p>
<p>National Electronics Museum<br />
1745 West Nursery Road<br />
Linthicum Hts, MD 21090-2906</p>
<p><strong><span style="color: #ffff00;">More Info&#8230;</span></strong><br />
<a href="https://sites.google.com/site/technoswapfest2/">https://sites.google.com/site/technoswapfest2/</a></p>
<table border="0" cellspacing="0" bordercolor="#888888">
<tbody>
<tr>
<td><strong>Entrance Donation:</strong><strong> </strong></td>
<td>Adults $5, Kids under 16 FREE</td>
</tr>
<tr>
<td><strong> Seller&#8217;s Table: </strong></td>
<td>$10 (limited number, reserve early)</td>
</tr>
<tr>
<td><strong> Club Sponsorship:</strong></td>
<td>FREE (just send us your info)</td>
</tr>
</tbody>
</table>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/02/our-trash-is-your-treasure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CNC User Group Wrap-Up</title>
		<link>http://baltimorehackerspace.com/2011/02/cnc-user-group-wrap-up/</link>
		<comments>http://baltimorehackerspace.com/2011/02/cnc-user-group-wrap-up/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 23:07:51 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[CNC]]></category>
		<category><![CDATA[Happenings]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1281</guid>
		<description><![CDATA[We hosted our first CNC/Makerbot User Group meeting. A special thanks goes out to Brian Dolge for organizing the event and making it a success. We had a great turnout with about 20+ people in attendance. Marty McGuire demonstrated his Makerbot by drawing on Post-Its with a Sharpie. Harford Hackerspace demonstrated their CNC Milling machine [...]]]></description>
			<content:encoded><![CDATA[<p>We hosted our first CNC/Makerbot User Group meeting. A special thanks goes out to Brian Dolge for organizing the event and making it a success. We had a great turnout with about 20+ people in attendance. Marty McGuire demonstrated his Makerbot by drawing on Post-Its with a Sharpie. Harford Hackerspace demonstrated their CNC Milling machine by cutting out a wooden Ninja star. Check out the images below.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-24-1281">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2011/02/cnc-user-group-wrap-up/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-362" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0164.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0164" alt="img_0164" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0164.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-363" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0165.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0165" alt="img_0165" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0165.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-364" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0166.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0166" alt="img_0166" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0166.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-365" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0167.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0167" alt="img_0167" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0167.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-366" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0168.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0168" alt="img_0168" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0168.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-367" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0169.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0169" alt="img_0169" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0169.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-368" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0170.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0170" alt="img_0170" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0170.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-369" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0171.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0171" alt="img_0171" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0171.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-370" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0172.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0172" alt="img_0172" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0172.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-371" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0175.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0175" alt="img_0175" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0175.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-372" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0176.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0176" alt="img_0176" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0176.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-373" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0178.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0178" alt="img_0178" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0178.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-374" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0179.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0179" alt="img_0179" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0179.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-375" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0180.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0180" alt="img_0180" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0180.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-376" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0181.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0181" alt="img_0181" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0181.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-377" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0182.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0182" alt="img_0182" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0182.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-378" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/img_0183.jpg" title=" " class="shutterset_set_24" >
								<img title="img_0183" alt="img_0183" src="http://baltimorehackerspace.com/wp-content/gallery/cnc-user-group-02-13-2011/thumbs/thumbs_img_0183.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/02/cnc-user-group-wrap-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tron Identity Disc Mod</title>
		<link>http://baltimorehackerspace.com/2010/12/tron-identity-disc-mod/</link>
		<comments>http://baltimorehackerspace.com/2010/12/tron-identity-disc-mod/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 20:01:00 +0000</pubDate>
		<dc:creator>Squintz</dc:creator>
				<category><![CDATA[Netduino]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1243</guid>
		<description><![CDATA[Over the past several months the members of Harford Hackerspace have been working on modifying a Delux Tron Legacy Disc. The modification uses a Netduino and MAX7219 to increase the number of LEDs from 8 to 33. The project was featured on Microsofts Channel 9 (video) and now there is a complete tutorial of the build [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/I_KGca_g96U?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="540" height="385" src="http://www.youtube.com/v/I_KGca_g96U?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Over the past several months the members of Harford Hackerspace have been working on modifying a <a href="http://www.toysrus.com/product/index.jsp?productId=4068819">Delux Tron Legacy Disc</a>. The modification uses a <a href="http://www.netduino.com/">Netduino</a> and MAX7219 to increase the number of LEDs from 8 to 33. The project was featured on <a href="http://bit.ly/aWRwQX">Microsofts Channel 9</a> (video) and now there is a complete tutorial of the build on <a href="http://blogs.msdn.com/b/coding4fun/archive/2010/12/13/10104241.aspx">Coding4Fun</a>.</p>
<p>This Friday &#8211; December 17th, Disney is releasing a sequel to the 1982 movie. <a href="http://disney.go.com/tron/">Tron Legacy (Official Site)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2010/12/tron-identity-disc-mod/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

