<?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>Where does this wire go? &#187; carputer</title>
	<atom:link href="http://www.where-does-this-wire-go.com/w/category/carputer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.where-does-this-wire-go.com/w</link>
	<description>Documenting projects and things I find interesting in my life</description>
	<lastBuildDate>Sat, 31 Dec 2011 19:09:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Apple magic trackpad and the linux carputer</title>
		<link>http://www.where-does-this-wire-go.com/w/2011/05/30/apple-magic-trackpad-and-the-linux-carputer/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2011/05/30/apple-magic-trackpad-and-the-linux-carputer/#comments</comments>
		<pubDate>Tue, 31 May 2011 03:22:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=248</guid>
		<description><![CDATA[I was convinced by a co-worker while on a busness trip to purchase the Apple Magic Trackpad. I had the idea of using its multi-touch functionality for controlling my carputer with it. So far it is exceeding my expectations. I&#8217;ve already got app switching working with just the swipe of my hand, and I have [...]]]></description>
			<content:encoded><![CDATA[<p>I was convinced by a co-worker while on a busness trip to purchase the <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb_sb_ss_i_0_20%26y%3D0%26field-keywords%3Dapple%2520magic%2520trackpad%26url%3Dsearch-alias%253Daps%26sprefix%3Dapple%2520magic%2520trackpad%23&#038;tag=wrathofcom-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957">Apple Magic Trackpad</a><img src="https://www.assoc-amazon.com/e/ir?t=wrathofcom-20&#038;l=ur2&#038;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  I had the idea of using its multi-touch functionality for controlling  my carputer with it.  So far it is exceeding my expectations.</p>
<p>I&#8217;ve already got app switching working with just the swipe of my hand, and I have a 5 finger touch bring up the on screen keyboard.  For now it is doing what I expected.  The more I play with it, the more ideas I get on what I can do with it.</p>
<p>It was a little rough getting started as I needed a fairly recent kernel so I upgraded to Ubuntu Natty 11.04.  This caused some issues as my preferred window manager is icewm and natty runs gnome bu default.  I had an issue with Natty not saving my default session and that hung me up for a few hours.  It turned out to be a permissioning issue on one of the files.</p>
<p>I was also experimenting with some other music players and decided there was still nothing out there that worked the way I wanted so I decided to keep my own.  this led to another issue.  The program I wrote tends to not pass through key presses so when I get to that app the key presses simulated by the magic pad just get absorbed and not sent to the window manager.  This is a bug in my code, and I&#8217;m going to tackle it next.</p>
<p>After that bug is squashed I&#8217;m going to move on to controlling the audio volume using the rotate controls sent from the magic pad.  I&#8217;m not sure what else I&#8217;m going to use it for, but as I play with integrating it into the system I have no doubt I will find more useful things for it to do.  The Apple magic touchpad seems to have a lot of potential.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2011/05/30/apple-magic-trackpad-and-the-linux-carputer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>speechlion with cmu sphinx doesn&#8217;t seem to like open jdk &#8211; gives SEVERE can&#8217;t open microphone error</title>
		<link>http://www.where-does-this-wire-go.com/w/2010/09/28/speechlion-with-cmu-sphinx-doesnt-seem-to-like-open-jdk-gives-severe-cant-open-microphone-error/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2010/09/28/speechlion-with-cmu-sphinx-doesnt-seem-to-like-open-jdk-gives-severe-cant-open-microphone-error/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 00:36:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=245</guid>
		<description><![CDATA[I found that once I installed SUNs java6 and ran sudo update-alternatives &#8211;config java it started working Note that I&#8217;m using ubuntu and the instructions on speechlion say to run update-alternative. I don&#8217;t know if that was a typeo or not on their part. So, with speechlion running I am one step closer to controling [...]]]></description>
			<content:encoded><![CDATA[<p>I found that once I installed SUNs java6 and ran<br />
sudo update-alternatives &#8211;config java<br />
it started working</p>
<p>Note that I&#8217;m using ubuntu and the instructions on speechlion say to run update-alternative.  I don&#8217;t know if that was a typeo or not on their part.</p>
<p>So, with speechlion running I am one step closer to controling the system by speech. I had it working on the test bench but never in the car.</p>
<p>I want to make one more comment on  CMU sphinx and java.  Make sure you run the update-alternative(s) command because I found that even though I did an apt-get install in ubuntu that it wasn&#8217;t using the sun version until I did.  I suppose if you never installed a different version of the java runtime it might not be a problem but better to make sure it is using the right one than to make an assumption.</p>
<p>I can&#8217;t tell you how hard it was to figure this out because no one bothered to document the issue with openjdk and cmu sphinx and the &#8220;Can&#8217;t open microphone null error&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2010/09/28/speechlion-with-cmu-sphinx-doesnt-seem-to-like-open-jdk-gives-severe-cant-open-microphone-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Car Battery protector low voltage shut off</title>
		<link>http://www.where-does-this-wire-go.com/w/2010/09/08/car-battery-protector-low-voltage-shut-off/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2010/09/08/car-battery-protector-low-voltage-shut-off/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 04:44:38 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=241</guid>
		<description><![CDATA[After much looking I finally found this CAR BATTERY PROTECTOR 12V-12V / MAX. 10A The battery protector prevents appliances from draining the battery of your car. The device continuously monitors the voltage and charge status of your car battery. Specifications input voltage: DC 12V connected voltage: 12.5V ± 0.3V cutoff voltage: 11.2V ± 0.3V maximum [...]]]></description>
			<content:encoded><![CDATA[<p>After much looking I finally found this CAR BATTERY PROTECTOR 12V-12V / MAX. 10A</p>
<p>The battery protector prevents appliances from draining the battery of your car. The device continuously monitors the voltage and charge status of your car battery.</p>
<p>Specifications</p>
<p>input voltage: DC 12V<br />
connected voltage: 12.5V ± 0.3V<br />
cutoff voltage: 11.2V ± 0.3V<br />
maximum operating current: 10A (protected by 10A fuse) (PSPC10BP) </p>
<p><a href="http://www.electronics123.com/s.nl/it.A/id.1910/.f">car battery protector low voltage cut off</a></p>
<p>I want my carputer on as long as possible but the problem is that my power supply won&#8217;t cut power until the battery goes to 8 or 9 volts.  Hopefully this little thing will prevent a dead battery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2010/09/08/car-battery-protector-low-voltage-shut-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More work on the carputer</title>
		<link>http://www.where-does-this-wire-go.com/w/2010/09/05/more-work-on-the-carputer/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2010/09/05/more-work-on-the-carputer/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 07:11:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=239</guid>
		<description><![CDATA[I drove down to Baltimore for a day trip to go to ARK Fest and meet up with some online people I knew through mp3car.com. Seeing some cool setups and talking about car computing really energized me. I&#8217;ve been playing with a lot of stuff. 1) working on voice commands and stuff using simon again. [...]]]></description>
			<content:encoded><![CDATA[<p>I drove down to Baltimore for a day trip to go to ARK Fest and meet up with some online people I knew through mp3car.com.  Seeing some cool setups and talking about car computing really energized me.  I&#8217;ve been playing with a lot of stuff.</p>
<p>1) working on voice commands and stuff using simon again.</p>
<p>2) tweaked my traffic screen a little</p>
<p>3) worked on fixing my weather.</p>
<p>I think I made lots of progress in the last week or so.  I haven&#8217;t tested some of the stuff I did this weekend yet but if it works like it is supposed to my car computer should be one step closer to being where I want it to be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2010/09/05/more-work-on-the-carputer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>carputer is still being operated on</title>
		<link>http://www.where-does-this-wire-go.com/w/2010/03/07/carputer-is-still-being-operated-on/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2010/03/07/carputer-is-still-being-operated-on/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 19:41:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/2010/03/07/carputer-is-still-being-operated-on/</guid>
		<description><![CDATA[I&#8217;m still working at migrating all the data to the SSD I got. I expect it will be a week or so to get it up to par again.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still working at migrating all the data to the SSD I got.  I expect it will be a week or so to get it up to par again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2010/03/07/carputer-is-still-being-operated-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple music player for carpc</title>
		<link>http://www.where-does-this-wire-go.com/w/2010/02/20/a-simple-music-player-for-carpc/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2010/02/20/a-simple-music-player-for-carpc/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:25:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/2010/02/20/a-simple-music-player-for-carpc/</guid>
		<description><![CDATA[I&#8217;m currently working on a small music player that I can use in the car. I want it to be fairly straight forward so I don&#8217;t have things like play lists and databases. It simply uses a starting directory and reads the subidrectories. It is still in a very crude state and some variables like [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a small music player that I can use in the car.  I want it to be fairly straight forward so I don&#8217;t have things like play lists and databases.  It simply uses a starting directory and reads the subidrectories.</p>
<p>It is still in a very crude state and some variables like starting directory are hard coded.  The code is very sloppy.  If you want to play with it and submit changes let me know.</p>
<p>Requirements: python, pygame</p>
<p><a href="http://www.where-does-this-wire-go.com/files/mymusic_public">mymusic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2010/02/20/a-simple-music-player-for-carpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtual keyboard for linux</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/12/06/virtual-keyboard-for-linux/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/12/06/virtual-keyboard-for-linux/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 07:11:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/2009/12/06/virtual-keyboard-for-linux/</guid>
		<description><![CDATA[Linux can control the mouse and keyboard from the command line using a tool I found called xvkbd. There are many such tools for linux but this is the only one I found that can move the pointer. The reason I need such a tool is that I plan to use voice control and use [...]]]></description>
			<content:encoded><![CDATA[<p>Linux can control the mouse and keyboard from the command line using a tool I found called xvkbd.  There are many such tools for linux but this is the only one I found that can move the pointer.</p>
<p>The reason I need such a tool is that I plan to use voice control and use a script to navigate the screen.</p>
<p>Being able to use the mouse and make it click will allow me to kind of script actions and have non voice aware programs be controlled with voice.</p>
<p>xvkbd is in many distributions, however in ubuntu the mouse stuff seems broken.  The revision is up to date, but I had to go get the source and compile it in order for the mouse to work. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/12/06/virtual-keyboard-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My car voltage read 9.5V today</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/10/11/my-car-voltage-read-9-5v-today/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/10/11/my-car-voltage-read-9-5v-today/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 21:26:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/2009/10/11/my-car-voltage-read-9-5v-today/</guid>
		<description><![CDATA[I was hoping the M2-ATX would shut off the rail at 11.0V but appparantly it doesn&#8217;t. I&#8217;ll probably have to change the setting to some value with a hard off instead of using never.]]></description>
			<content:encoded><![CDATA[<p>I was hoping the M2-ATX would shut off the rail at 11.0V but appparantly it doesn&#8217;t.  I&#8217;ll probably have to change the setting to some value with a hard off instead of using never.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/10/11/my-car-voltage-read-9-5v-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I should have thought of this before.</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/10/10/i-should-have-thought-of-this-before/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/10/10/i-should-have-thought-of-this-before/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 22:02:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=176</guid>
		<description><![CDATA[In optimizing my bios, the key things I did was disable automatic drive detection. Also, any features that had options that included auto I made sure to select from the list instead of using the auto option.]]></description>
			<content:encoded><![CDATA[<p>In optimizing my bios, the key things I did was disable automatic drive detection.  Also, any features that had options that included auto I made sure to select from the list instead of using the auto option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/10/10/i-should-have-thought-of-this-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally got the permanent installation of the wiring done in my car</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/10/10/finally-got-the-permanent-installation-of-the-wiring-done-in-my-car/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/10/10/finally-got-the-permanent-installation-of-the-wiring-done-in-my-car/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 17:11:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=174</guid>
		<description><![CDATA[It was a bit of a pain, but at least it isn&#8217;t snowing yet and the temperature was still above 60f. I would guess it took me about an hour or two. What this means is that now instead of having the 12v going to both the 12v and acc connectors on the m2atx the [...]]]></description>
			<content:encoded><![CDATA[<p>It was a bit of a pain, but at least it isn&#8217;t snowing yet and the temperature was still above 60f.  I would guess it took me about an hour or two.  What this means is that now instead of having the 12v going to both the 12v and acc connectors on the m2atx the 12v has 12v and the acc is now connected to a proper 12v switched line for the car.</p>
<p>I have the m2-atx set to 3 hours before it powers off, and to never shut off the +5v.  I&#8217;ll have to see if this is a good idea.  I think now that the power supply will see no voltage on the acc line that it will automatically shut down when the voltage goes below 11v.  I&#8217;m still trying to understand the logic of the m2-atx.  I don&#8217;t know why they couldn&#8217;t just have an option to keep it powered all the time unless the voltage drops to low.  I don&#8217;t get this whole time thing I could care less if it is only on for 15 minutes or 30 minutes after I just of the key.  I would like it to stay on as long as it can.  This way I can go to baseball games etc and if I have a large enough battery the computer would be where I left it when I get back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/10/10/finally-got-the-permanent-installation-of-the-wiring-done-in-my-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

