<?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>aaron c beals &#187; Hardware</title>
	<atom:link href="http://aaronbeals.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronbeals.com</link>
	<description>drops of philosophy from the punchbowl of oblivion</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:15:02 +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>build your own gadget</title>
		<link>http://aaronbeals.com/2008/02/23/build-your-own-gadget/</link>
		<comments>http://aaronbeals.com/2008/02/23/build-your-own-gadget/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 05:55:38 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://aaronbeals.com/?p=79</guid>
		<description><![CDATA[in the same vein as LEGO Mindstorms and the Robolab intiative, a New York-based company called Bug Labs has built a modular system for constructing and programming your own gadgets. the programming IDE looks pretty slick and there are a couple of excellent modules so far (GPS, LCD screen, camera, motion sensor) but the real [...]]]></description>
			<content:encoded><![CDATA[<p>in the same vein as LEGO <a href="http://mindstorms.lego.com/">Mindstorms</a> and the <a href="http://www.lego.com/eng/education/mindstorms/default.asp">Robolab</a> intiative, a New York-based company called <a href="http://buglabs.net/products">Bug Labs</a> has built a modular system for constructing and programming your own gadgets.  the programming IDE looks pretty slick and there are a couple of excellent modules so far (GPS, LCD screen, camera, motion sensor) but the real power is in the ability to create your own hardware modules.  that&#8217;s right: they&#8217;ve opened up the schematics for their hardware.</p>
<p><center><img id="image80" src="http://aaronbeals.com/wp-content/uploads/2008/02/buglabs.jpg" alt="buglabs.jpg" /></center></p>
<p>i first read about these guys in the Tech Review, but have since seen product buzz on sites like <a href="http://gizmodo.com/gadgets/bug-labs/first-look-at-bug-labs-hardware-video-and-gallery-317554.php">Gizmodo</a>.  check out the video on the Gizmodo link &#8212; seeing this thing in action is the best way to understand how fantastic this little device is.</p>
<p>finally, if you&#8217;re as psyched about this thing as i am and can&#8217;t wait to get more information, check out the <a href="http://www.bugblogger.com/">Bug Blogger</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronbeals.com/2008/02/23/build-your-own-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fan noise, round 2</title>
		<link>http://aaronbeals.com/2008/02/13/fan-noise-round-2/</link>
		<comments>http://aaronbeals.com/2008/02/13/fan-noise-round-2/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 14:00:27 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://aaronbeals.com/?p=75</guid>
		<description><![CDATA[so the other day i mentioned that i was working on fixing the fan noise in my Thinkpad laptop. originally, i investigated some stand-alone software (tpfancontrol) for fan control, but i was really looking for something to hook into Notebook Hardware Control (NHC), so i could manage all operational aspects of my laptop from one [...]]]></description>
			<content:encoded><![CDATA[<p>so the other day <a href="http://aaronbeals.com/?p=72">i mentioned</a> that i was working on fixing the fan noise in my Thinkpad laptop.  originally, i investigated some stand-alone software (tpfancontrol) for fan control, but i was really looking for something to hook into Notebook Hardware Control (NHC), so i could manage all operational aspects of my laptop from one console.  in fact, NHC claimed to cover fan control (or at least monitoring), but I couldn&#8217;t find that information anywhere in the NHC interface.  turns out that i just needed to go to the &#8220;Settings&#8221; tab and click &#8220;Show all NHC options and settings&#8221;&#8230; <em>voila</em>!  tabs galore, including the &#8220;ACPI&#8221; tab i needed for fan monitoring and control.</p>
<p>the next step was to find the ACPI control scripts for my T42 Thinkpad &#8212; or else write my own from scratch.  luckily, i found the scripts required thanks to <a href="http://blog.tiensivu.com/aaron/archives/1056-Enable-fine-grained-fan-control-with-NHC-on-Thinkpads.html">Aaron Tiensivu&#8217;s blog</a>.  just <a href="http://staff-www.uni-marburg.de/~schmitzr/nhc_tpfc.zip">download this zip</a> and follow the instructions in the readme file.</p>
<p>the default mode for the script is to turn on ACPI control through NHC, so that the fan is tied to the CPU and HDD temperatures (which makes sense, right?) &#8212; and the default temperature settings seem conservative.  i have been monitoring the CPU temp closely to make sure everything is working as promised, and so far i haven&#8217;t been frying eggs on the keyboard.</p>
<p>the only odd thing is that NHC cycles through the fan speeds on startup and when you come back from sleep mode, so if you&#8217;re not prepared for that, it&#8217;s a little strange.  the fan will rev up to top speed and then drop back to zero, which as far as i can tell is used to check that all the speed levels are valid.</p>
<p>in the end, the whole ACPI-script process took me about 3 minutes, and now my laptop&#8217;s fan is working normally and sanely.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronbeals.com/2008/02/13/fan-noise-round-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

