<?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>veys.com &#187; projects</title>
	<atom:link href="http://veys.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://veys.com</link>
	<description>if I only had a tagline.</description>
	<lastBuildDate>Tue, 27 Sep 2011 21:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>An open source LED grid clock</title>
		<link>http://veys.com/2011/09/26/an-open-source-led-grid-clock/</link>
		<comments>http://veys.com/2011/09/26/an-open-source-led-grid-clock/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 04:50:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://veys.com/?p=382</guid>
		<description><![CDATA[So your analog wall clock breaks&#8230; What do you do about it? Make a digital clock, of course. Lumitock is an &#8220;LED grid&#8221; clock, where the time is represented by the number of lit LEDs within a segment of the clock. Lumitock is based on the Arduino platform, specifically using an Arduino Pro Mini 328 [...]]]></description>
			<content:encoded><![CDATA[<p>So your analog wall clock breaks&#8230;  What do you do about it?  Make a digital clock, of course.  Lumitock is an &#8220;LED grid&#8221; clock, where the time is represented by the number of lit LEDs within a segment of the clock.</p>
<p>Lumitock is based on the Arduino platform, specifically using an Arduino Pro Mini 328 (socketed, I have commitment issues).  It also uses a <a href="http://www.maxim-ic.com/datasheet/index.mvp/id/3128">DS1337C RTC</a> for time-keeping, and <a href="http://www.ti.com/product/tlc5940">TLC5940 LED drivers</a> to keep track of all that light.  I used <a href="http://batchpcb.com">BatchPCB</a> to fab some boards for it, and they turned out great.  Very solid, and such an easy service when time isn&#8217;t much of a factor.</p>
<p>It is open hardware and software, <a href="http://github.com/nickveys/lumitock">available on github</a>.  The Arduino project as well as Eagle CAD project files are included.</p>
<p><strong>Beware!</strong>  The <a href="https://github.com/nickveys/lumitock/commits/version-1">current version (tag version-1)</a> has a fairly nasty issue with the PCB layout, the TLC5940 sockets were drawn as .4&#8243; wide, not .3&#8243;.  Not fun to solder that up, you can see the kludgey fixes in the images.  I will be updating the PCB as well as making a SMT-only version to slim things up.</p>
<p><a href="http://www.youtube.com/watch?v=MHyRmk73WY8"><img src="http://img.youtube.com/vi/MHyRmk73WY8/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=MHyRmk73WY8">Click here</a> to view the video on YouTube.</p>

<h2>Images</h2>

<a href='http://veys.com/2011/09/26/an-open-source-led-grid-clock/img_2490/' title='IMG_2490'><img width="150" height="150" src="http://veys.com/wp-content/uploads/2011/09/IMG_2490-150x150.jpg" class="attachment-thumbnail" alt="IMG_2490" title="IMG_2490" /></a>
<a href='http://veys.com/2011/09/26/an-open-source-led-grid-clock/img_2495/' title='IMG_2495'><img width="150" height="150" src="http://veys.com/wp-content/uploads/2011/09/IMG_2495-150x150.jpg" class="attachment-thumbnail" alt="IMG_2495" title="IMG_2495" /></a>
<a href='http://veys.com/2011/09/26/an-open-source-led-grid-clock/img_2501/' title='IMG_2501'><img width="150" height="150" src="http://veys.com/wp-content/uploads/2011/09/IMG_2501-150x150.jpg" class="attachment-thumbnail" alt="IMG_2501" title="IMG_2501" /></a>

]]></content:encoded>
			<wfw:commentRss>http://veys.com/2011/09/26/an-open-source-led-grid-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Airsoft Turret play</title>
		<link>http://veys.com/2008/02/22/some-airsoft-turret-play/</link>
		<comments>http://veys.com/2008/02/22/some-airsoft-turret-play/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 06:45:59 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[airsoft turret]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[libwiimote]]></category>
		<category><![CDATA[wiimote]]></category>

		<guid isPermaLink="false">http://www.veys.com/blog/?p=57</guid>
		<description><![CDATA[Been toying with the idea of making an Airsoft Gun controller wirelessly via Wii Remote.  Inspired by a previous DefconBots challenge.  Just managed to get control of 2 servos via a ATMega8, serial link to a PC and a Wii Remote talking to said PC via BlueTooth.  Pretty hacky but it works, and it&#8217;s way [...]]]></description>
			<content:encoded><![CDATA[<p>Been toying with the idea of making an Airsoft Gun controller wirelessly via Wii Remote.  Inspired by a previous DefconBots challenge.  Just managed to get control of 2 servos via a ATMega8, serial link to a PC and a Wii Remote talking to said PC via BlueTooth.  Pretty hacky but it works, and it&#8217;s way easier than grokking BlueTooth on the MCU for now.</p>
<p>First video is of 1 servo working with really jittery input.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/4P2k3uha0OI&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/4P2k3uha0OI&amp;hl=en&amp;fs=1"></embed></object></p>
<p>Second video is 2 servos on X and Y axis with smoothed input.  Much nicer.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/jMppGliIu0I&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/jMppGliIu0I&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>Using <a href="http://libwiimote.sourceforge.net/">libwiimote</a> on the host side for Wii Remote interfacing.</p>
]]></content:encoded>
			<wfw:commentRss>http://veys.com/2008/02/22/some-airsoft-turret-play/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mr. Baybus 3 Preview</title>
		<link>http://veys.com/2005/07/24/mr-baybus-3-preview/</link>
		<comments>http://veys.com/2005/07/24/mr-baybus-3-preview/#comments</comments>
		<pubDate>Mon, 25 Jul 2005 03:06:54 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[digital baybus]]></category>
		<category><![CDATA[mr baybus]]></category>

		<guid isPermaLink="false">http://www.veys.com/blog/?p=209</guid>
		<description><![CDATA[Yet another digital baybus.  The original Mr. Baybus, then Mr. Baybus 2, and now this one with PC control and a graphical LCD! Currently only a few shots of some basic functionality, nothing concrete to announce or deliver unfortunately. Screen Images Application Screenshots]]></description>
			<content:encoded><![CDATA[<p>Yet another digital baybus.  The original <a href="http://veys.com/2002/08/20/mr-baybus/" title="Mr. Baybus">Mr. Baybus</a>, then <a href="http://veys.com/2002/08/24/mr-baybus-2/" title="Mr. Baybus 2">Mr. Baybus 2</a>, and now this one with PC control and a graphical LCD!</p>
<p>Currently only a few shots of some basic functionality, nothing concrete to announce or deliver unfortunately.</p>
<h3>Screen Images</h3>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_216" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_splash.jpg" rel="lightbox[209]"><img class="size-thumbnail wp-image-216 " title="Splash screen" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_splash-150x150.jpg" alt="Splash screen" width="150" height="150" /></a><p class="wp-caption-text">Splash screen</p></div></td>
<td>
<p><div id="attachment_214" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_fans.jpg" rel="lightbox[209]"><img class="size-thumbnail wp-image-214 " title="Fans" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_fans-150x150.jpg" alt="Fans" width="150" height="150" /></a><p class="wp-caption-text">Fans</p></div></td>
</tr>
<tr>
<td>
<p><div id="attachment_215" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_lights.jpg" rel="lightbox[209]"><img class="size-thumbnail wp-image-215 " title="Lights" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_lights-150x150.jpg" alt="Lights" width="150" height="150" /></a><p class="wp-caption-text">Lights</p></div></td>
<td>
<p><div id="attachment_217" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_temps.jpg" rel="lightbox[209]"><img class="size-thumbnail wp-image-217 " title="Temperatures" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_lcd_temps-150x150.jpg" alt="Temperatures" width="150" height="150" /></a><p class="wp-caption-text">Temperatures</p></div></td>
</tr>
</tbody>
</table>
<h3>Application Screenshots</h3>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_212" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_menu.gif" rel="lightbox[209]"><img class="size-thumbnail wp-image-212" title="Menu" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_menu-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Main Menu</p></div></td>
<td>
<p><div id="attachment_210" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_fans.gif" rel="lightbox[209]"><img class="size-thumbnail wp-image-210" title="Fans" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_fans-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Fan Controls</p></div></td>
</tr>
<tr>
<td>
<p><div id="attachment_211" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_lighting.gif" rel="lightbox[209]"><img class="size-thumbnail wp-image-211" title="Lighting" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_lighting-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Lighting Controls</p></div></td>
<td>
<p><div id="attachment_213" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_temps.gif" rel="lightbox[209]"><img class="size-thumbnail wp-image-213" title="Temperatures" src="http://www.veys.com/wp-content/uploads/2008/07/mbb3_app_temps-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Temperatures</p></div></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://veys.com/2005/07/24/mr-baybus-3-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mr. Baybus 2</title>
		<link>http://veys.com/2002/08/24/mr-baybus-2/</link>
		<comments>http://veys.com/2002/08/24/mr-baybus-2/#comments</comments>
		<pubDate>Sun, 25 Aug 2002 05:23:46 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[legacy articles]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[mr baybus]]></category>
		<category><![CDATA[pic]]></category>

		<guid isPermaLink="false">http://www.veys.com/blog/?p=126</guid>
		<description><![CDATA[After such a good response to Mr. Baybus, I decided to up the ante. I wanted temperature sensing and light control, as well as a more refined interface. I also wanted a chance to write much, much better code as Mr. Baybus was most definitely a kludge. This led to the design of Mr. Baybus [...]]]></description>
			<content:encoded><![CDATA[<p>After such a good response to <a href="http://veys.com/2002/08/20/mr-baybus/" title="Mr. Baybus">Mr. Baybus</a>, I decided to up the ante. I wanted temperature sensing and light control, as well as a more refined interface. I also wanted a chance to write much, much better code as Mr. Baybus was most definitely a kludge. This led to the design of Mr. Baybus 2.</p>
<p>Mr. Baybus had a few problems I wanted to take care of. One being price, it cost way too much compared to its utililty value, which is normal for projects like this, but still&#8230;</p>
<p>Mr. Baybus 2 uses a much more sophisticated microcontroller, a PIC 16F870. This is a 28-pin SDIP style chip, lots more I/O pins, an onboard UART, and even an ADC. This little guy also has twice the instruction memory, so I had more freedom to make the interface somewhat more sleek, and add more features. The benefit of more pins is CHEAPER LCD. The previous serial LCD ran about $42 shipped, which is semi-high for a serial LCD in general, but it was a CrystalFontz so at least it was high quality. Anyways, now I can move to a simple <a href='http://en.wikipedia.org/wiki/HD44780_Character_LCD' target='_blank'>HD44780</a> based parallel LCD (by <a href="http://www.crystalfontz.com">CrystalFontz</a>, of course). These run around $20 shipped, and even less from other places selling generics.</p>
<h3>Features</h3>
<ul>
<li>Three On/Off Fan controls</li>
<li>One 12V Light control (Neons, etc)</li>
<li>Two centrigrade temperature sensors</li>
<li>20&#215;2 screen (any HD44780 compatible will work)</li>
<li>Simple, menu-driven style interface</li>
<li>Stores fan status in non-volatile memory</li>
</ul>
<h3>Display Images</h3>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_194" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_splash.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-194" title="Splash screen" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_splash-150x127.jpg" alt="" width="150" height="127" /></a><p class="wp-caption-text">Splash screen</p></div></td>
<td>
<p><div id="attachment_195" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_status.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-195" title="Fan status" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_status-150x136.jpg" alt="Fan status" width="150" height="136" /></a><p class="wp-caption-text">Fan status</p></div></td>
<td>
<p><div id="attachment_196" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_status2.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-196" title="Fan status w/selection" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_status2-150x129.jpg" alt="Fan status w/selection" width="150" height="129" /></a><p class="wp-caption-text">Fan status w/selection</p></div></td>
</tr>
<tr>
<td>
<p><div id="attachment_193" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_lighting.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-193" title="Lighting status" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_lighting-150x133.jpg" alt="Lighting status" width="150" height="133" /></a><p class="wp-caption-text">Lighting status</p></div></td>
<td>
<p><div id="attachment_197" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_temperature.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-197" title="Temperatures" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_temperature-150x127.jpg" alt="Temperatures" width="150" height="127" /></a><p class="wp-caption-text">Temperatures</p></div></td>
</tr>
</tbody>
</table>
<h3>Unit Images</h3>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_200" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_front_up.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-200" title="High view of the front" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_front_up-150x150.jpg" alt="High view of the front" width="150" height="150" /></a><p class="wp-caption-text">High view of the front</p></div></td>
<td>
<p><div id="attachment_198" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_back_up.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-198" title="High view of the back" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_back_up-150x150.jpg" alt="High view of the back" width="150" height="150" /></a><p class="wp-caption-text">High view of the back</p></div></td>
</tr>
<tr>
<td>
<p><div id="attachment_199" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_backpanel.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-199" title="Back view" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_backpanel-150x150.jpg" alt="Back view" width="150" height="150" /></a><p class="wp-caption-text">Back view</p></div></td>
<td>
<p><div id="attachment_201" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_underneath.jpg" rel="lightbox[126]"><img class="size-thumbnail wp-image-201" title="Underneath" src="http://www.veys.com/wp-content/uploads/2008/07/mbb2_underneath-150x150.jpg" alt="Underneath" width="150" height="150" /></a><p class="wp-caption-text">Underneath</p></div></td>
</tr>
</tbody>
</table>
<h3>Version 2.1</h3>
<p>A slight update to the original. I decided I wanted to re-write it in C as an exercise.  While I was at it, I figured I&#8217;d add a feature or two.</p>
<p>Pretty basic, a complete re-write in C, Hi-Tech PICC to be exact. It&#8217;s a great compiler for the PICs and gave me opportunities to re-write the LCD, ADC and DELAY libraries in C.</p>
<h3>New Features</h3>
<ul>
<li>New program-loop idea, worked well</li>
<li>Strobe mode for Light output</li>
<li>Temperatures in Celcius or Fahrenheit</li>
</ul>
<h3>Downloads</h3>
<p>All files for Mr. Baybus 2 are distributed under a <a href="http://www.opensource.org/licenses/bsd-license.php">BSD</a>-style license.</p>
<ul>
<li>Original
<ul>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2-src.zip">Assembly source code, and assembled HEX file (built for 16F870)</a> (zip)</li>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_parts.sxc">Parts list</a> (<a href="http://www.openoffice.or">OOo</a> spreadsheet)</li>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb2_screens.sxc">Screen prototypes</a> (OOo spreadsheet)</li>
</ul>
</li>
<li>v2.1
<ul>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb21-src.zip">C source code, and compiled HEX file (built for 16F870)</a> (zip)</li>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb21_screens.sxc">Screen prototypes</a> (OOo spreadsheet)</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://veys.com/2002/08/24/mr-baybus-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mr. Baybus</title>
		<link>http://veys.com/2002/08/20/mr-baybus/</link>
		<comments>http://veys.com/2002/08/20/mr-baybus/#comments</comments>
		<pubDate>Wed, 21 Aug 2002 04:17:26 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[legacy articles]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[mr baybus]]></category>
		<category><![CDATA[pic]]></category>

		<guid isPermaLink="false">http://www.veys.com/blog/?p=118</guid>
		<description><![CDATA[Mr. Baybus is a microcontroller-based fan control system. It is a completely stand-alone unit, with no computer-control whatsoever. Control comes from momentary switches on the front panel. You have 4 switches to toggle your fans on/off, and a brightness/contrast button, which switches you into a screen to alter those settings. Another press gets you back [...]]]></description>
			<content:encoded><![CDATA[<p>Mr. Baybus is a microcontroller-based fan control system. It is a completely stand-alone unit, with no computer-control whatsoever.</p>
<p>Control comes from momentary switches on the front panel. You have 4 switches to toggle your fans on/off, and a brightness/contrast button, which switches you into a screen to alter those settings. Another press gets you back to the fan status display.</p>
<p>All settings are saved in EEPROM memory on-chip. So when you shut your system down, then power back up, your fans will be running the same as they were before, and your brightness and contrast will remain unchanged as well.</p>
<p>The display is a <a href="http://www.crystalfontz.com/">CrystalFontz</a> 16&#215;2 Serial LCD. This unit is EXCELLENT. It supports SPI transfers which is what Mr. Baybus prefers!</p>
<p>The fans are switched by power MOSFETs. IRL3102&#8242;s to be exact. They are rated to handle up to around 7A for a 12V circuit like this. This is of course far beyond anything I would ever want to throw at it, but it&#8217;s nice to know you have the room to expand.</p>
<p>Connections to the system are made via a small 4-pin connector. This facilitates 2 fans per circuit, 4 circuits in all. The connector is the same as the CD-Audio connector on your CD-Rom&#8217;s so it&#8217;s quick and easy to remove the fans.</p>
<p>The brains of the system come in the form of an 18-pin microcontroller. A very basic PIC16F84a. At 4MHz this little guy is going way faster than this system needs but hey, if you got it, why not. All 912 lines of code were written in assembly over the course of a few nights.</p>
<p>Full source code, schematics and PCB layouts are available, enjoy!</p>
<h3>Screen Images</h3>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_169" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_splash.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-169" title="Startup Splash" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_splash-150x150.jpg" alt="Startup Splash" width="150" height="150" /></a><p class="wp-caption-text">Startup Splash</p></div></td>
<td>
<p><div id="attachment_167" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_main.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-167" title="Main Screen" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_main-150x150.jpg" alt="Main Screen" width="150" height="150" /></a><p class="wp-caption-text">Main Screen</p></div></td>
<td>
<p><div id="attachment_168" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_options.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-168" title="Options" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_options-150x150.jpg" alt="Options" width="150" height="150" /></a><p class="wp-caption-text">Options</p></div></td>
</tr>
</tbody>
</table>
<h3>Unit Images</h3>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_171" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_blankpcb.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-171" title="Blank PCB" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_blankpcb-150x150.jpg" alt="Blank PCB" width="150" height="150" /></a><p class="wp-caption-text">Blank PCB</p></div></td>
<td>
<p><div id="attachment_172" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_complete.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-172" title="Mr. Baybus" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_complete-150x150.jpg" alt="Mr. Baybus" width="150" height="150" /></a><p class="wp-caption-text">Mr. Baybus</p></div></td>
<td>
<p><div id="attachment_173" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_complete_labeled.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-173" title="Labeled Close-up" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_complete_labeled-150x150.jpg" alt="Labeled Close-up" width="150" height="150" /></a><p class="wp-caption-text">Labeled Close-up</p></div></td>
</tr>
<tr>
<td>
<p><div id="attachment_175" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_installed_front.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-175" title="Front view, installed" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_installed_front-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">Front view, installed</p></div></td>
<td>
<p><div id="attachment_174" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_installed_back.jpg" rel="lightbox[118]"><img class="size-thumbnail wp-image-174" title="Rear view, installed" src="http://www.veys.com/wp-content/uploads/2008/07/mbb_installed_back-150x150.jpg" alt="Rear view, installed" width="150" height="150" /></a><p class="wp-caption-text">Rear view, installed</p></div></td>
</tr>
</tbody>
</table>
<h3>Downloads</h3>
<p>All files for Mr. Baybus are distributed under a <a href="http://www.opensource.org/licenses/bsd-license.php">BSD</a>-style license.</p>
<ul>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb-src.zip">Assembly source code, and assembled HEX file (built for PIC16F84a)</a> (zip)</li>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_pcb.gif" rel="lightbox[118]">PCB Layout</a> (gif)</li>
<li><a href="http://www.veys.com/wp-content/uploads/2008/07/mbb_schematic.pdf">Schematic</a> (pdf)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://veys.com/2002/08/20/mr-baybus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  veys.com/category/projects/feed/ ) in 1.16826 seconds, on Feb 6th, 2012 at 8:59 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 9:01 am UTC -->
