<?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>arenddeboer.com</title>
	<atom:link href="http://www.arenddeboer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arenddeboer.com</link>
	<description></description>
	<lastBuildDate>Sat, 20 Feb 2010 22:04:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MCE Remote with VLC (update 18 February 2010)</title>
		<link>http://www.arenddeboer.com/mce-remote-with-vlc/</link>
		<comments>http://www.arenddeboer.com/mce-remote-with-vlc/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:54:58 +0000</pubDate>
		<dc:creator>Arend</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[eHome 7mc mce remote infrared vlc]]></category>

		<guid isPermaLink="false">http://www.arenddeboer.com/?p=57</guid>
		<description><![CDATA[A solution to get VLC and your MCE remote working]]></description>
			<content:encoded><![CDATA[<div id="attachment_67" class="wp-caption alignright" style="width: 248px"><a href="http://www.arenddeboer.com/wordpress/wp-content/uploads/2010/01/philips-mce-remote.jpg" rel="lightbox[57]"><img class="size-full wp-image-67 " title="philips-mce-remote" src="http://www.arenddeboer.com/wordpress/wp-content/uploads/2010/01/philips-mce-remote.jpg" alt="philips-mce-remote" width="238" height="177" /></a><p class="wp-caption-text">philips-mce-remote</p></div>
<div>
<h3>Background:</h3>
<p>At home I use Windows Media Center available on Windows 7. It&#8217;s a great program but it doesn&#8217;t play all the video codecs and file types that I have in my library. Even advanced codec packs like sharks &#8220;<a title="windows7codecs" href="http://shark007.net/win7codecs.html" target="_blank">Windows 7 codecs</a>&#8221; do not always solve this problem. To the rescue comes <a href="http://www.videolan.org/" target="_blank">VLC </a>. A media player that can handle almost any media file you throw at it. When using VLC however, I&#8217;m no longer able to use my Media Center Remote Control.</p>
<h3>Say hello to mceRemote2vlc:</h3>
<p>I decided to try and build an application to handle this, without incorporating this functionality into VLC, but using VLC&#8217;s excellent RC interface. In short it allows you to control a running VLC instance by communicating with VLC&#8217;s built-in TCP-server.<br />
If you want to give it a try be sure to:</p>
<ul>
<li>Go to Tools-Preferences.<br />
Select Show All settings (bottom left corner)<br />
Click on Interface-&gt;Main interfaces<br />
Check “Remote control interface”<br />
Click on Interface-&gt;Main interfaces-&gt;RC<br />
Enter in the field “TCP command input”: 127.0.0.1:8765<br />
Check “Do not open a DOS command box interface”</li>
<li>Install the <a title=".net framework" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&amp;displaylang=en" target="_blank">.NET Framework 3.5 </a>(if not already available)</li>
<li>Windows XP, Windows Vista, Windows 7</li>
<li>A Windows MCE Remote , the following eHome compatible remote devices should be supported:
<ul>
<li>Microsoft/Philips 2005</li>
<li>Microsoft/Philips 2004</li>
<li>HP</li>
<li>FIC Spectra/Mycom Mediacenter</li>
<li>Toshiba/Hauppauge SMK MCE remote</li>
<li>Hauppauge OEM MCE remote</li>
<li>Mitsumi MCE remote</li>
<li>Fujitsu Scaleo-E</li>
<li>Pinnacle PCTV Remote</li>
<li>Shuttle MCE Remote</li>
<li>Centarea Master Remote II</li>
</ul>
</li>
</ul>
<div>
<p>Supported buttons and default mappings:</p>
<table style="width: 575px; height: 784px;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th align="left"><span style="font-family: Tahoma; color: #000000; font-size: x-small;">button</span></th>
<th align="left"><span style="font-family: Tahoma; color: #000000; font-size: x-small;">vlc_command</span></th>
<th><span style="font-size: x-small;">Description</span></th>
</tr>
<tr>
<td class="column0">None</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Power1</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Left</td>
<td class="column1">menu left</td>
<td>navigate menu</td>
</tr>
<tr>
<td class="column0">Right</td>
<td class="column1">menu right</td>
<td>navigate menu</td>
</tr>
<tr>
<td class="column0">Pause</td>
<td class="column1">pause</td>
<td>pause</td>
</tr>
<tr>
<td class="column0">Power2</td>
<td class="column1">quit</td>
<td>exit vlc</td>
</tr>
<tr>
<td class="column0">PowerTV</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Stop</td>
<td class="column1">stop</td>
<td>stop playback</td>
</tr>
<tr>
<td class="column0">Record</td>
<td class="column1">record</td>
<td>?</td>
</tr>
<tr>
<td class="column0">Rewind</td>
<td class="column1">key key-jump-short</td>
<td>go 10 seconds back</td>
</tr>
<tr>
<td class="column0">Play</td>
<td class="column1">play</td>
<td>play</td>
</tr>
<tr>
<td class="column0">Forward</td>
<td class="column1">key key-jump+short</td>
<td>skip 10 seconds</td>
</tr>
<tr>
<td class="column0">Replay</td>
<td class="column1">previous</td>
<td>previous playlist item</td>
</tr>
<tr>
<td class="column0">Skip</td>
<td class="column1">next</td>
<td>next playlist item</td>
</tr>
<tr>
<td class="column0">Back</td>
<td class="column1">previous</td>
<td>previous playlist item</td>
</tr>
<tr>
<td class="column0">Up</td>
<td class="column1">menu up</td>
<td>navigate menu</td>
</tr>
<tr>
<td class="column0">Info</td>
<td class="column1">key key-intf-show</td>
<td>toggle display interface in fullscreen mode</td>
</tr>
<tr>
<td class="column0">Ok</td>
<td class="column1">menu select</td>
<td>menu select</td>
</tr>
<tr>
<td class="column0">VolumeUp</td>
<td class="column1">key key-vol-up</td>
<td>volume up</td>
</tr>
<tr>
<td class="column0">VolumeDown</td>
<td class="column1">key key-vol-down</td>
<td>volume down</td>
</tr>
<tr>
<td class="column0">Start</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">ChannelUp</td>
<td class="column1">chapter_n</td>
<td>next chapter</td>
</tr>
<tr>
<td class="column0">ChannelDown</td>
<td class="column1">chapter_p</td>
<td>previous chapter</td>
</tr>
<tr>
<td class="column0">Mute</td>
<td class="column1">key key-vol-mute</td>
<td>mute sound</td>
</tr>
<tr>
<td class="column0">RecordedTV</td>
<td class="column1">f</td>
<td>toggle fullscreen</td>
</tr>
<tr>
<td class="column0">Guide</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">LiveTV</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">DVDMenu</td>
<td class="column1">key key-disc-menu</td>
<td>show dvd disc menu</td>
</tr>
<tr>
<td class="column0">NumPad1</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad2</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad3</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad4</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad5</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad6</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad7</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad8</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad9</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">NumPad0</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Oem8</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">OemGate</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Clear</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Enter</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Teletext</td>
<td class="column1">key key-aspect-ratio</td>
<td>toggle aspect ratio</td>
</tr>
<tr>
<td class="column0">Red</td>
<td class="column1">key key-aspect-ratio</td>
<td>toggle aspect ratio</td>
</tr>
<tr>
<td class="column0">Green</td>
<td class="column1">key key-deinterlace</td>
<td>deinterlace</td>
</tr>
<tr>
<td class="column0">Yellow</td>
<td class="column1">key key-subtitle-track</td>
<td>toggle through all subtitles</td>
</tr>
<tr>
<td class="column0">Blue</td>
<td class="column1">key key-audio-track</td>
<td>toggle through all audio tracks</td>
</tr>
<tr>
<td class="column0">AspectRatio</td>
<td class="column1">key key-aspect-ratio</td>
<td>toggle aspect ratio</td>
</tr>
<tr>
<td class="column0">Print</td>
<td class="column1">none</td>
<td></td>
</tr>
<tr>
<td class="column0">Down</td>
<td class="column1">menu down</td>
<td>navigate menu</td>
</tr>
</tbody>
</table>
<p>Download:</p>
</div>
</div>
<p><a href="../wordpress/wp-content/uploads/2010/01/Setupv1.0.10.zip">http://www.arenddeboer.com/wordpress/wp-content/uploads/2010/01/Setupv1.0.10.zip</a></p>
<div>
<p>A big &#8220;thank you&#8221; goes to the team of <a title="MediaPortal" href="http://www.team-mediaportal.com/" target="_blank">MediaPortal </a>as most of the functionality is coming right out of this project</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 673px; width: 1px; height: 1px;">
<table style="width: 575px; height: 784px;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>navigate menu</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.arenddeboer.com/mce-remote-with-vlc/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>PDA / GPS bike mounted USB charger</title>
		<link>http://www.arenddeboer.com/bike-mounted-usb-charger/</link>
		<comments>http://www.arenddeboer.com/bike-mounted-usb-charger/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 13:11:08 +0000</pubDate>
		<dc:creator>Arend</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[oziexplorer]]></category>

		<guid isPermaLink="false">http://www.arenddeboer.com/?p=21</guid>
		<description><![CDATA[I love to go on holiday by bike. And as a tech nerd I can&#8217;t be bothered by plain paper-maps!
Having a GPS-mapping application like OziExplorer on your bike makes navigation very easy.
The problem however is with the rapid draining of the battery-powered GPS / PDA.
Especially mobile phones / PDA&#8217;s have a very short (battery) lifespan, [...]]]></description>
			<content:encoded><![CDATA[<p>I love to go on holiday by bike. And as a tech nerd I can&#8217;t be bothered by plain paper-maps!<br />
Having a GPS-mapping application like <a href="http://www.oziexplorer.com">OziExplorer</a> on your bike makes navigation very easy.</p>
<p>The problem however is with the rapid draining of the battery-powered GPS / PDA.<br />
Especially mobile phones / PDA&#8217;s have a very short (battery) lifespan, often no more then a couple of hours when the display is always on and a GPS-application running. Normally I just dragged a lot of AA aka penlite batteries with me and powered the phone with a simple battery holder like this one:<br />
<a href="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/4_aa_battery_holder1.jpg" rel="lightbox[21]"><img class="alignnone size-full wp-image-23" title="4_aa_battery_holder1" src="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/4_aa_battery_holder1.jpg" alt="4_aa_battery_holder1" width="282" height="228" /></a></p>
<p>Of course this isn&#8217;t the best solution and I was looking for better alternatives.<br />
Then I stumbled upon this genius, hub-dynamo driven &#8220;Bike mounted USB Charger&#8221; on an <a href="http://yacf.co.uk/forum/index.php?topic=6672.0">English bicycle forum</a>.<br />
The idea is quite simple. You take a HUB-Dynamo (<span style="font-family: &quot;Courier New&quot;,Courier,monospace;">Shimano DH-3R30)</span> (I ordered one from ebay for less then 40 euro).<br />
The hub-dynamo generates an alternating current that needs to be rectified and the voltage output should be regulated to 5 volts for USB powered devices.</p>
<p>The hub-dynamo:<br />
<a href="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dscf2834.jpg" rel="lightbox[21]"><img class="alignnone size-medium wp-image-18" title="dscf2834" src="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dscf2834-300x225.jpg" alt="dscf2834" width="300" height="225" /></a></p>
<p>These are the parts you need, available at any electronic (parts) store.<br />
D1 &#8211; D4     1N5818<br />
C1             2200uF   16v<br />
C2, C3       470uF     63v   Low ESR<br />
C4             .47uF      Tantalum bead<br />
C5             22uF       Tantalum bead<br />
R1             47K         .25W</p>
<p>Solder the parts according to this schematic:<br />
<a href="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dynamo1sbp.gif" rel="lightbox[21]"><img class="alignnone size-full wp-image-24" title="dynamo1sbp" src="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dynamo1sbp.gif" alt="dynamo1sbp" width="567" height="283" /></a></p>
<p>And there you go, you have the best energy- efficient charger, all done with green energy!</p>
<p>This is my effort. It still needs some good housing and connectors but it works perfectly:<br />
<a href="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dscf28291.jpg" rel="lightbox[21]"><img class="alignnone size-medium wp-image-25" title="dscf28291" src="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dscf28291-300x225.jpg" alt="dscf28291" width="300" height="225" /></a></p>
<p>For more detailed information visit the bike forum at<a href="http://yacf.co.uk/forum/index.php"> http://yacf.co.uk/forum/index.php</a><br />
Many thanks go to Simon Galgut for providing the electronic schematic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arenddeboer.com/bike-mounted-usb-charger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google maps API for Flash</title>
		<link>http://www.arenddeboer.com/google-maps-api-for-flash/</link>
		<comments>http://www.arenddeboer.com/google-maps-api-for-flash/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 11:46:57 +0000</pubDate>
		<dc:creator>Arend</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://www.arenddeboer.com/?p=3</guid>
		<description><![CDATA[The nice folks at google have made a Flash library-api for google maps.
I have made a sample application which displays my &#8220;current&#8221; position on the map.
How it works:
Mobile phone
On the Mobile Phone,  a Windows Mobile 6.1 ( HTC Touch Diamond) runs a .NET CF 3.5 application that sends the current GPS-location to the server. This [...]]]></description>
			<content:encoded><![CDATA[<p>The nice folks at google have made a Flash library-api for google maps.<br />
I have made a <a title="flash application using google maps for flash" href="http://www.arenddeboer.com/liveTracking/flash/">sample application</a> which displays my &#8220;current&#8221; position on the map.</p>
<p><strong>How it works:</strong></p>
<p><strong>Mobile phone</strong><br />
On the Mobile Phone,  a Windows Mobile 6.1 ( HTC Touch Diamond) runs a .NET CF 3.5 application that sends the current GPS-location to the server. This is done every second, or on a chosen interval.</p>
<div id="attachment_12" class="wp-caption alignnone" style="width: 310px"><a href="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dscf2836.jpg" rel="lightbox[3]"><img class="size-medium wp-image-12" title="dscf2836" src="http://www.arenddeboer.com/wordpress/wp-content/uploads/2008/12/dscf2836-300x225.jpg" alt="Live tracking application" width="300" height="225" /></a><p class="wp-caption-text">Live tracking application</p></div>
<p><strong>The server</strong><br />
On the server there is a simple php script that stores the GPS-location and device-id, send by the phone, in a database.</p>
<p><strong>The web-application</strong><br />
The web-application is build in Adobe Flex Builder 3  and fetches the last known GPS-location from the server.<br />
It then  draws a marker on the map and starts updating again.</p>
<p>To get an idea of how it works without me being on the run (and running the gps mobile application) use the simulation mode.<br />
I have recorded two sample tracks, a walking track and a track by car.</p>
<p><strong>Things to do:</strong><br />
Smooth map movement<br />
Select mobile device(s) to show, and zoom map to show all selected mobile devices.<br />
Show (last known) direction, speed, distance, top speed..</p>
<p>(this is partly implemented in the html/javascript version on <a href="http://www.arenddeboer.com/liveTracking/">http://www.arenddeboer.com/liveTracking/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arenddeboer.com/google-maps-api-for-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
