<?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>Phil's Site &#187; Hardware Projects</title>
	<atom:link href="http://www.philemerson.com/cat/hardware-projects/feed" rel="self" type="application/rss+xml" />
	<link>http://www.philemerson.com</link>
	<description>My personal website! :)</description>
	<lastBuildDate>Sun, 25 Jul 2010 11:17:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fun with Linux : Music Server</title>
		<link>http://www.philemerson.com/hardware-projects/fun-with-linux-music-server</link>
		<comments>http://www.philemerson.com/hardware-projects/fun-with-linux-music-server#comments</comments>
		<pubDate>Sun, 02 Aug 2009 12:31:12 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Hardware Projects]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.philemerson.com/?p=425</guid>
		<description><![CDATA[I&#8217;ve finally completed a project that I&#8217;ve been wanting to do for a long time &#8211; create a music server for my home. 
Using an old computer, a copy of Ubuntu and an open-source PHP jukebox application called Jinzora I&#8217;ve created a server that&#8217;s connected to my stereo. It can be controlled from any computer [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally completed a project that I&#8217;ve been wanting to do for a long time &#8211; create a music server for my home. </p>
<p>Using an old computer, a copy of Ubuntu and an open-source PHP jukebox application called Jinzora I&#8217;ve created a server that&#8217;s connected to my stereo. It can be controlled from any computer within my home network. Alternatively, it will stream tracks to any client on the network so I could listen to something completely different to someone else. :)</p>
<p>The tedious part was putting all of my CDs on it. Each track needed to be in a particular file structure (Genre->Artist->Album->Tracks) and unfortunately my music collection is a bit of a mess, spread across drives and folders with no discernibile structure. Oops.</p>
<p>I did toy with the idea of making it accessible to the Internet so that I could connect, log-in and listen to my collection when I was out of the house but I didn&#8217;t really fancy the security risk of exposing the server to the outside world. </p>
<p>Still to do: The computer I used has the generic beige finish so I&#8217;d like to take off the case top and facia and spray them black so it looks nicer. I wonder if I&#8217;ll ever get around to it? ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philemerson.com/hardware-projects/fun-with-linux-music-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All that remains is the strip-down</title>
		<link>http://www.philemerson.com/hardware-projects/digital-media-frame/all-that-remains-is-the-strip-down</link>
		<comments>http://www.philemerson.com/hardware-projects/digital-media-frame/all-that-remains-is-the-strip-down#comments</comments>
		<pubDate>Fri, 05 Dec 2008 03:11:05 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Digital media frame]]></category>

		<guid isPermaLink="false">http://www.philemerson.com/?p=74</guid>
		<description><![CDATA[After what feels like a roller-coaster ride of research and experimentation I now have a working slideshow on the still-in-one-piece laptop.
The operating system
In the end I decided to go for DOS. I installed the system files from a Win98 boot disk that I still had (I still have a license to use it too). I [...]]]></description>
			<content:encoded><![CDATA[<p>After what feels like a roller-coaster ride of research and experimentation I now have a working slideshow on the still-in-one-piece laptop.</p>
<p><strong>The operating system</strong></p>
<p>In the end I decided to go for DOS. I installed the system files from a Win98 boot disk that I still had (I still have a license to use it too). I figured that, while Linux has its attractions, all I want is a slideshow that I could turn on and off as required. This more or less ruled out Linux because I couldn&#8217;t be bothered to make a stripped-down distro to save space on the internal drive. Ultimately the risk of turning off the machine without shutting-down a bucket load of daemons is something I don&#8217;t have to worry about with DOS. It feels kind of cool using DOS again. It felt like an old friend. :-D</p>
<p><strong>The slideshow application</strong></p>
<p>Once I&#8217;d settled for DOS I needed to find a suitable program to use for the Slideshow. I bumped into an application called <a href="http://hplx.pgdn.de/" target="_blank">LXPic</a> which fills my needs perfectly. It&#8217;s small, it&#8217;s fast and it&#8217;s highly configurable. It&#8217;s not just a slideshow &#8211; it&#8217;s a picture viewer that happens to have a more-than-adequate slideshow feature included in it.</p>
<p><strong>Image storage media</strong></p>
<p>Now that I&#8217;ve got the system booting nicely from the Compact Flash card, I didn&#8217;t really want to have to keep removing the card to put images on it. Fortunately the system has a USB port so I looked into somehow using that in DOS. I knew this would be problematic because USB ports were released after Microsoft has long since withdrawn support for DOS. In the end, through experimentation, searching the net and patience <a href="http://www.computing.net/answers/dos/usbaspisys-a-usb-driver-for-dos-/15928.html" target="_blank">I got lucky</a>. I can now access compact flash cards using the USB port &#8211; allowing me to use seperate media from the boot card.</p>
<p>My plan is to mount a USB/CF reader to the side of the wooden frame to allow media to be easily removed and updated.</p>
<p><strong>All that remains</strong></p>
<p>All that remains is to strip down the laptop to its bare essentials (goodbye plastic casing, noisy fans and failed hardware) and mount it in the wooden frame. That&#8217;s the part where, if I slip up it could all go wrong. I should be okay. I&#8217;ve been inside a number of working laptops and returned them to their previous condition when I&#8217;d finished so I can&#8217;t imagine this one will be any worse&#8230; :-?</p>
<p>I was planning on leaving that until I&#8217;m on holiday but I suspect I might not be able to resist cracking it open this weekend. :lol:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philemerson.com/hardware-projects/digital-media-frame/all-that-remains-is-the-strip-down/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s the frame sorted</title>
		<link>http://www.philemerson.com/hardware-projects/thats-the-frame-sorted</link>
		<comments>http://www.philemerson.com/hardware-projects/thats-the-frame-sorted#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:33:31 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Digital media frame]]></category>
		<category><![CDATA[Hardware Projects]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.philemerson.com/?p=60</guid>
		<description><![CDATA[I&#8217;ve found the frame! Hooray!
I popped into town this morning (mainly to get some milk and bread) and I thought I&#8217;d have a quick look around for a wooden frame for my digital frame project.
As look would have it, I found a nice deep 10&#8243;x12&#8243; oak frame in Wilkinson&#8217;s for only Â£7. And with the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>I&#8217;ve found the frame! Hooray!</strong></p>
<p><a href="http://www.philemerson.com/wp-content/uploads/woodenframe.jpg" rel="lightbox[60]"><img class="alignright size-medium wp-image-61" title="The frame I'm going to use" src="http://www.philemerson.com/wp-content/uploads/woodenframe-250x300.jpg" alt="" width="150" height="180" /></a>I popped into town this morning (mainly to get some milk and bread) and I thought I&#8217;d have a quick look around for a wooden frame for my digital frame project.</p>
<p>As look would have it, I found a nice deep 10&#8243;x12&#8243; oak frame in Wilkinson&#8217;s for only Â£7. And with the recent VAT reduction, it only cost me Â£6.85! Hooray!</p>
<p>It&#8217;s almost exactly the right size for the LCD panel. I&#8217;ll just need to put a card mount in the front and fix the LCD panel in place with perhaps foam or wood along the inside edges.</p>
<p><strong>More thoughts about operating systems</strong></p>
<p>I was thinking about the OS for the frame and it occurred to me that while Puppy Linux works great in the frame, why don&#8217;t I look at using FreeDOS instead? I&#8217;ve written low-level graphics programs in the past and all my photo frame really needs to do is show a slideshow of images.</p>
<p>If I used FreeDOS (it requires about 2Mb of memory) and wrote a custom slideshow app to run in DOS myself then there&#8217;d be more RAM and storage space for the images.</p>
<p>This would limit me to images only (no video for example) and I&#8217;d have to write each image type handler myself&#8230; is it worth the extra effort? The hardware does have 128Mb of RAM and the CF card can be replaced with a larger one if necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philemerson.com/hardware-projects/thats-the-frame-sorted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital media frame project update</title>
		<link>http://www.philemerson.com/hardware-projects/digital-media-frame/digital-media-frame-project-update</link>
		<comments>http://www.philemerson.com/hardware-projects/digital-media-frame/digital-media-frame-project-update#comments</comments>
		<pubDate>Wed, 03 Dec 2008 01:08:48 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Digital media frame]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Puppy]]></category>

		<guid isPermaLink="false">http://www.philemerson.com/?p=53</guid>
		<description><![CDATA[I received a new toy in the post today that I ordered from E-Bay. It&#8217;s an IDE to CF converter. It plugs into the standard ribbon cable of a laptop and allows me to connect a Compact Flash card instead of a 2.5&#8243; disk drive.
Needless to say, being solid state memory, it doesn&#8217;t make the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-55 alignright" style="margin-left: 10px; margin-right: 10px;" title="My new IDE to CF adapter" src="http://www.philemerson.com/wp-content/uploads/idetocff.jpg" alt="IDE to CF converter" width="128" height="128" />I received a new toy in the post today that I ordered from E-Bay. It&#8217;s an IDE to CF converter. It plugs into the standard ribbon cable of a laptop and allows me to connect a Compact Flash card instead of a 2.5&#8243; disk drive.</p>
<p>Needless to say, being solid state memory, it doesn&#8217;t make the noise a HDD makes and it certainly doesn&#8217;t use the power.</p>
<p>I installed Puppy Linux onto an old 256Mb CF card I had lying around and installed it (using the converter) into the defunct laptop that I&#8217;m going to use for my digital media frame.</p>
<p>Hooray! It works. The next step is to make my own distro based upon Puppy so I can remove all the applications that I don&#8217;t need and speed up the boot process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philemerson.com/hardware-projects/digital-media-frame/digital-media-frame-project-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hooray! I have a dead laptop!</title>
		<link>http://www.philemerson.com/hardware-projects/digital-media-frame/hooray-i-have-a-dead-laptop</link>
		<comments>http://www.philemerson.com/hardware-projects/digital-media-frame/hooray-i-have-a-dead-laptop#comments</comments>
		<pubDate>Sat, 29 Nov 2008 21:04:27 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Digital media frame]]></category>

		<guid isPermaLink="false">http://www.philemerson.com/?p=45</guid>
		<description><![CDATA[I&#8217;m excited. Why? Because I have in my possession a knackered laptop.
You&#8217;d think this wouldn&#8217;t be a cause for joy but I&#8217;ve got over the dissapointment (it&#8217;s only a PIII 500MHz with 64Mb of RAM) and now I&#8217;m thinking outside the box.
What could I do with a knackered laptop? I mean &#8211; normally I wouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited. Why? Because I have in my possession a knackered laptop.</p>
<p>You&#8217;d think this wouldn&#8217;t be a cause for joy but I&#8217;ve got over the dissapointment (it&#8217;s only a PIII 500MHz with 64Mb of RAM) and now I&#8217;m thinking outside the box.</p>
<p>What could I do with a knackered laptop? I mean &#8211; normally I wouldn&#8217;t dream of doing anything interesting with a working laptop other than try to find it a new home with a loving owner. But a broken laptop screams possibilities!</p>
<p>So, I&#8217;ve been thinking that I quite like those digital picture frames that seem all the rage right now. You know &#8211; the ones that have really tiny screens and a crap resolution of 400 pixels across or whatever. Being the geek I am, I&#8217;ve even thought I&#8217;d quite like one until I&#8217;ve thought about how crap the screen is.</p>
<p>So&#8230; imagine a digital photo frame with a 14&#8243; screen and a resolution of 1024&#215;768. :)Â  I know I am.Â  I think it would look pretty good, sitting on the shelf showing pictures of my beloved and other nice things to look at.</p>
<p>I&#8217;m thinking that if I rip out all the bits that don&#8217;t work (DVD drive and hard drive are both knackered and would cost far too much to replace anyway) and mount it in the back of a deep picture frame it might just work out.</p>
<p>The big catch is that the laptop won&#8217;t boot from USB. I&#8217;ve tried. It doesn&#8217;t even have an option in its CMOS. I may have to end up getting a cheap HDD for it. And I&#8217;ll have to figure out how to get around the non-functional CD-ROM. I wonder if the optical ribbon has come loose?</p>
<p>In the end, it&#8217;s broken anyway so I don&#8217;t have much to lose although that doesn&#8217;t mean I won&#8217;t be careful. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philemerson.com/hardware-projects/digital-media-frame/hooray-i-have-a-dead-laptop/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
