<?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</title>
	<atom:link href="http://baltimorehackerspace.com/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>Useful wireless solution comparison chart</title>
		<link>http://baltimorehackerspace.com/2012/01/useful-wireless-solution-comparison-chart/</link>
		<comments>http://baltimorehackerspace.com/2012/01/useful-wireless-solution-comparison-chart/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:46:30 +0000</pubDate>
		<dc:creator>superfro</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1718</guid>
		<description><![CDATA[Last week I was having a discussion with one of our members about solutions on how we can control his biped robot he is working on.  I was trying to explain that we could go something like zigbee (which he has a zigbee servo controller already) but you&#8217;re going to trade off throughput, if you [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was having a discussion with one of our members about solutions on how we can control his biped robot he is working on.  I was trying to explain that we could go something like zigbee (which he has a zigbee servo controller already) but you&#8217;re going to trade off throughput, if you wanted to add streaming video to it, and we&#8217;ll need to construct something for the pc to talk to the zigbee network.  We could go bluetooth, or even wifi, etc.  And it became a discussion of push pull&#8217;s difficulty implementing it, writing code for, cost of parts, etc.</p>
<p>(Biped robot pictured below if you havent&#8217; seen it, it&#8217;s really awesome!)</p>
<p><a href="http://baltimorehackerspace.com/wp-content/uploads/2012/01/marksbiped.jpg"><img class="alignleft size-medium wp-image-1720" title="marksbiped" src="http://baltimorehackerspace.com/wp-content/uploads/2012/01/marksbiped-167x300.jpg" alt="" width="167" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Anyway, I stumbled on <a href="http://www.digikey.com/us/en/techzone/wireless/resources/articles/wireless-technologies-for-industrial-applications.html">this article on digikey&#8217;s web site</a> that goes into further detail, but I wanted to share this nice little chart they have in the article.  It really sums up cost vs range vs throughput vs robustness.  I found it useful, thought someone else might also.  Enjoy.</p>
<p><a href="http://baltimorehackerspace.com/wp-content/uploads/2012/01/wirelesssolutionchart.jpg"><img class="alignleft size-full wp-image-1719" title="wirelesssolutionchart" src="http://baltimorehackerspace.com/wp-content/uploads/2012/01/wirelesssolutionchart.jpg" alt="" width="584" height="216" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2012/01/useful-wireless-solution-comparison-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year !!  Time to build something!</title>
		<link>http://baltimorehackerspace.com/2012/01/happy-new-year-time-to-build-something/</link>
		<comments>http://baltimorehackerspace.com/2012/01/happy-new-year-time-to-build-something/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 16:24:44 +0000</pubDate>
		<dc:creator>superfro</dc:creator>
				<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[Members]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1711</guid>
		<description><![CDATA[Miles is ready! &#160;]]></description>
			<content:encoded><![CDATA[<p>Miles is ready!</p>
<p><a href="http://baltimorehackerspace.com/wp-content/uploads/2012/01/PB210167.jpg"><img class="alignleft size-full wp-image-1712" title="Miles ready to hack" src="http://baltimorehackerspace.com/wp-content/uploads/2012/01/PB210167.jpg" alt="" width="576" height="432" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2012/01/happy-new-year-time-to-build-something/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>{Insert Appropriate Holiday Wishes Here}</title>
		<link>http://baltimorehackerspace.com/2011/12/insert-appropriate-holiday-wishes-here/</link>
		<comments>http://baltimorehackerspace.com/2011/12/insert-appropriate-holiday-wishes-here/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 16:11:05 +0000</pubDate>
		<dc:creator>bsom</dc:creator>
				<category><![CDATA[Soup]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1703</guid>
		<description><![CDATA[Merry Christmas, Joyous Kwanza, Happy Hanukkah, and (for the pagans) Enjoy the Winter Solstice!  Please enjoy this video from HaHa&#8217;s favorite high-voltage Brit, PhotonicInduction!  Enjoy! (And if you haven&#8217;t watched PhotonicInduction&#8217;s YouTube videos, DO IT NOW! They will change how you view high voltage forever.)]]></description>
			<content:encoded><![CDATA[<p>Merry Christmas, Joyous Kwanza, Happy Hanukkah, and (for the pagans) Enjoy the Winter Solstice!  Please enjoy this video from HaHa&#8217;s favorite high-voltage Brit, PhotonicInduction!  Enjoy! (And if you haven&#8217;t watched <a href="http://www.youtube.com/user/Photonicinduction" target="_blank">PhotonicInduction&#8217;s YouTube videos</a>, DO IT NOW! They will change how you view high voltage forever.)</p>
<p><iframe src="http://www.youtube.com/embed/6N0PpWDWoj4" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/12/insert-appropriate-holiday-wishes-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Library/Hackerspace Mashup</title>
		<link>http://baltimorehackerspace.com/2011/12/the-libraryhackerspace-mashup/</link>
		<comments>http://baltimorehackerspace.com/2011/12/the-libraryhackerspace-mashup/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 16:20:14 +0000</pubDate>
		<dc:creator>bsom</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1696</guid>
		<description><![CDATA[NPR has an interesting piece about a new wave in Hackerspace funding and facilities: Public libraries are partnering with hacker- and makerspaces in a win-win relationship.  The libraries, struggling with trying to stay relevant in the new digital distribution model for books and media, get the foot traffic they need while the hackerspaces get funding opportunities, proper facilities [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://baltimorehackerspace.com/wp-content/uploads/2011/12/maker-station-interior_wide.jpg"><img class="alignleft size-thumbnail wp-image-1697" title="maker-station-interior" src="http://baltimorehackerspace.com/wp-content/uploads/2011/12/maker-station-interior_wide-150x150.jpg" alt="" width="150" height="150" /></a>NPR has an <a href="http://www.npr.org/2011/12/10/143401182/libraries-make-room-for-high-tech-hackerspaces" target="_blank">interesting piece</a> about a new wave in Hackerspace funding and facilities: Public libraries are partnering with hacker- and makerspaces in a win-win relationship.  The libraries, struggling with trying to stay relevant in the new digital distribution model for books and media, get the foot traffic they need while the hackerspaces get funding opportunities, proper facilities (not a small task), and an outlet for exposure to new members.  So far, only a few libraries/makerspaces have partnerships, but those participating are satisfied with the arrangement.</p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/12/the-libraryhackerspace-mashup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you following us on twitter ?</title>
		<link>http://baltimorehackerspace.com/2011/11/are-you-following-us-on-twitter/</link>
		<comments>http://baltimorehackerspace.com/2011/11/are-you-following-us-on-twitter/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:13:15 +0000</pubDate>
		<dc:creator>superfro</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Soup]]></category>

		<guid isPermaLink="false">http://baltimorehackerspace.com/?p=1680</guid>
		<description><![CDATA[You&#8217;re not ? Well check us out here. Furthermore we&#8217;re doing some google+ stuff too. Oh and here&#8217;s some of the stuff you&#8217;ve been missing! GPS speedo, keepon, old parts, more old parts, dip pic32, and first glimpse at the cake o tron! &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://baltimorehackerspace.com/wp-content/uploads/2011/11/gplustwit.jpg"><img class="alignleft size-full wp-image-1682" style="margin-top: 10px; margin-bottom: 10px; border-width: 10px; border-color: black; border-style: solid;" title="gplustwit" src="http://baltimorehackerspace.com/wp-content/uploads/2011/11/gplustwit.jpg" alt="" width="232" height="216" /></a>You&#8217;re not ? Well <a href="http://twitter.com/#!/HarfordHacker">check us out here</a>. Furthermore we&#8217;re doing some <a href="https://plus.google.com/b/104530393773036072303/104530393773036072303/posts">google+ stuff too.</a></p>
<p>Oh and here&#8217;s some of the stuff you&#8217;ve been missing!</p>
<p>GPS speedo, keepon, old parts, more old parts, dip pic32, and first glimpse at the cake o tron!</p>

<div class="ngg-galleryoverview" id="ngg-gallery-30-1680">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://baltimorehackerspace.com/2011/11/are-you-following-us-on-twitter/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-541" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_1_gpsspeedo.jpg" title=" " class="shutterset_set_30" >
								<img title="t_1_gpsspeedo" alt="t_1_gpsspeedo" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_1_gpsspeedo.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-542" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_2_junk.jpg" title=" " class="shutterset_set_30" >
								<img title="t_2_junk" alt="t_2_junk" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_2_junk.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-543" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_3_wirewrap.jpg" title=" " class="shutterset_set_30" >
								<img title="t_3_wirewrap" alt="t_3_wirewrap" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_3_wirewrap.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-544" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_4_whatisit.jpg" title=" " class="shutterset_set_30" >
								<img title="t_4_whatisit" alt="t_4_whatisit" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_4_whatisit.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-545" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_5_beuller.jpg" title=" " class="shutterset_set_30" >
								<img title="t_5_beuller" alt="t_5_beuller" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_5_beuller.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-546" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_6_morejunk.jpg" title=" " class="shutterset_set_30" >
								<img title="t_6_morejunk" alt="t_6_morejunk" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_6_morejunk.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-547" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_10_cakeotron.jpg" title=" " class="shutterset_set_30" >
								<img title="t_10_cakeotron" alt="t_10_cakeotron" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_10_cakeotron.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-548" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_11_kitbuilder.jpg" title=" " class="shutterset_set_30" >
								<img title="t_11_kitbuilder" alt="t_11_kitbuilder" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_11_kitbuilder.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-549" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_12_pic32.jpg" title=" " class="shutterset_set_30" >
								<img title="t_12_pic32" alt="t_12_pic32" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_12_pic32.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-550" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_13_oscope.jpg" title=" " class="shutterset_set_30" >
								<img title="t_13_oscope" alt="t_13_oscope" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_13_oscope.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-551" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_7_morejunk2.jpg" title=" " class="shutterset_set_30" >
								<img title="t_7_morejunk2" alt="t_7_morejunk2" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_7_morejunk2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-552" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_8_keepon1.jpg" title=" " class="shutterset_set_30" >
								<img title="t_8_keepon1" alt="t_8_keepon1" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_8_keepon1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-553" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/t_9_keepon2.jpg" title=" " class="shutterset_set_30" >
								<img title="t_9_keepon2" alt="t_9_keepon2" src="http://baltimorehackerspace.com/wp-content/gallery/from-twitter-nov-17/thumbs/thumbs_t_9_keepon2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/11/are-you-following-us-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sequence Animoog on your iPad from your PC with Fruity Loops over WIFI</title>
		<link>http://baltimorehackerspace.com/2011/11/sequence-animoog-on-your-ipad-from-your-pc-with-fruity-loops-over-wifi/</link>
		<comments>http://baltimorehackerspace.com/2011/11/sequence-animoog-on-your-ipad-from-your-pc-with-fruity-loops-over-wifi/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 01:34:16 +0000</pubDate>
		<dc:creator>superfro</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1654</guid>
		<description><![CDATA[Just playing around with the iPad app Animoog, which I believe is still available for $0.99 at the iTunes app store. This is a huge bargain on a really really cool app.  I won&#8217;t get into the specifics of the app, but if you want to know more about what Animoog is or how to use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/animoog.jpg"><img class="alignleft size-medium wp-image-1655" style="margin: 10px;" title="animoog screenshot" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/animoog-300x225.jpg" alt="animoog screenshot" width="300" height="225" /></a>Just playing around with the iPad app <a title="moog app" href="http://www.moogmusic.com/products/apps/animoog" target="_blank">Animoog</a>, which I believe is still available for $0.99 at the <a href="http://itunes.apple.com/us/app/animoog/id471638724?mt=8" target="_blank">iTunes app store</a>. This is a huge bargain on a really really cool app.  I won&#8217;t get into the specifics of the app, but if you want to know more about what Animoog is or how to use it, I recommend this <a href="http://www.youtube.com/watch?v=qOLIJnW4llQ" target="_blank">YouTube video</a>.</p>
<p>So, while playing around with the Animoog app, if you go into the setup menu there is a selection under &#8216;Refresh MIDI input(s)&#8217; where  you can select &#8216;Off&#8217; or &#8216;Network Session 1&#8242;.  This intrigued me!  Apparently you can use MIDI over the &#8216;Network&#8217;.  After some Googling I was still unclear on how to get this setup, so I thought I&#8217;d just tell everyone how I did it so you can get to making some cool tunes yourself.</p>
<p><span id="more-1654"></span></p>
<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/rtp1.jpg"><img class="alignleft size-medium wp-image-1657" style="margin: 10px;" title="rtp1" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/rtp1-300x234.jpg" alt="" width="300" height="234" /></a>I&#8217;m assuming your PC has iTunes installed and you have the Bonjour service that comes with it.  It should work without it but you lose the auto-discovery.  OK, so first thing you&#8217;re going to need is the Animoog app on your iPad.  Once that is installed, you&#8217;re going to need <a href="http://www.tobias-erichsen.de/rtpMIDI.html" target="_blank">rtpMIDI </a>which is available for free <a href="http://www.tobias-erichsen.de/rtpMIDI.html" target="_blank">here</a>.  (Download link on the top right).  I&#8217;m using Windows 7 64 bit for reference.  Once you download the rtpMIDI, unzip it and execute the .msi file to install it.  There is a better tutorial for installing rtpMIDI <a href="http://www.tobias-erichsen.de/rtpMIDI_configuration.html" target="_blank">here </a>so I won&#8217;t re-iterate everything.  The TL;DR version is Install, click Next, Next, Next, agree to anything that pops up, and done.</p>
<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/rtp2.jpg"><img class="alignleft size-medium wp-image-1658" style="margin: 10px;" title="rtp2" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/rtp2-300x192.jpg" alt="" width="300" height="192" /></a><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/rtp3.jpg"><img class="size-medium wp-image-1659 alignleft" style="margin: 10px;" title="rtp3" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/rtp3-300x192.jpg" alt="" width="300" height="192" /></a><br />
After the rtpMIDI is installed, run rtpMIDI from the start menu.  Click the + under &#8216;My Sessions&#8217; and choose a new name or leave it as default.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next highlight the (only) session and click the enable box on the right.  Now at this point Bonjour probably hasn&#8217;t caught up with you yet to display your iPad in the Directory box like mine.  If it does, click connect.  If it doesn&#8217;t click the + under Directory and type in the IP address of your iPad followed by :5004.  eg.  &#8217;192.168.5.104:5004&#8242; which is the case with mine.  You can get the WIFI IP address of your iPad by going to Settings -&gt;General-&gt;Network-&gt;Wi-Fi-&gt;(Your Wi-Fi access point&#8217;s name) and you&#8217;ll see &#8216;IP Address&#8217;.  It&#8217;s usually something like 192.168.1.100 or so.</p>
<p>After adding an item in the Directory, highlight it and click connect.  If successfull it should show up in the &#8216;Participants window&#8217;.  Leave this application running.</p>
<p>OK, still with me?  Good.  Next, run Animoog, click on the top right where it says &#8216;Settings&#8217;, then on the left under &#8216;Refresh MIDI input(s)&#8217; select &#8216;Network Session 1&#8242;.</p>
<p>At this point I&#8217;m going to presume that most software that uses MIDI output on  your PC will work, however I did not try them.  I&#8217;m going to use <a href="http://flstudio.image-line.com/" target="_blank">Fruity Loops Studio 9</a>.</p>
<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/fl1.jpg"><img class="alignleft size-medium wp-image-1660" style="margin: 10px;" title="fl1" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/fl1-300x168.jpg" alt="" width="300" height="168" /></a>Once you fire up Fruity Loops, start with a fresh setup.  Goto Options-&gt;MIDI settings.  On the top you should see something similar to my screenshot.  The name of your &#8216;Session&#8217; you used in rtpMIDI.  Highlight that MIDI Device, click Send Master Sync (so you can control BPM from FLStudio) and set the Port Number to 0.  Close this dialog.</p>
<p>&nbsp;</p>
<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/fl2.jpg"><img class="alignleft size-medium wp-image-1661" style="margin: 10px;" title="fl2" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/fl2-300x293.jpg" alt="" width="300" height="293" /></a></p>
<p><a href="http://harfordhackerspace.org/wp-content/uploads/2011/11/fl3.jpg"><img class="size-medium wp-image-1662 alignleft" style="margin: 10px;" title="fl3" src="http://harfordhackerspace.org/wp-content/uploads/2011/11/fl3-236x300.jpg" alt="" width="236" height="300" /></a></p>
<p>Next, goto Channels-&gt;Add one-&gt;MIDI out.  On the channel settings, make sure you set the Channel to &#8217;1&#8242; and the Port to &#8217;0&#8242;.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>At this point you should be able to click the little virtual keyboard and hear it play on your iPad.</p>
<p>If this works, then you are all set up.  If not then either you missed a step or I forgot to mention the step (hah!).</p>
<p>You can start making your patterns with notes and hear them play back on the iPad.  You still have to setup your preset in Animoog on the iPad, and it doesn&#8217;t appear that all the functionality is supported.  Some notes don&#8217;t appear to work (things like pitch, etc.)  I presume if you had multiple iPads you could set them all up with different presets and make some really killer music.</p>
<p>&nbsp;</p>
<p>And here is a quick little YouTube video showing it working.</p>
<p><iframe src="http://www.youtube.com/embed/9dEe1GYUJac" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/11/sequence-animoog-on-your-ipad-from-your-pc-with-fruity-loops-over-wifi/feed/</wfw:commentRss>
		<slash:comments>8</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>Pics and Links About the Red Bull Creation Challenge #rbcreation</title>
		<link>http://baltimorehackerspace.com/2011/07/some-more-pics-and-links-around-the-web/</link>
		<comments>http://baltimorehackerspace.com/2011/07/some-more-pics-and-links-around-the-web/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:30:37 +0000</pubDate>
		<dc:creator>superfro</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Red Bull Creation]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[red bull]]></category>

		<guid isPermaLink="false">http://harfordhackerspace.org/?p=1576</guid>
		<description><![CDATA[This isn&#8217;t a complete list or anything just some links to people&#8217;s albums we found. You should check out the entire albums because all the projects are really cool.  Here&#8217;s a video of the presentation and here&#8217;s some links to pics scoured from the web: 1 2 3 4 5 6 7 8 9 10 11 12 [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t a complete list or anything just some links to people&#8217;s albums we found. You should check out the entire albums because all the projects are really cool.  Here&#8217;s a <a href=" https://picasaweb.google.com/103979730259797552361/RedBullPicturesVideos?authuser=0#5627917028022743058  " target="_blank">video of the presentation</a> and here&#8217;s some links to pics scoured from the web: <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628375994762768674  " target="_blank">1</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628363783169801042  " target="_blank">2</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628367099782799826  " target="_blank">3</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628367070231346610  " target="_blank">4</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628367901964281218  " target="_blank">5</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628369091138187650  " target="_blank">6</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628369078687678514  " target="_blank">7</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628369060174378322  " target="_blank">8</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628369044479733074  " target="_blank">9</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628369044479733074  " target="_blank">10</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628374082887420786  " target="_blank">11</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628374122258994898  " target="_blank">12</a> <a href="https://picasaweb.google.com/106436807076110026745/RedBullCreation#5628374122258994898  " target="_blank">13</a> <a href="http://www.flickr.com/photos/43052440@N08/5926193695/in/set-72157627015701023  " target="_blank">14</a> <a href="http://www.flickr.com/photos/43052440@N08/5926192957/in/set-72157627015701023  " target="_blank">15</a> <a href="http://www.flickr.com/photos/43052440@N08/5926193695/in/set-72157627015701023  " target="_blank">16</a> <a href="http://www.flickr.com/photos/43052440@N08/5922479610/in/set-72157627015701023  " target="_blank">17</a> <a href="http://www.flickr.com/photos/43052440@N08/5922480592/in/set-72157627015701023  " target="_blank">18</a>.  Maximum Tech Photos: <a href="http://www.maximumtech.com/16-amazing-single-passenger-vehicles-no-fossil-fuels-required#slide-23  " target="_blank">1</a> <a href="http://www.maximumtech.com/16-amazing-single-passenger-vehicles-no-fossil-fuels-required#slide-22" target="_blank">2</a></p>
<p><img src="http://creation.redbullusa.com/images/liveblog/P7100030.jpg" alt="P7100030.jpg (640×480)" width="448" height="336" /></p>
<p><img src="http://creation.redbullusa.com/images/liveblog/IMG_1943.jpg" alt="IMG_1943.jpg (640×480)" width="448" height="336" /></p>
<p><img src="http://4.bp.blogspot.com/-Eed2sYJfWao/Tho_O2UMnNI/AAAAAAAAUos/_kwZ7dNH2Gk/s1600/create%2B2%2Bbull.jpg" alt="create+2+bull.jpg (640×480)" width="448" height="336" /></p>
]]></content:encoded>
			<wfw:commentRss>http://baltimorehackerspace.com/2011/07/some-more-pics-and-links-around-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

