<?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>ShareBrained Technology</title>
	<atom:link href="http://www.sharebrained.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharebrained.com</link>
	<description>Artful Electronic Kits</description>
	<lastBuildDate>Sun, 27 Dec 2009 05:44:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EAGLE CAD Version Rollback</title>
		<link>http://www.sharebrained.com/2009/12/26/eagle-cad-version-rollback/</link>
		<comments>http://www.sharebrained.com/2009/12/26/eagle-cad-version-rollback/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 05:43:42 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Random Stuff I Learned]]></category>
		<category><![CDATA[eagle]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[schematic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=235</guid>
		<description><![CDATA[How to move your EAGLE CAD designs from 5.x back to 4.x without too much pain.]]></description>
			<content:encoded><![CDATA[<p>Long story short: I started a design in Mac EAGLE 5.6 because it&#8217;s so much better than the 4.x Mac version. But then my design got too elaborate for the limitations of the freeware version I was using. I didn&#8217;t want to start over in my 4.x Pro version. (The files are not backward-compatible.) So I found a way to get my libraries, schematics, and PCB design out of 5.6 and in to 4.16. Here&#8217;s how:</p>
<p>Start with your libraries. If you try to browse your libraries in the 4.x Control Panel, you&#8217;ll get warnings about all the libraries that are too new. Make list of those libraries.</p>
<p>For each library on your error list:</p>
<ul>
<li>Open the library in EAGLE 5.x.</li>
<li>Choose &#8220;File->Export&#8230;&#8221; and choose &#8220;Script&#8221; from the popup menu.</li>
<li>Name the script file after your library (e.g. &#8220;analog_devices.scr&#8221;). I saved the script in the same directory as the library.</li>
<li>Close the library.</li>
<li>Move the library file (e.g. &#8220;analog_devices.lbr&#8221;) and backup files (&#8221;analog_devices.l#1&#8243; through &#8220;analog_devices.l#9&#8243;) to a safe place.</li>
</ul>
<p>For each script file (e.g. &#8220;analog_devices.scr&#8221;) you saved:</p>
<ul>
<li>Create a new library in EAGLE 4.x.</li>
<li>Choose &#8220;File->Script&#8230;&#8221; and select the .scr file.</li>
<li>Close the library. You&#8217;ll be prompted to save the library. Give it the same name as the original library.</li>
<li>Delete the script file.</li>
</ul>
<p>Now you&#8217;ve got your libraries rebuilt. Next up, your schematics. Download the ULP file &#8220;<a href="http://www.cadsoft.de/cgi-bin/download.pl?page=/home/cadsoft/html_public/download.htm.en&#038;dir=eagle/userfiles/ulp" target="_new">export-schematic.ulp</a>&#8221; from the EAGLE Web site.</p>
<p>For each schematic file:</p>
<ul>
<li>Open the schematic in EAGLE 5.x.</li>
<li>Choose &#8220;File->Run&#8230;&#8221; and choose the &#8220;export-schematic.ulp&#8221; file from where you downloaded it.</li>
<li>The ULP will write out a file named &#8220;temp.scr&#8221;, in the same folder as the schematic file.</li>
<li>Close EAGLE 5.x.</li>
<li>Open EAGLE 4.x.</li>
<li>Create a new folder for the 4.x version of your project.</li>
<li>In the new folder, create a new schematic.</li>
<li>Choose &#8220;File->Script&#8230;&#8221; and open the &#8220;temp.scr&#8221; script file you saved from EAGLE 5.x. It&#8217;ll take a while if your schematic is substantial. If you get questions about moving one net into another, say &#8220;yes&#8221;.</li>
<li>Close the schematic, saving the file to the 4.x project folder you created, and using the same filename as your EAGLE 5.x project.</li>
</ul>
<p>Next, your PCB layouts. Download my ULP file &#8220;<a href="/downloads/miscellaneous/export-board-layout.ulp" target="_new">export-board-layout.ulp</a>&#8221; (derived from &#8220;export-board.ulp&#8221; from the EAGLE Web site).</p>
<p>For each board:</p>
<ul>
<li>Start EAGLE 5.x.
<li>
<li>Open your board file. Don&#8217;t do ANYTHING else at this point, or your export script file will get weird.</li>
<li>Choose &#8220;File->Run&#8230;&#8221; and choose the &#8220;export-board-layout.ulp&#8221; file from where you downloaded it.</li>
<li>The ULP will write out a file named &#8220;temp.scr&#8221;, in the same folder as the board file.</li>
<li>Close EAGLE 5.x.</li>
<li>Open EAGLE 4.x.</li>
<li>Open the 4.x version of your schematic.</li>
<li>Choose &#8220;File->Switch to board&#8221;.</li>
<li>Allow EAGLE to &#8220;create from schematic&#8221;.</li>
<li>Choose &#8220;File->Script&#8230;&#8221; and choose the &#8220;temp.scr&#8221; file you saved in an earlier step.</li>
<li>Close the board, saving the file to the 4.x project folder you created, and using the same filename as your EAGLE 5.x project.</li>
</ul>
<p>Whew. Not easy, but a whole lot easier than re-entering the schematic and board layout for a 100-component design&#8230; I hope this is helpful to somebody!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/12/26/eagle-cad-version-rollback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Frankencamera</title>
		<link>http://www.sharebrained.com/2009/09/03/the-frankencamera/</link>
		<comments>http://www.sharebrained.com/2009/09/03/the-frankencamera/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:06:43 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[frankencamera]]></category>
		<category><![CDATA[open hardware]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=233</guid>
		<description><![CDATA[A year or so, I was getting into digital video cameras and was thinking how great it would be to have an open-source camera platform. The hardware design and low-level driver stuff would be implemented already, so people could easily build their own dream camera software. There&#8217;s already some precedent for this, with the Canon [...]]]></description>
			<content:encoded><![CDATA[<p>A year or so, I was getting into digital video cameras and was thinking how great it would be to have an open-source camera platform. The hardware design and low-level driver stuff would be implemented already, so people could easily build their own dream camera software. There&#8217;s already some precedent for this, with the Canon EOS 5D Mark II <a href="http://magiclantern.wikia.com/wiki/Magic_Lantern_Firmware_Wiki" target="_new">&#8220;Magic Lantern&#8221; firmware</a>, which is a truly amazing work of reverse-engineering. But because the 5D Mark II is closed hardware, there&#8217;s still a limit to what the Magic Lantern people can do.</p>
<p>Well, I saw on SlashDot today that some researchers at Stanford plan to offer a <a href="http://news.stanford.edu/news/2009/august31/levoy-opensource-camera-090109.html" target="_new">Frankencamera</a>, an inexpensive, open platform for still camera algorithm development. I&#8217;m anxious to see this camera produced and what people will do with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/09/03/the-frankencamera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make: TV Dispenser Triumphs at Maker Faire 2009</title>
		<link>http://www.sharebrained.com/2009/06/09/make-tv-dispenser-2009/</link>
		<comments>http://www.sharebrained.com/2009/06/09/make-tv-dispenser-2009/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:54:38 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[episode dispenser]]></category>
		<category><![CDATA[make tv]]></category>
		<category><![CDATA[maker faire]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[video download]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=229</guid>
		<description><![CDATA[The Make: TV Episode Dispenser we built for Maker Faire 2009 worked pretty well -- after a last-minute pitched battle to make it work AT ALL.]]></description>
			<content:encoded><![CDATA[<p>It was a squeaker, but Brian and I got the Make: TV Episode Dispenser to work in time for Maker Faire 2009.</p>
<p>If you haven&#8217;t been following this project, the idea is simple. You&#8217;re at Maker Faire. You&#8217;ve never seen Make: TV before. You have a USB drive in your pocket. You walk up to our quaint, blinking machine, plug in your USB drive, choose an episode of Make: TV, and download it to your USB drive so you can take it home and watch it.</p>
<p>Here I am demonstrating it, appropriately enough, to John Park, the host of Make: TV.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/BkWUi18hl3g&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BkWUi18hl3g&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>And here&#8217;s an assemblage of video I shot of people using the dispenser.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/U3nINPztCa8&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/U3nINPztCa8&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>We were still putting on finishing touches and tweaking code a couple hours into the first day of the expo, but once we got the kinks worked out, it hummed along nicely. About five percent of visitors had problems with our machine. We identified two circumstances: NTFS- or HFS-formatted drives, and FAT32 drives that appeared to have no partition table. If we do this again next year (if Make: TV Season 2 gets funded), we&#8217;ll definitely try to solve these shortcomings for in Dispenser 2.0!</p>
<p>Thanks to Nick at Twin-Cities Public Television for his support on this project. Thanks to Brian for his help coding the software. Thanks to Don and Jason of Dorkbot PDX for their ideas and material/moral support. Thanks to James Provost for whipping up some graphics on super-short notice. Thanks to my wife for her user interaction suggestions (many of which I stubbornly ignored at my peril). And thanks to my dad for his woodworking help and various material contributions.<br />
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/06/09/make-tv-dispenser-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Magazine Review of Chronulator Kit</title>
		<link>http://www.sharebrained.com/2009/06/09/make-18-review-chronulator/</link>
		<comments>http://www.sharebrained.com/2009/06/09/make-18-review-chronulator/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:03:42 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[chronulator]]></category>
		<category><![CDATA[john park]]></category>
		<category><![CDATA[make magazine]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=226</guid>
		<description><![CDATA[The Chronulator is reviewed in Make Magazine, volume 18, on newsstands May 2009.]]></description>
			<content:encoded><![CDATA[<p>Well, my last post about Make Magazine turned out to be premature. The review of the Chronulator, slated for volume 17, was bumped due to space constraints. But in the latest issue, <a href="http://www.makezine.com/18/" target="_new">Make Volume 18</a>, there is now a Chronulator review! You can find the review in the Toolbox section, page 159, titled &#8220;Like Clockwork&#8221;.</p>
<p>John Park, the host of Make: TV did the honors, and really dug the kit. Sadly, his most excellent <a href="http://blog.makezine.com/archive/2009/01/chronulieta_cigar_box_clock.html" target="_new"><i>Chronulieta</i> cigar-box Chronulator</a>, which he built for the review, was not pictured.</p>
<p>One editorial comment: I must defend my engineering prowess by mentioning that the Chronulator consumes 200 <i>micro</i>amps, not 200 milliamps as the review states. At 200 microamps, that&#8217;s more than a year on two AA batteries!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/06/09/make-18-review-chronulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make: TV media dispenser</title>
		<link>http://www.sharebrained.com/2009/04/18/make-tv-media-dispenser/</link>
		<comments>http://www.sharebrained.com/2009/04/18/make-tv-media-dispenser/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 02:27:27 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[maker faire make television]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/2009/04/18/make-tv-media-dispenser/</guid>
		<description><![CDATA[A couple of months ago, I jumped on an opportunity to build a Make: TV media dispenser for the May Maker Faire. The basic idea is that you plug in your USB stick, choose which episodes you want, and the machine will copy them to your USB drive. I thought this would be a great [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago, I jumped on an opportunity to build a Make: TV media dispenser for the May Maker Faire. The basic idea is that you plug in your USB stick, choose which episodes you want, and the machine will copy them to your USB drive. I thought this would be a great way for people to get Make: TV without having to download the files themselves.</p>
<p>The process has been slow-going. It took a while to design the user interface (big push buttons!), design a control circuit board, and set up a little Linux computer to run it all. Last weekend, we finally got to the step of building the cabinet. It doesn&#8217;t look like much yet, but just wait&#8230;</p>
<p><a href="http://www.sharebrained.com/wp-content/2009/04/p-1600-1200-45467225-6c39-47d4-9dfe-8e9956bd1337.jpeg"><img src="http://www.sharebrained.com/wp-content/2009/04/p-1600-1200-45467225-6c39-47d4-9dfe-8e9956bd1337.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/04/18/make-tv-media-dispenser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastic.</title>
		<link>http://www.sharebrained.com/2009/03/29/fantastic/</link>
		<comments>http://www.sharebrained.com/2009/03/29/fantastic/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 17:02:26 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[chronulator steampunk brass]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=214</guid>
		<description><![CDATA[Beautiful brass and wood Chronulator in steampunk and Art-déco style, by Emmanuel.]]></description>
			<content:encoded><![CDATA[<p>So here I am, enjoying a week of vacation from my day-job, and a little break from the steady stream of ShareBrained orders that have come in over the last couple of months. And what should arrive in my inbox? This, from Emmanuel in France:</p>
<div class="gallery-entry">
<p><img src="http://www.sharebrained.com/wp-content/2009/03/emmanuel-1-225x300.jpg" alt="The hours meter of Emmanuel&#039;s Chronulator" title="Emmanuel&#039;s Chronulator" width="225" height="300" class="alignleft gallery size-medium wp-image-215" /></p>
<p><img src="http://www.sharebrained.com/wp-content/2009/03/emmanuel-2-300x225.jpg" alt="Emmanuel&#039;s Chronulator" title="Emmanuel&#039;s Chronulator" width="300" height="225" class="alignleft gallery size-medium wp-image-220" /></p>
<p style="clear:both;">The base is made from a tea box. The various brass components come from drawer handles and curtain rod ends. The meter faces were machined using a design made in Adobe Illustrator. And to bring it all together exactly as he imagined, Emmanuel had to completely deconstruct and rebuild the meters.</p>
</div>
<p style="clear:both;">This is astounding craftsmanship. I must say I am humbled. I never imagined my modest little clock kits would be worthy of such incredible attention and craftsmanship. It gives me immeasurable delight to know I am, in some <i>very small</i> way, helping to bring these beautiful works of art into existence. I&#8217;m so grateful for the opportunity. Thanks to all of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/03/29/fantastic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chronulator 2.0 in MAKE: Magazine!</title>
		<link>http://www.sharebrained.com/2009/01/23/chronulator-in-make-magazine/</link>
		<comments>http://www.sharebrained.com/2009/01/23/chronulator-in-make-magazine/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 01:20:21 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[chronulator make magazine review chronulieta john park]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=170</guid>
		<description><![CDATA[John Park, the host of the fantastic new MAKE: Television show, recently built a Chronulator 2.0. He just posted to the MAKE: Blog, sharing photos of his &#8220;Chronulieta&#8221; cigar-box Chronulator and saying it&#8217;s a &#8220;great kit&#8221;. A full review will appear in the next issue (volume 17) of MAKE: Magazine!
Here&#8217;s a picture of John&#8217;s handiwork. [...]]]></description>
			<content:encoded><![CDATA[<p>John Park, the host of the fantastic new <a href="http://www.makezine.tv/" target="_blank">MAKE: Television show</a>, recently built a Chronulator 2.0. He just <a href="http://blog.makezine.com/archive/2009/01/chronulieta_cigar_box_clock.html" target="_blank">posted to the MAKE: Blog</a>, sharing photos of his &#8220;Chronulieta&#8221; cigar-box Chronulator and saying it&#8217;s a &#8220;great kit&#8221;. A full review will appear in the next issue (volume 17) of <a href="http://www.makezine.com/" target="_blank">MAKE: Magazine</a>!</p>
<p>Here&#8217;s a picture of John&#8217;s handiwork. Very nice!</p>
<p><img src="http://www.sharebrained.com/wp-content/2009/01/chron-017-300x225.jpg" alt="" title="John Park&#039;s Chronulator" width="300" height="225" class="alignnone size-medium wp-image-171" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/01/23/chronulator-in-make-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chronulator Gallery</title>
		<link>http://www.sharebrained.com/2009/01/23/chronulator-gallery/</link>
		<comments>http://www.sharebrained.com/2009/01/23/chronulator-gallery/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 00:09:50 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[chronulator gallery flickr]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=168</guid>
		<description><![CDATA[We&#8217;ve posted some of our favorite Chronulators in our new Chronulator gallery. We&#8217;ll be adding to the gallery as time permits. You can also see (or post) Chronulators on Flickr.
If you have a Chronulator and haven&#8217;t sent us pictures or posted them to Flickr, what are you waiting for? Send them to ideas@sharebrained.com or post [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve posted some of our favorite Chronulators in our new <a href="/chronulator/gallery/">Chronulator gallery</a>. We&#8217;ll be adding to the gallery as time permits. You can also see (or post) Chronulators on <a href="http://www.flickr.com/search/?q=chronulator&#038;s=rec" target="_blank">Flickr</a>.</p>
<p>If you have a Chronulator and haven&#8217;t sent us pictures or posted them to Flickr, what are you waiting for? Send them to <a href="mailto:ideas@sharebrained.com">ideas@sharebrained.com</a> or post them under the <a href="http://www.flickr.com/search/?q=chronulator&#038;s=rec" target="_blank">Flickr tag &#8220;chronulator&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2009/01/23/chronulator-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now!</title>
		<link>http://www.sharebrained.com/2008/12/10/now/</link>
		<comments>http://www.sharebrained.com/2008/12/10/now/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 07:50:54 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=99</guid>
		<description><![CDATA[Chronulator 2.0 is now available. Come and get &#8216;em!
Thanks again to everybody who&#8217;s been asking for Chronulators for months now. I hope you agree the new design was worth the wait.
]]></description>
			<content:encoded><![CDATA[<p>Chronulator 2.0 is <a href="http://www.sharebrained.com/chronulator/" target="_self">now available</a>. Come and get &#8216;em!</p>
<p>Thanks again to everybody who&#8217;s been asking for Chronulators for months now. I hope you agree the new design was worth the wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2008/12/10/now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wait for it&#8230; Wait for it&#8230;</title>
		<link>http://www.sharebrained.com/2008/12/10/wait-for-it/</link>
		<comments>http://www.sharebrained.com/2008/12/10/wait-for-it/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 08:00:02 +0000</pubDate>
		<dc:creator>jboone</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://www.sharebrained.com/?p=93</guid>
		<description><![CDATA[OK. Everything is ready. I feel comfortable and confident that Chronulator 2.0 will be a good experience for all my customers. Come tomorrow evening (GMT-8: Pacific Time), Wednesday December 10, Chronulator 2.0 will be available for sale. It was a long time coming, and I am thankful for all your patience.
I&#8217;m so excited and so [...]]]></description>
			<content:encoded><![CDATA[<p>OK. Everything is ready. I feel comfortable and confident that Chronulator 2.0 will be a good experience for all my customers. Come tomorrow evening (GMT-8: Pacific Time), Wednesday December 10, Chronulator 2.0 will be available for sale. It was a long time coming, and I am thankful for all your patience.</p>
<p>I&#8217;m so excited and so relieved. And so tired. I was up until 4:30AM, attempting to resolve a bootloader problem. There were competing issues&#8230; I want the Chronulator to run on worn-out AA batteries, meaning approximately 1.8 volts. According to the Atmel microcontroller specifications, the chip can only run at 4MHz, at a voltage that low. But all the Arduino bootloaders are compiled to run at 8MHz, 16MHz or more. There&#8217;s the conflict. I had to recompile the Lilypad Arduino bootloader with a few tweaks. Messing with a crucial piece of code like a bootloader is rather nerve-wracking. So I tested, tested, and tested some more. I also had to mess around with the AVR microcontroller fuses &#8212; a risky affair, I&#8217;ve learned. I managed to brick one of my boards because I set the microcontroller fuses wrong. Fortunately, I was able to evolve a scripted process that will practically eliminate this sort of error as I burn the Chronulator software on each chip I ship.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharebrained.com/2008/12/10/wait-for-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
