<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mach 30</title>
	<atom:link href="http://mach30.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://mach30.org</link>
	<description>Working together to take humanity to space</description>
	<lastBuildDate>Fri, 17 May 2013 04:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mach30.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mach 30</title>
		<link>http://mach30.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mach30.org/osd.xml" title="Mach 30" />
	<atom:link rel='hub' href='http://mach30.org/?pushpress=hub'/>
		<item>
		<title>Ground Station   part 1</title>
		<link>http://mach30.org/2013/05/16/ground-station-part-1/</link>
		<comments>http://mach30.org/2013/05/16/ground-station-part-1/#comments</comments>
		<pubDate>Fri, 17 May 2013 03:50:58 +0000</pubDate>
		<dc:creator>Rozewolf</dc:creator>
				<category><![CDATA[Mach 30 Projects]]></category>
		<category><![CDATA[OSHW]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1563</guid>
		<description><![CDATA[DIY Ground Station, Part 1 By Aaron Harper Communication is a fundamental part of intelligence; it is one of the things that makes us human.  It should come as no surprise that a foundational technology to mankind’s reach into space is his ability to communicate.  To communicate with a spacecraft, a specialized set of equipment [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1563&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p dir="ltr">DIY Ground Station, Part 1</p>
<p dir="ltr">By Aaron Harper</p>
<p>Communication is a fundamental part of intelligence; it is one of the things that makes us human.  It should come as no surprise that a foundational technology to mankind’s reach into space is his ability to communicate.  To communicate with a spacecraft, a specialized set of equipment is required.  It requires a computer, radio, antenna, and operator.  While this sounds fairly straightforward, space throws us a few curves.</p>
<p>The first issue is literally a curve&#8230;  the curvature of the earth and to a lesser degree the local terrain.  This is an issue because a spacecraft is only visible to any given spot on earth for a small part of it’s orbit.  It would really help to know in advance where the spacecraft will be at any given time in order to prepare for the communication.  As you would expect, this is possible with the application of mathematics</p>
<p>The second issue is that to remain in orbit, the spacecraft is moving at a fairly high velocity, and thus the time it is visible (called a window) can be quite short if it is in low earth orbit (LEO).  At a higher orbit, the craft remains visible for longer as it’s apparent motion is slower until you get to the geostationary altitude of 22,236 miles, when the apparent motion matches the earth’s rotation, making it stationary relative to a fixed point on the earth.</p>
<p>A third issue is the orientation of the spacecraft.  While it is generally safe to assume the business end of the antenna will be pointed at the surface of the earth, but what is up, down, left, and right makes a difference in standard antennas.  The craft will cross over different parts of the ground at different angles (skew), so a standard vertical or horizontally polarized antenna will require constant fiddling like the rabbit ears on an old TV.</p>
<p>The fourth issue relates to the apparent (relative) velocity of the spacecraft.  Like anything else in motion producing a waveform, the doppler shift applies.  As a train approaches the sound of the horn is higher than when it departs because the sound waves are compressed by the motion of the train relative to the listener (you).  The satellite, which is moving at a good clip relative to the ground station shifts the radio frequency as well, making tuning rather challenging.</p>
<p>The final issue is that radio signals become weaker as the distance increases (inverse-square law).  A very bright flashlight will be barely visible, if at all, on a distant mountain.  This is because as the light travels outward, less and less photons reach our eyes until it is below our ability to perceive it.  Spacecraft are a fairly long way away when in orbit, not to mention when they are visiting distant worlds, so receiving their signals becomes quite challenging.</p>
<p>Without solving these issues, stable radio communication with space assets is impossible.  Fortunately, these problems have already been solved for us, and it is these solutions working in concert that become a 21st century ground station.  Today a ground station designed to receive voice and data traffic from spacecraft such as ISS may be constructed using common components for under $200.00, not the millions it cost NASA.</p>
<p>A computer running software to predict a satellite pass is the first component of a ground station.  This will easily predict satellite passes, giving us the craft’s precise location in the sky at any given time, though it generally will not take terrain into account.  GPredict is a free, open source program that has an intuitive interface, displaying the data on a table or the view on a map or polar graph.  With some plug-ins, it also solves a few of the other issues as well.</p>
<p>The skew issue is solved by using circular polarization which only cares if the signal is sent with a right hand or left hand polarization (imagine a spiral from the spacecraft to the ground station), not which way the transmit and receive antennas are oriented.  This is a function of antenna design, and a bit of a “black art” compared to the rest of the solutions.  This brings us to a decision&#8230;  to point or not to point.</p>
<p>There are plenty of omnidirectional circular polarized antenna designs, but they have a weakness.  An antenna which points in all directions at once can only increase the signal (gain) by a factor of 8 as a theoretical maximum (+9dB), while antennas which focus on one direction (directional antennas) can go much higher, bringing in the weak signals.  The disadvantage is that the higher the antenna gain, the more directional the pattern, and the more precisely the antenna must be aimed.  This increases complexity, mass, and expense.  Always a tradeoff.</p>
<p>The ability to point a directional array, while technically optional for LEO spacecraft, is mandatory for anything in geostationary orbit or beyond.  The mechanism used to point the antenna or array of antennas are largely up to the imagination of the engineer, but they must be made to point accurately enough so that the spacecraft stays within the peak gain area (lobe) of the antenna and it is able to do so in high wind without damage.  Keep in mind that flat panel antennas as well as dishes make excellent sails on blustery days.</p>
<p>Now, wouldn’t it be nice if the prediction software such as GPredict were able to sent the direction of the spacecraft to the pointing assembly (Az-El mount)?  Most can!  In GPredict, a module called hamlib may be added which facilitates the communications between the computer running GPredict and equipment including Az-El mounts.  That said, for the sub-$200.00 ground station, an omnidirectional antenna will be used.<br />
Since the position and velocity of the craft are known, the prediction software may be used to calculate the anticipated doppler shift during the satellite pass.  Using this information in GPredict, some radios may be tuned directly using the hamlib plugin.  This makes running a modern, well integrated ground station a relatively simple process.  As a spacecraft comes into view, simply select it on the software and the hamlib plugin will point the antenna and keep the radio in tune.  This solves all but the last issue in setting up a ground station, that of signal strength.</p>
<p>Major factors which contribute to the ability of a signal to reach from the transmitter to the receiver are the output power of the transmitter, the gain of the transmitter antenna, the distance (inverse square of the distance, as mentioned before), the gain of the receive antenna, and the sensitivity of the receiver.  Unless we designed it, we don’t have much control over the transmitter output power, antenna gain, or the distance (orbital altitude) of the spacecraft.  This leaves the receive antenna gain and receiver sensitivity as areas the builder of a ground station can optimize things.</p>
<p>Fortunately for us, modern radio receivers have really improved.  Back in the day, we were lucky to get a sensitivity figure of -84dB, but today a $20.00 USB dongle is capable of -114dB.  To put this into perspective, every 3dB difference essentially doubles the measurement in this logarithmic scale.  This means that the 30dB difference represents a real improvement of 2 to the 10th power, or 1024.  In English, a modern USB dongle receiver available on Ebay or Amazon is over 1000 times more sensitive than those used in the 60’s that communicated with our astronauts on the moon!</p>
<p>Sensitivity and low cost isn’t the only thing these receivers have going for them. those same receivers which had the 84dB sensitivity were capable of tuning only within a fairly narrow band (406 – 549 Mhz).  The dongle (a Realtek RTL2832u TV receiver) is capable of tuning 24MHZ to roughly 1850MHz by way of comparison.  Simply put, this dongle makes the bridge between a modern computer and an antenna, turning it into the ground station Apollo era engineers could only dream of.  The only wildcard is the antenna.</p>
<p>While there are many antenna designs, to keep the ground station simple and below $200.00, we must select the best omnidirectional solution instead of building (and paying for) an Az-El mount.  A little research has shown a simple design with excellent gain characteristics that can be built by a hobbyist; the “eggbeater” antenna.  As it’s name suggests, this antenna’s design looks like an eggbeater with two wire loops at 90 degrees to one another.  This antenna is circularly polarized, and has a gain of around 8dB.  Construction details are available at <a href="http://on6wg.pagesperso-orange.fr/Page%201.html">here</a>.</p>
<p>This leaves one final component.  The operator is a person with the responsibility and/or interest to operate the ground station.  They have the knowledge of how the systems work, and get usable audio and/or data from the system.  While a license (FCC amateur radio, ham license) is not required for reception in the United States, local, homeowner association, and national regulations vary.  Check if in doubt.  That said, a ham license will be required for the next step: transmitting.</p>
<p>Transmitting voice and data is required for most use of space based assets and real communication.  This will be the subject of the next $200.00 project write up, and as said before, the use will require an FCC license.  A technician class ham radio license is quite easy to get, with no requirement to learn morse code.  The concepts you will learn in getting one will serve you well as an operator of a full fledged ground station.  Transmitting capability is an upgrade to the ground station that will take your equipment to the next level and will let you use space for your communication needs.  Stay tuned!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1563&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2013/05/16/ground-station-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04505398f79a7237404ac1208292202c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rozewolf</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploratory Learning</title>
		<link>http://mach30.org/2013/05/14/exploratory-learning/</link>
		<comments>http://mach30.org/2013/05/14/exploratory-learning/#comments</comments>
		<pubDate>Wed, 15 May 2013 03:00:23 +0000</pubDate>
		<dc:creator>Jeremy Wright (@wrightjmf)</dc:creator>
				<category><![CDATA[Mach 30 Projects]]></category>
		<category><![CDATA[OSHW]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1488</guid>
		<description><![CDATA[Everyone involved with Mach 30 is always learning and growing, whether it be from conversations on social media outlets like Facebook or Google+, activities like the book club , or our weekly Hangouts. Another way we learn is by simply doing. When we started our Shepard Test Stand hardware project, we weren&#8217;t exactly sure how things [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1488&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Everyone involved with Mach 30 is always learning and growing, whether it be from conversations on social media outlets like <a href="https://www.facebook.com/Mach30?fref=ts">Facebook</a> or <a href="https://plus.google.com/u/0/104373960473278544446/posts?hl=en">Google+</a>, activities like the <a href="http://mach30.org/2012/11/08/new-mach-30-book-club/">book club</a> , or our weekly Hangouts. Another way we learn is by simply doing. When we started our <a href="https://opendesignengine.net/projects/shepard-ts">Shepard Test Stand</a> hardware project, we weren&#8217;t exactly sure how things were going to work. There was no tried and true method for developing spaceflight hardware using a tool like Open Design Engine (<a href="https://opendesignengine.net/">ODE</a>), and we knew there would be growing pains. That&#8217;s one of the many reasons we started with a small scale project like Shepard instead of tackling something bigger.</p>
<p>Our engineering process was largely created and refined during the course of that first test stand project, and is now being applied (and further refined) in the creation of our newest project &#8211; a satellite tracking <a href="https://opendesignengine.net/projects/gs-001">Ground Station</a> . One of the things that&#8217;s been most interesting to me to watch has been how certain pieces of a project are best developed. The first thing I noticed is that there is a lot of power in spinning up a forum post on a step in the design process and then letting the discussion take its own course. Using the ODE forums for the initial discussion has two main advantages that I see:</p>
<ol>
<li>It gives everyone a chance to participate. If we hold a Google+ Hangout at 5PM EST in the U.S. to do the design of a widget from scratch, people in other U.S. timezones (or parts of the world) may very well not get a chance to participate. Posting a step of the design process on the forums and then leaving it for a day or two, or until the discussion runs its course, allows more people to give their input.</li>
<li>It gives everyone a chance to think. Sometimes you just need to sit on a thought for a day or two before your ideas really become clear. You might have even posted an idea to the forums earlier in a day, and then a better way of doing that thing, or a major flaw in your idea sends you right back to the forums to post a retraction or revision. Using this form of communication gives you that time to think.</li>
</ol>
<p>In some cases, the forums are all you need to complete a step in our engineering process. For example, on the Ground Station project we were able to complete steps 1 through 3 of our engineering process without ever having a face-to-face meeting. In step 1 we answered the high level whys and hows of the project. Questions like &#8220;Why are we building this?&#8221; and &#8220;How is this going to be used?&#8221; are what we tackle here. Step 3 involves creating a diagram so that it&#8217;s easy to see all the parts of what we want to build and how they all fit together. Then step 2 of the engineering process, which involves creating requirements that use words like &#8220;must&#8221; and &#8220;shall&#8221;, naturally come out of step 1. Requirements create a measuring stick that helps us make sure a project is doing what it&#8217;s supposed to.</p>
<p>Now, all of that is not meant to give the idea that forums are the be-all and end-all of project communication. One you&#8217;ve had the initial discussions in the forums, we&#8217;ve found that it&#8217;s often best to do those &#8220;in person&#8221; meetings using tools like Google+ Hangouts to help solidify and finalize decisions. This seems to be especially important with things like mechanical, electrical, and software design which often are easier to finalize when discussed face to face. On our preliminary design for instance, which is where we come up with a rough idea of what parts we need for a project, we may start out in the forum to give everyone a chance to contribute, but then we hold a Hangout to finalize the preliminary design. We discuss in real-time what everyone has put forth in the forum and distill it all down to a plausible design.</p>
<p>We realize that our processes will continue to evolve and be refined as we continue our work to enable the human race&#8217;s journey to the stars. Each project we do brings with it new lessons and opportunities for growth both on a personal level, and an organizational one. We encourage you to join us as we grow towards completing our mission.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1488/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1488&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2013/05/14/exploratory-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0885226da17bb0e98908e239dd75d261?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wrightjmf</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Early, Test Often, Test Everytime</title>
		<link>http://mach30.org/2013/05/11/test-early-test-often-test-everytime/</link>
		<comments>http://mach30.org/2013/05/11/test-early-test-often-test-everytime/#comments</comments>
		<pubDate>Sat, 11 May 2013 16:33:02 +0000</pubDate>
		<dc:creator>J. Simmons</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1553</guid>
		<description><![CDATA[Not everyone knows this, but my first degree is in theatre, specifically theatre lighting design.  Before I ever learned about differential equations, stress analysis, or lift-to-drag ratios, I studied color theory, script analysis, and worked lights for dozens of shows ranging from &#8220;A Christmas Carol&#8221; to &#8220;Evita&#8220;. One of the secrets to making sure a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1553&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><a href="http://www.flickr.com/photos/onstagelighting/2395861713/" target="_blank"><img class="  " alt="" src="http://farm3.staticflickr.com/2017/2395861713_0df08aaa95.jpg" width="300" height="238" /></a><p class="wp-caption-text">Credit Rob Sayer</p></div>
<p>Not everyone knows this, but my first degree is in theatre, specifically theatre lighting design.  Before I ever learned about differential equations, stress analysis, or lift-to-drag ratios, I studied color theory, script analysis, and worked lights for dozens of shows ranging from &#8220;<a href="http://en.wikipedia.org/wiki/A_Christmas_Carol" target="_blank">A Christmas Carol</a>&#8221; to &#8220;<a href="http://en.wikipedia.org/wiki/Evita_(musical)" target="_blank">Evita</a>&#8220;.</p>
<p>One of the secrets to making sure a play comes off without a hitch every single night for weeks, months, or even years on end is something called a dimmer check.  Before each performance (even if there was one earlier in the day), the lighting crew chases everyone out of the theatre, and one by one turns on the 50-500 lights over the stage to make sure everything is still working.  The crew checks to make sure the lights come on, that the color filter in front of the light has not faded or burned through, that the light is still pointed at the correct location on the stage.  And, believe it or not, for medium to large shows, there is almost always something that needs to be fixed before each and every performance.  Yes, even when the last performance was just a couple of hours ago.</p>
<p>This attention to detail, and insistence that every time the equipment is turned back on it should be tested, is an essential element to getting live performances right every single time.  It&#8217;s even more important when you have just changed something, whether it is to make a repair or an improvement.</p>
<p>I pride myself on how my experience in theatre influences the way I approach live events at Mach 30 and elsewhere.  I always insist on rehearsals, especially when technology is involved (we had two separate technical rehearsals for this year&#8217;s <a href="http://is.gd/M30YN13" target="_blank">Yuri&#8217;s Night Party</a>), and I do my own version of the dimmer check for any gear I plan to use during an event.</p>
<div id="attachment_1096" class="wp-caption aligncenter" style="width: 250px"><a href="http://mach30drawingboard.wikispaces.com/Weekly+Hangout+Topic+Ideas" target="_blank" rel="attachment wp-att-1096"><img class="wp-image-1096   " alt="hangout logo-g+_dk" src="http://mach30online.files.wordpress.com/2011/05/hangout-logo-g_dk.png?w=240&#038;h=180" width="240" height="180" /></a><p class="wp-caption-text">Mach 30 Hangouts happen each Thursday</p></div>
<p>But this week, I got cocky, and I made a change (to improve our <a href="https://plus.google.com/104373960473278544446/posts" target="_blank">Google+ page</a>) without running through any tests afterwards, and this change broke our ability to host On-Air Hangouts (on a week when we had an important one scheduled).  <a href="https://twitter.com/search?q=%23oops" target="_blank">#Oops</a>.  Apparently, <a href="http://www.reelseo.com/youtube-google-plus-business-page/" target="_blank">linking one&#8217;s YouTube channel to a Google+ Page</a> causes some squirrelly behavior with On-Air Hangouts.  Behavior we did not notice until during and after this week&#8217;s <a href="https://plus.google.com/events/co5hgfff44b8qv3d9n9ps733c64" target="_blank">OSHW Documentation Jam Round Table Hangout</a>, which not only led us to starting twenty minutes late, it also appears to have prevented the video from becoming sync&#8217;ed over to our <a href="http://www.youtube.com/user/mach30org" target="_blank">YouTube Channel</a> (which is too bad, I think our panelists and guests had some really great things to say, and I am sorry we won&#8217;t be able to share them with the Open Source Hardware Community).</p>
<p>So, that&#8217;s the bad news.  Of course, the good news is no one died or was injured from my failure to properly test things.  But, Mach 30&#8242;s work is building to a day when people&#8217;s lives will be on the line, so it is important to recognize small failures so we can learn from them.  In this case, the lessons are</p>
<ol>
<li>Remember to test everything associated with a system after making changes to the system (there is likely a balance of risk vs reward to be struck, but clearly the key features of a system should be checked when significant changes are made)</li>
<li>Mach 30 needs to identify the core features we are using Google+ for (such as On-Air Hangouts) and create a test plan (or dimmer check) to be run when changes are made to our Google+ infrastructure, either because Google upgrades a feature or because we turn on an existing one we had not been using.</li>
</ol>
<p>And, in the mean time, I will look into trying to recover our lost hangout video, and schedule the already discussed second round table hangout (after I have fixed our YouTube settings).</p>
<p style="text-align:center;"><em>ad astra per civitatem</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1553/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1553&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2013/05/11/test-early-test-often-test-everytime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fddb1a56cddb77866c81600a76974e02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedibfa</media:title>
		</media:content>

		<media:content url="http://farm3.staticflickr.com/2017/2395861713_0df08aaa95.jpg" medium="image" />

		<media:content url="http://mach30online.files.wordpress.com/2011/05/hangout-logo-g_dk.png?w=300" medium="image">
			<media:title type="html">hangout logo-g+_dk</media:title>
		</media:content>
	</item>
		<item>
		<title>Growing Open Design Engine</title>
		<link>http://mach30.org/2013/04/24/growing-open-design-engine/</link>
		<comments>http://mach30.org/2013/04/24/growing-open-design-engine/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 02:23:44 +0000</pubDate>
		<dc:creator>J. Simmons</dc:creator>
				<category><![CDATA[OSHW]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1535</guid>
		<description><![CDATA[April is turning out to be quite a busy month for Open Design Engine.  So far we have found a new software development contractor to help us with the heavy lifting required for some of our new features, submitted a grant application to cover the next version of Open Design Engine, and prepared materials for [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1535&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>April is turning out to be quite a busy month for <a href="https://opendesignengine.net/" target="_blank">Open Design Engine</a>.  So far we have found a new software development contractor to help us with the heavy lifting required for some of our new features, submitted a grant application to cover the next version of Open Design Engine, and prepared materials for the upcoming <a href="http://www.opensourcewarehouse.org/" target="_blank">Open Source Hardware Documentation Jam</a>.  By next week, we should have all sorts of feedback on what the Open Source Hardware community is looking for in project hosting.</p>
<div class="wp-caption alignright" style="width: 208px"><a href="https://opendesignengine.net/projects/gs-001" target="_blank"><img class=" " style="margin-top:0;margin-bottom:0;" alt="" src="https://lh6.googleusercontent.com/-isQQTzOB7N4/UXXCFED5FYI/AAAAAAAAAZ4/AP_HkaGn7tk/s685/Groundstation.1.jpg" width="198" height="148" /></a><p class="wp-caption-text">Mach 30&#8242;s Ground Station Antenna</p></div>
<p>For those who don&#8217;t know, Open Design Engine is Mach 30&#8242;s free project hosting site for open source hardware projects.  We use it to host all of our publicly available projects (aka those not covered by export controls) such as the <a href="https://opendesignengine.net/projects/shepard-ts" target="_blank">Shepard Test Stand</a> and <a href="https://opendesignengine.net/projects/gs-001" target="_blank">GS-001</a> (our new ground station project).  It is also home to a number of very cool projects from other users, including Andrew Starr&#8217;s <a href="https://opendesignengine.net/projects/stm-ajstarr" target="_blank">Scanning Tunnelling Microscope</a>.</p>
<p>Over the last couple of months, volunteers at Mach 30 have been planning the next <a href="https://opendesignengine.net/versions/4" target="_blank">major release</a> of Open Design Engine as part of the work to apply for the <a href="http://www.spacegambit.org/2013/02/05/open-call-for-projects/" target="_blank">SpaceGAMBIT Call for Projects</a>.  As this plan came together, the volunteer team leading this effort realized Mach 30 would continue to need external software development support.  Unfortunately for us (but very fortunately for them), <a href="http://littlelines.com/" target="_blank">Littlelines</a>, our developer for the current version of Open Design Engine, has plenty of work lined up at the moment and is unavailable for our next round of work.  All is not lost, however.  After reaching out through the volunteer team&#8217;s professional network, Mach 30 has been introduced to <a href="http://www.mutuallyhuman.com/" target="_blank">Mutually Human Software</a>.  I am very happy to report Mutually Human will be a great addition to the Open Design Engine team.  Not only are they a skilled Ruby on Rails shop (Rails is the toolchain which Open Design Engine is built on), but they also &#8220;get&#8221; open source hardware and the maker community.  So much so that they are sponsoring a local startup <a class="zem_slink" title="Hackerspace" href="http://en.wikipedia.org/wiki/Hackerspace" target="_blank" rel="wikipedia">makerspace</a>, <a href="http://grmakers.com/" target="_blank">GR Makers</a>.</p>
<p style="text-align:center;"><a href="http://www.spacegambit.org/" target="_blank"><img class="aligncenter" alt="" src="http://www.spacegambit.org/wp-content/uploads/2012/09/logo-sep4-01-300x106.png" width="240" height="85" /></a></p>
<p>April also saw the completion of Mach 30&#8242;s application for funding from SpaceGAMBIT&#8217;s Call for Projects to support Open Design Engine development.  Our <a href="http://goo.gl/qmjNe" target="_blank">application</a> includes work to completely overhall the user interface, improve the infrastructure to support <a href="http://git-scm.com/" target="_blank">git repositories</a> (among other things), implement one or more revenue generation streams so Open Design Engine can become self-sufficient, and marketing Open Design Engine to grow its user base.  I encourage you to take a look at the application.  The team did a great job in planning this new version, and in preparing the document.</p>
<p>Finally, I have been getting ready for the <a href="http://www.opensourcewarehouse.org/" target="_blank">Open Source Hardware Documentation Jam</a>.  This three day long conference/hack-a-thon is all about what the Open Source Hardware community needs to easily publish, share, and reuse documentation for open source hardware projects.  I am very excited to be included in this event for Mach 30&#8242;s work on Open Design Engine, and I am looking forward to sharing <a href="http://goo.gl/bPSr2" target="_blank">what we have learned</a> and <a href="https://docs.google.com/a/mach30.org/presentation/d/10NQdGEq_cRvdGz4cHkyxpHtI70VX4iDtLL-Tmq0Y-fA/edit" target="_blank">where we are headed</a>, as well as finding out what the community needs from sites like Open Design Engine.  Stay tuned for updates from the Documentation Jam, and for a follow up On-Air Hangout covering the lessons learned and the community&#8217;s path forward after the event.</p>
<p style="text-align:center;"><em>ad astra per civitatem</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1535/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1535&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2013/04/24/growing-open-design-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fddb1a56cddb77866c81600a76974e02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedibfa</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-isQQTzOB7N4/UXXCFED5FYI/AAAAAAAAAZ4/AP_HkaGn7tk/s685/Groundstation.1.jpg" medium="image" />

		<media:content url="http://www.spacegambit.org/wp-content/uploads/2012/09/logo-sep4-01-300x106.png" medium="image" />
	</item>
		<item>
		<title>Fifty-two Years</title>
		<link>http://mach30.org/2013/04/14/fifty-two-years/</link>
		<comments>http://mach30.org/2013/04/14/fifty-two-years/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 21:53:43 +0000</pubDate>
		<dc:creator>J. Simmons</dc:creator>
				<category><![CDATA[Current Events]]></category>
		<category><![CDATA[Human spaceflight]]></category>
		<category><![CDATA[NASA]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[Space Shuttle]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Yuri]]></category>
		<category><![CDATA[Yuri Gagarin]]></category>
		<category><![CDATA[Yuri Night]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1522</guid>
		<description><![CDATA[It&#8217;s been fifty-two years.  No, not of Mach 30 (well, not yet anyway)&#8230;  It&#8217;s been fifty-two years since the first human spaceflight.  And for the last twelve years people around the world have celebrated the anniversary of Yuri Gagarin&#8217;s first flight (and the first US Space Shuttle flight) with Yuri&#8217;s Night parties. Starting last year, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1522&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been fifty-two years.  No, not of Mach 30 (well, not yet anyway)&#8230;  It&#8217;s been fifty-two years since the first <a class="zem_slink" title="Human spaceflight" href="http://en.wikipedia.org/wiki/Human_spaceflight" target="_blank" rel="wikipedia">human spaceflight</a>.  And for the last twelve years people around the world have celebrated the anniversary of <a href="http://en.wikipedia.org/wiki/Yuri_Gagarin#Vostok_1" target="_blank">Yuri Gagarin&#8217;s first flight</a> (and the first <a href="http://en.wikipedia.org/wiki/STS-1" target="_blank">US Space Shuttle flight</a>) with <a href="http://yurisnight.net/" target="_blank">Yuri&#8217;s Night</a> parties.</p>
<p>Starting last year, with a great deal of encouragement and support from our volunteers, Mach 30 celebrated Yuri&#8217;s Night with an online party.  Each year, we choose a theme and hold a space trivia contest, complete with prizes for our guests out in cyberspace.  As a distributed organization we find the online format gives our volunteers, partners, board members, and fans a chance to celebrate human spaceflight together without the need for a transporter.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/y4TLxWVTIgM?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>We just held our 2013 party this weekend.  Check it out in the video above.  The theme was <strong><a href="http://is.gd/M30YN13" target="_blank">Rocket Science: Live!</a></strong>  During the party we demonstrated two of our open source spaceflight projects (the <a href="https://opendesignengine.net/projects/shepard-ts" target="_blank">Shepard Test Stand</a> and our <a href="https://opendesignengine.net/projects/gs-001" target="_blank">first ground station prototype</a>).  Both were a big hit with our guests including makers from <a href="http://bucketworks.org/" target="_blank">Bucketworks</a> and <a href="http://www.clubcyberia.org/" target="_blank">Club Cyberia</a>, and students from John Mall High School.</p>
<p>From all of us at Mach 30, I want to thank our volunteers, guests, and partners who helped make this year&#8217;s party a huge success.  We had a blast!  And we can&#8217;t wait to celebrate fifty-three years!</p>
<p style="text-align:center;"><em>ad astra per civitatem</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1522/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1522&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2013/04/14/fifty-two-years/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fddb1a56cddb77866c81600a76974e02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedibfa</media:title>
		</media:content>
	</item>
		<item>
		<title>Mach 30 &#8211; It&#8217;s Not Just for Engineers</title>
		<link>http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/</link>
		<comments>http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 13:44:05 +0000</pubDate>
		<dc:creator>Jeremy Wright (@wrightjmf)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1154</guid>
		<description><![CDATA[A question that&#8217;s been coming up a lot is this &#8211; &#8220;Do I have to be an engineer or rocket scientist to be a part of Mach 30?&#8221; The answer is no! And by &#8220;no&#8221; I mean it&#8217;s critical that we have the help of non-engineers. And by &#8220;critical&#8221; I mean that it will literally [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1154&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A question that&#8217;s been coming up a lot is this &#8211; &#8220;Do I have to be an engineer or rocket scientist to be a part of Mach 30?&#8221; The answer is no! And by &#8220;no&#8221; I mean it&#8217;s critical that we have the help of non-engineers. And by &#8220;critical&#8221; I mean that it will literally take the combination of all kinds of skills to accomplish Mach 30&#8242;s mission. Don&#8217;t let the rocket science facade fool you, we&#8217;re an organization that thrives on the talents of graphic designers, organizers, non-profit specialists, authors, teachers, artists, makers, and anyone else who wants to see space become a regular part of our daily lives. Below is a <strong>partial list</strong> of some things that we need help with that don&#8217;t require a PhD in Space Systems Engineering.</p>
<h2>Donations</h2>
<p><img class="alignleft" title="catalyst club logo" alt="" src="http://mach30online.files.wordpress.com/2012/11/catalyst-club-logo.png?w=73&#038;h=73" width="73" height="73" />This is a great way to help us out, especially if you don&#8217;t have lots of free time to give. Whether it&#8217;s one dollar or a thousand, everything counts and it encourages us to know that we&#8217;re not alone in the mission to secure our spacefaring future.  Donate now and you can become a member of the <a href="http://mach30.org/support-open-source-spaceflight/">2013 Catalyst Club</a>! Joining the Catalyst Club makes you eligible for some special perks that are our way of saying &#8220;Thank You&#8221;.</p>
<h2>Advocacy</h2>
<p>We need people to spread the word about our mission, and about the fact that space is worth striving for. We&#8217;ve even made <a href="http://mach30.org/marketing-materials/" target="_blank">business cards</a> for you to make it easy to share Mach 30 with everyone.</p>
<h2>Follow, Like, Add, Friend, +1, Circle, and Subscribe</h2>
<p><a href="http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/social-media-logos/" rel="attachment wp-att-1308"><img class="alignright" title="social media logos" alt="" src="http://mach30online.files.wordpress.com/2012/11/social-media-logos.jpg?w=105&#038;h=105" width="105" height="105" /></a> Mach 30 is on <a href="https://www.facebook.com/Mach30" target="_blank">Facebook</a>, <a href="https://plus.google.com/104373960473278544446/" target="_blank">Google+</a>, <a href="http://www.youtube.com/user/mach30org" target="_blank">YouTube</a>, and <a href="https://twitter.com/Mach_30" target="_blank">Twitter</a>. Join us there! To get updates on our recent activities, <a href="http://eepurl.com/byiEn">subscribe to receive our monthly newsletter</a> called The Launchpad. Here is the <a href="http://us2.campaign-archive2.com/home/?u=19fe9843166169bd25f02ace4&amp;id=23df46219f" target="_blank">archive of past issues</a>. If you trust us with your email, it will never be given to anyone else without your permission, ever. Period.</p>
<h2>Event Planning</h2>
<p>We love to do events like <a href="http://www.youtube.com/watch?v=5P2vXEiI84U" target="_blank">Yuri&#8217;s Night</a> and the impromptu Curiosity landing party, and we&#8217;d love to do even more. We&#8217;ve even talked about holding some type of open source spaceflight conference. To make these events happen we need event planners and coordinators. <img class="wp-image-1317 alignright" title="LS002173" alt="" src="http://mach30online.files.wordpress.com/2012/11/43226.jpg?w=188&#038;h=240" width="188" height="240" /></p>
<h2 style="display:inline;">Documentation</h2>
<p>It&#8217;s hard to keep up on project documentation, and we could always use more help on this. Documentation is not just about CAD drafts and engineering analyses. There&#8217;s a lot of documentation to be done, and things like operating manuals can be even better when they&#8217;re written by a non-engineer.</p>
<h2 style="display:inline;">Legal Consultation</h2>
<p>We&#8217;re in a critical time right now where we have to navigate the deep waters of <a href="http://mach30.org/2011/10/25/what-about-itar/">export controls</a>. We need legal counsel to help us through this, and even beyond export controls there&#8217;s the day-to-day legal issues that an organization like Mach 30 encounters.</p>
<h2>Project Management</h2>
<p>Not every Mach 30 project has to be technical in nature. For example, we&#8217;ve recently launched the <a href="http://mach30.org/2012/11/08/new-mach-30-book-club/" target="_blank">Mach 30 Book Club</a> which is designed to allow everyone to participate. Have a look at our Mach 30 <a title="Drawing Board" href="http://mach30drawingboard.wikispaces.com/" target="_blank">Drawing Board</a> to see if there are any projects which you&#8217;d be interested in starting and managing. If there aren&#8217;t any, why not propose your own?</p>
<h2>Marketing</h2>
<p><a href="http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/megaphone_glossy/" rel="attachment wp-att-1320"><img class="alignleft  wp-image-1320" title="megaphone_glossy" alt="" src="http://mach30online.files.wordpress.com/2012/11/megaphone_glossy.png?w=180&#038;h=130" width="180" height="130" /></a>If you can market Mach 30 to a broader audience, we want your help too. The more people that know about us and support us, the larger our impact will be. Remember, the goal here is to move <em>humankind</em> to become a spacefaring civilization. We want everyone around the world to know about and support our mission.</p>
<h2>Education</h2>
<p>Mach 30 is focused on education and outreach as part of our mission. We love the idea of helping to train and inspire the next generation of explorers. If you&#8217;re a teacher who wants to introduce your students to rocket science in a safe and fun way, an educator who wants to develop school room curriculum for our hardware projects, or just someone who wants to help us reach students from age 5 to 105, we&#8217;re looking for you too.</p>
<h2>Fundraising</h2>
<p><a href="http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/money-pump/" rel="attachment wp-att-1325"><img class="alignright size-full wp-image-1325" title="money pump" alt="" src="http://mach30online.files.wordpress.com/2012/11/money-pump.jpg?w=604"   /></a> This is an area that our current Board of Directors has found challenging. Not only can we not develop the cool spaceflight projects we want without money, we also can&#8217;t do things like travel to meet interesting people like you. Every dollar that you can help us raise allows us to build the relationships and infrastructure needed to complete our mission.</p>
<h2>Testing and Feedback</h2>
<p>Almost every project has users, but most of them never report anything back to the project managers. Are you an <a title="Open Design Engine" href="http://opendesignengine.net" target="_blank">Open Design Engine</a> user who&#8217;s noticed a bug? Did you build a <a title="Shepard Test Stand" href="https://opendesignengine.net/projects/shepard-ts" target="_blank">Shepard Test Stand</a> and notice a mistake in one of the drawings? Were you browsing the <a title="Mach 30 website" href="http://mach30.org/" target="_blank">Mach 30 website</a> and noticed a mispelling? It would be great to have your feedback.</p>
<h2>Graphic Design</h2>
<p>The Board of Directors is lucky to have it&#8217;s very own mercinary art ninja, Bekah McGrady, but she&#8217;s always on the lookout for help from other graphic designers. We like our projects to look as good as they work, and you can be a part of that. Can you help us design mission patches for each of our projects? How about helping us to create merit or skill badges for people to earn as they learn new skills? These are just a couple of the ideas that are being talked about that would need graphic design.</p>
<h2><a href="http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/game-graphic/" rel="attachment wp-att-1326"><img class="alignleft size-thumbnail wp-image-1326" title="game graphic" alt="" src="http://mach30online.files.wordpress.com/2012/11/game-graphic.jpg?w=150&#038;h=53" width="150" height="53" /></a>Gamification/Skills Advancement</h2>
<p>Mach 30 wants to work with other organizations all around the world to create a <a href="http://mach30drawingboard.wikispaces.com/Mach+30+AdvancementSkills+Program+%28Gamification%29" target="_blank">skills advancement system</a> that would allow people to be rewarded for the hands-on skills they learn. If you want to be part of this educational frontier and help us train the innovators of the future, we have a spot for you.</p>
<h2>Insert Your Interest Here</h2>
<p>Did I miss what you&#8217;re interested in? No problem, there&#8217;s a really good chance that you&#8217;ll fit right in somewhere at Mach 30. We&#8217;re looking for all skill levels and interests to help us accomplish our mission. <a href="http://mach30.org/contact/" target="_blank">Contact Us</a> to let us know how you want to get involved.</p>
<p>So, still think that Mach 30 is just for engineers and rocket scientists? I&#8217;m an engineer by profession, and some would say by personality as well, and I can say that in my experience Mach 30 has a place for everyone who loves space and wants to go there someday. Come, join us and help shape the future.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1154&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2012/12/20/mach-30-its-not-just-for-engineers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0885226da17bb0e98908e239dd75d261?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wrightjmf</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/11/catalyst-club-logo.png" medium="image">
			<media:title type="html">catalyst club logo</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/11/social-media-logos.jpg?w=150" medium="image">
			<media:title type="html">social media logos</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/11/43226.jpg" medium="image">
			<media:title type="html">LS002173</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/11/megaphone_glossy.png?w=300" medium="image">
			<media:title type="html">megaphone_glossy</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/11/money-pump.jpg" medium="image">
			<media:title type="html">money pump</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/11/game-graphic.jpg?w=150" medium="image">
			<media:title type="html">game graphic</media:title>
		</media:content>
	</item>
		<item>
		<title>Just Launched: Open Design Engine Public Beta</title>
		<link>http://mach30.org/2012/12/12/just-launched-open-design-engine-public-beta/</link>
		<comments>http://mach30.org/2012/12/12/just-launched-open-design-engine-public-beta/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 19:39:53 +0000</pubDate>
		<dc:creator>Jeremy Wright (@wrightjmf)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ode project]]></category>
		<category><![CDATA[Open-source hardware]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1427</guid>
		<description><![CDATA[We are very excited to announce the launch of the Open Design Engine (ODE) Public Beta. The road to get here ended up being a little longer than we expected, but we&#8217;re happy with the results. We could not have made this push to the finish without the help of Kevin Bouwkamp, Bryan Christian, and The School [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1427&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="attachment_752" class="wp-caption alignleft" style="width: 244px"><a href="http://mach30.org/2012/03/19/long-overdue-update/ode-dark/" rel="attachment wp-att-752"><img class=" wp-image-752  " alt="Open Design Engine KickStarter Logo" src="http://mach30online.files.wordpress.com/2012/03/ode-dark.png?w=234&#038;h=240" width="234" height="240" /></a><p class="wp-caption-text">Open Design Engine KickStarter Logo</p></div>
<p>We are very excited to announce the launch of the <strong>Open Design Engine</strong> (<strong>ODE</strong>) <a href="https://opendesignengine.net/news/27">Public Beta</a>. The road to get here ended up being a little longer than we expected, but we&#8217;re happy with the results. We could not have made this push to the finish without the help of <a href="http://www.discoded.com/">Kevin Bouwkamp</a>, Bryan Christian, and <a href="http://schoolfactory.org/">The School Factory</a>, and we are grateful for their help in getting <strong>ODE</strong> safely off the launchpad. Self-registration for user accounts is now active, and we are ready for our next round of promotion for <strong>Open Design Engine</strong>. Please share this news on Twitter, Facebook, Google+, and your own personal blogs (be sure to link to <a href="http://wp.me/p1zNJL-n1">this post</a>).</p>
<p>If you have not <a href="https://opendesignengine.net/account/register">signed up</a> for an account yet, please do so. Then, <a href="https://opendesignengine.net/projects/new">start a project</a> on <strong>ODE</strong> to document one of your own <a href="http://www.oshwa.org/definition/">Open Source Hardware</a> creations. Don&#8217;t have a project yet? No problem. You can start one, or join one of the projects already in progress. Mach 30 currently has two projects that are active on ODE, the <a href="https://opendesignengine.net/projects/shepard-ts">Shepard Test Stand</a> and the <a href="https://opendesignengine.net/projects/far-horizons-project">Far Horizons</a> High Altitude Balloon (HAB) project. We&#8217;re always looking for help, so feel free to <a href="http://mach30.org/contact/" target="_blank">Contact Us</a> to see how you can get involved.</p>
<p>And this is just the beginning. We are already actively improving the site. For example, within the last 2 weeks Kevin completed the <a href="https://opendesignengine.net/projects/ode/wiki/Features#Embed-Chipin-Badge">funding plugin</a>, allowing users to insert Kickstarter badges and PayPal buttons into any field which supports wiki-syntax. What this means for you is that you can ask for help to fund your projects right from your <strong>ODE</strong> project pages. Future plans include <a href="https://opendesignengine.net/issues/51">adding support for integrated git repositories</a> and <a href="https://opendesignengine.net/versions/4">major improvements to the user interface</a>. As always, watch the <a href="https://opendesignengine.net/projects/ode/roadmap">roadmap</a> to keep up with our plans and progress.</p>
<p>Thanks to all of our supporters, backers, kickstarters, and volunteers. We are looking forward to growing <strong>Open Design Engine</strong> into a great site for hosting open source hardware projects. And remember, Makers, <em>document what you make</em>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1427&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2012/12/12/just-launched-open-design-engine-public-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0885226da17bb0e98908e239dd75d261?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wrightjmf</media:title>
		</media:content>

		<media:content url="http://mach30online.files.wordpress.com/2012/03/ode-dark.png?w=292" medium="image">
			<media:title type="html">Open Design Engine KickStarter Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>*NEW* Mach 30 Book Club</title>
		<link>http://mach30.org/2012/11/08/new-mach-30-book-club/</link>
		<comments>http://mach30.org/2012/11/08/new-mach-30-book-club/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 06:12:22 +0000</pubDate>
		<dc:creator>greg moran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1145</guid>
		<description><![CDATA[We&#8217;ve been &#8216;incubating&#8217; projects over on the Mach 30 Drawing Board because honestly, there are waaay too many good ideas out there and too few of us on the Mach 30 board.  One of these ideas, the Book Club, was recently brought to life during a weekly hangout. The group decided that they wanted to kick [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1145&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve been &#8216;incubating&#8217; projects over on the <a href="http://mach30drawingboard.wikispaces.com/">Mach 30 Drawing Board</a> because honestly, there are waaay too many good ideas out there and too few of us on the Mach 30 board.  One of these ideas, the Book Club, was recently brought to life during a weekly hangout.</p>
<p>The group decided that they wanted to kick off this new project by reading the book <span style="text-decoration:underline;">X-teams: how to build teams that lead, innovate and succeed.</span>  So here we go!  There&#8217;s a ton of great background on the drawing board page for the <a href="http://mach30drawingboard.wikispaces.com/Mach+30+Book+Club">Mach 30 Book Club</a> idea.  I&#8217;d suggest taking a quick glance through that so you know what to expect.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://www.amazon.com/X-teams-Build-Teams-Innovate-Succeed/dp/1591396921/"><img class=" " title="X-teams" alt="" src="http://ecx.images-amazon.com/images/I/41sn%2Bq7wV6L._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" height="300" width="300" /></a><p class="wp-caption-text">X-teams: How to build teams that lead, innovate, and succeed</p></div>
<p>We&#8217;ll start by discussing the Introduction to the book on Monday, November 26th. If you want to be part of the discussion you can add comments to this blog post, even if you don&#8217;t have an account. If you click in the &#8220;Leave a Reply&#8221; box below you&#8217;ll see options to post as your Twitter and Facebook logins too. We&#8217;re really looking forward to getting started with this book, and we hope you&#8217;ll join us. If you&#8217;re a part of teams in any way, this will be a great discussion.</p>
<p>So, grab a copy of the book, a comfy chair, a hot or cold beverage of your choice, and lets get started!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1145&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2012/11/08/new-mach-30-book-club/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/729e4287821105bc2467eb9754033edc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tospaceandback</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41sn%2Bq7wV6L._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" medium="image">
			<media:title type="html">X-teams</media:title>
		</media:content>
	</item>
		<item>
		<title>Mach 30 Reporting In:  October 2012</title>
		<link>http://mach30.org/2012/10/06/mach-30-reporting-in-october-2012/</link>
		<comments>http://mach30.org/2012/10/06/mach-30-reporting-in-october-2012/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 04:16:06 +0000</pubDate>
		<dc:creator>Maureen Carruthers</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1101</guid>
		<description><![CDATA[We dedicate our first weekly hangout each month to catching you up on what is happening at Mach 30.  We do project updates, share where we are stuck, and answer any questions that come up about Mach 30 or our work. We also broadcast and record that hangout, so even if you can’t join us live, you can still [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1101&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We dedicate our first <a href="http://mach30drawingboard.wikispaces.com/Weekly+Hangout+Topic+Ideas">weekly hangout</a> each month to catching you up on what is happening at Mach 30.  We do project updates, share where we are stuck, and answer any questions that come up about Mach 30 or our work.</p>
<p>We also broadcast and record that hangout, so even if you can’t join us live, you can still stay in the loop.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/KLaKPDRYrJc?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>If you’d rather not watch the whole meeting, or if you’d like to have easy access to the resources we discuss, you can <a href="https://docs.google.com/a/mach30.org/document/d/1-AJAvkAaDwn9nbcpih4CN7U6Hpzs7LVzr6jH5VPLziE/edit">access the meeting minutes here</a>.</p>
<h2>Bonus Video!</h2>
<p>In addition to our usual reports hangout, we did a bonus on air hangout in September from the Open Hardware Summit.  If you missed it, you can catch up here.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/E7RBKWzEumI?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>And here are the videos and pictures previewed in the Open Hardware Summit hangout.</p>
<ul>
<li><a href="http://www.flickr.com/photos/mach_30/sets/72157631701986381/">Pictures</a></li>
<li><a href="http://www.youtube.com/watch?v=eYD4BX7s8uE">Cool lighting project</a></li>
<li><a href="http://www.youtube.com/watch?v=p8p0WnGqTaQ&amp;feature=youtu.be">Keyglove interview</a></li>
<li><a href="http://www.youtube.com/watch?v=zjSzAy0u8fE">Trilife interview</a></li>
</ul>
<h2>It’s not too late for feedback!</h2>
<p>If you have questions or ideas we want to hear them.  Leave a comment below and a Mach 30 board member will answer as soon as we can.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1101&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2012/10/06/mach-30-reporting-in-october-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/91ac59f2bbb10be48b0607c090995802?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lizthefair</media:title>
		</media:content>
	</item>
		<item>
		<title>Mach 30 Reporting In:  September 2012</title>
		<link>http://mach30.org/2012/09/07/mach-30-reporting-in-september-2012/</link>
		<comments>http://mach30.org/2012/09/07/mach-30-reporting-in-september-2012/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 16:25:15 +0000</pubDate>
		<dc:creator>Maureen Carruthers</dc:creator>
				<category><![CDATA[Mach 30 Updates]]></category>

		<guid isPermaLink="false">http://mach30.org/?p=1088</guid>
		<description><![CDATA[We dedicate our first weekly hangout each month to catching you up on what is happening at Mach 30.  We do project updates, share where we are stuck, and answer any questions that come up about Mach 30 or our work. We also broadcast and record that hangout, so even if you can&#8217;t join us live, you [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1088&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We dedicate our first <a href="http://mach30drawingboard.wikispaces.com/Weekly+Hangout+Topic+Ideas">weekly hangout</a> each month to catching you up on what is happening at Mach 30.  We do project updates, share where we are stuck, and answer any questions that come up about Mach 30 or our work.</p>
<p>We also broadcast and record that hangout, so even if you can&#8217;t join us live, you can still stay in the loop.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/sF34vpBK02c?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>If you&#8217;d rather not watch the whole meeting, or if you&#8217;d like to have easy access to the resources we discuss, you can <a href="https://docs.google.com/a/mach30.org/document/d/1-AJAvkAaDwn9nbcpih4CN7U6Hpzs7LVzr6jH5VPLziE/edit">access the meeting minutes here</a>.</p>
<h2>It&#8217;s not too late for feedback!</h2>
<p>If you have questions or ideas we want to hear them.  Leave a comment below and a Mach 30 board member will answer as soon as we can.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mach30online.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mach30online.wordpress.com/1088/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mach30.org&#038;blog=23309009&#038;post=1088&#038;subd=mach30online&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mach30.org/2012/09/07/mach-30-reporting-in-september-2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/91ac59f2bbb10be48b0607c090995802?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lizthefair</media:title>
		</media:content>
	</item>
	</channel>
</rss>
