<?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>Per Malmberg</title>
	<atom:link href="http://www.pmalmberg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pmalmberg.com</link>
	<description>Everything is possible, including the impossible. It just takes a little longer...</description>
	<lastBuildDate>Wed, 23 Dec 2009 23:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AVR Dragon up and running</title>
		<link>http://www.pmalmberg.com/2009/12/23/avr-dragon-up-and-running/</link>
		<comments>http://www.pmalmberg.com/2009/12/23/avr-dragon-up-and-running/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:17:04 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=218</guid>
		<description><![CDATA[After a few hours of reading up on the AVR Dragon, and then a while for some soldering, my brand new AVR Dragon is functional!
I&#8217;m so happy  
]]></description>
			<content:encoded><![CDATA[<p>After a few hours of reading up on the <a href="http://www.atmel.com/avrdragon">AVR Dragon</a>, and then a while for some soldering, my brand new AVR Dragon is functional!</p>
<p>I&#8217;m so happy <img src='http://www.pmalmberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/12/23/avr-dragon-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hooked up</title>
		<link>http://www.pmalmberg.com/2009/11/26/hooked-up/</link>
		<comments>http://www.pmalmberg.com/2009/11/26/hooked-up/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 20:21:55 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MSure]]></category>
		<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/2009/11/26/hooked-up/</guid>
		<description><![CDATA[The old laptop is now hooked up to the stereo and Sptoify can now be controlled through Remote Desktop on the 10&#8243; screen. Next is integrating it all into MSure, but first the xAP module has to be finished.
]]></description>
			<content:encoded><![CDATA[<p>The old laptop is now hooked up to the stereo and Sptoify can now be controlled through Remote Desktop on the 10&#8243; screen. Next is integrating it all into MSure, but first the xAP module has to be finished.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/11/26/hooked-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSure + Spotify = true ?</title>
		<link>http://www.pmalmberg.com/2009/11/23/msure-spotify-true/</link>
		<comments>http://www.pmalmberg.com/2009/11/23/msure-spotify-true/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 23:27:16 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[MSure]]></category>
		<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=212</guid>
		<description><![CDATA[Call me crazy if you want, but late evenings/nights are usually a very productive time for me; both kids in bed and the wife too &#8211; blissfully quiet  
Earlier this evening I started to reinstall my wife&#8217;s old laptop to use it as a multimedia box with Spoitfy as the player. At first I was [...]]]></description>
			<content:encoded><![CDATA[<p>Call me crazy if you want, but late evenings/nights are usually a very productive time for me; both kids in bed and the wife too &#8211; blissfully quiet <img src='http://www.pmalmberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Earlier this evening I started to reinstall my wife&#8217;s old laptop to use it as a multimedia box with Spoitfy as the player. At first I was planning to control it though remote desktop, but then I thought &#8220;can <a href="http://spotify.com">Spotify</a> be controlled remotely?&#8221; Unfortunately there is no API available (at least not a public one that I can find) &#8211; but it can be controlled using the keyboard locally, which means that it can be controlled from another application.</p>
<p>So I set out writing some test code, and 10 minutes later I am able to control <a href="http://spotify.com">Spotify</a> from my test application. Nothing fancy, really. The fancy stuff will be the ability to control it from the 10&#8243; touch display I&#8217;ve got in the hallway &#8211; one button to turn on the stereo and &#8216;press&#8217; the Play-button in <a href="http://spotify.com">Spotify</a>. Another key for stop, back, next etc.</p>
<p>Controlling other applications are not yet supported in <a href="http://msure.se">MSure</a>, but I do not see any reason it should not be possible to add. The only issue I see is that a Windows service (like MSure) normally cannot interact with a desktop &#8211; but I see three solutions to that problem:</p>
<ol>
<li>Write a small client application that sits in the user&#8217;s notification area.</li>
<li>Allow the <a href="http://msure.se">MSure</a> service to interact with the desktop</li>
<li>Let <a href="http://msure.se">MSure</a> start Spotify as a child process.</li>
</ol>
<p>Solutions two and three are my favourites, but if either one will work remains to be determined.</p>
<p>Now it&#8217;s just a matter of finding the time to do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/11/23/msure-spotify-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atmel AVR &#8211; a new world of fun!</title>
		<link>http://www.pmalmberg.com/2009/11/02/atmel-avr-a-new-world-of-fun/</link>
		<comments>http://www.pmalmberg.com/2009/11/02/atmel-avr-a-new-world-of-fun/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:59:27 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[elektronik]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=196</guid>
		<description><![CDATA[Finally something to write about  
As a result of a discussion in the #MSure IRC-channel on DalNet, I&#8217;ve been looking into the world of micro processors units, or MCU for short. It is like a new word opening up!
Sure, I&#8217;ve been developing embedded system for years now, but that has been on the x86 [...]]]></description>
			<content:encoded><![CDATA[<p>Finally something to write about <img src='http://www.pmalmberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As a result of a discussion in the #MSure IRC-channel on DalNet, I&#8217;ve been looking into the world of micro processors units, or MCU for short. It is like a new word opening up!</p>
<p>Sure, I&#8217;ve been developing embedded system for years now, but that has been on the x86 platform and this is totally different. So much to learn. So much fun!</p>
<p>To get started I&#8217;ve put together a little list of things to buy:</p>
<p><strong>From Elfa.se<br />
</strong></p>
<ul>
<li><a href="http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3891">AVR Dragon</a>; development board. Elfa #73-219-41, 464 +VAT SEK</li>
<li>A couple of ARV MCUs</li>
<li><a href="http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/OSCILLOSCOPE/List/0/SortField/4/ProductID/46/Default.aspx">Parallax USB Oscilloscope</a> #73-205-71 1191 SEK (maybe later on)</li>
</ul>
<p><strong>From Kjell &amp; Co<br />
</strong></p>
<ul>
<li><a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=36253&amp;path=239000000,302500000,303000000">Bread board</a> 279 SEK</li>
<li><a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=36254&amp;path=239000000,302500000,303000000">Jumpwires</a> 79 SEK</li>
<li><a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=39515&amp;path=552500000,554500000,555500000">Some various wires</a> 69 SEK</li>
<li>2x <a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=90061&amp;path=239000000,266000000,268500000,269500000">UA7805</a> 15 SEK</li>
<li><a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=44106&amp;path=304000000,347500000,353000000,354500000">Simple Power source</a> 299 SEK</li>
<li>Lab cables <a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=37865&amp;path=552500000,554500000,557500000">red</a> &amp; <a href="http://www.kjell.com/content/templates/shop_main_details.aspx?item=37862&amp;path=552500000,554500000,557500000">black</a>  2x 29 SEK</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/11/02/atmel-avr-a-new-world-of-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maybe, sometime&#8230;.</title>
		<link>http://www.pmalmberg.com/2009/07/31/maybe-sometime/</link>
		<comments>http://www.pmalmberg.com/2009/07/31/maybe-sometime/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 20:20:06 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[1-Wire]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=193</guid>
		<description><![CDATA[&#8230;I will start blogging again, but for now you should head over to MSure.se
]]></description>
			<content:encoded><![CDATA[<p>&#8230;I will start blogging again, but for now you should head over to <a href="http://www.msure.se">MSure.se</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/07/31/maybe-sometime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSure.se down again!</title>
		<link>http://www.pmalmberg.com/2009/02/17/msurese-down-again/</link>
		<comments>http://www.pmalmberg.com/2009/02/17/msurese-down-again/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:54:57 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=191</guid>
		<description><![CDATA[My host has once again managed to destroy the DNS pointer!
Things will be back to normal asap.
]]></description>
			<content:encoded><![CDATA[<p>My host has once again managed to destroy the DNS pointer!</p>
<p>Things will be back to normal asap.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/02/17/msurese-down-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSure.se back online</title>
		<link>http://www.pmalmberg.com/2009/01/23/msurese-back-online/</link>
		<comments>http://www.pmalmberg.com/2009/01/23/msurese-back-online/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 18:54:31 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=189</guid>
		<description><![CDATA[MSure.se is now pointing where it should again.
]]></description>
			<content:encoded><![CDATA[<p>MSure.se is now pointing where it should again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/01/23/msurese-back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Msure forum?</title>
		<link>http://www.pmalmberg.com/2009/01/23/msure-forum/</link>
		<comments>http://www.pmalmberg.com/2009/01/23/msure-forum/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:13:13 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=187</guid>
		<description><![CDATA[Somethings has happened with the DNS so msure.se no longer points where it should so you end up here.
You can find the form here: http://www.pmalmberg.com/msure/
The Wiki is however currently inaccessable.
I&#8217;m looking into it!
]]></description>
			<content:encoded><![CDATA[<p>Somethings has happened with the DNS so msure.se no longer points where it should so you end up here.</p>
<p>You can find the form here: http://www.pmalmberg.com/msure/</p>
<p>The Wiki is however currently inaccessable.</p>
<p>I&#8217;m looking into it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2009/01/23/msure-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSure goes wild</title>
		<link>http://www.pmalmberg.com/2008/12/29/msure-goes-wild/</link>
		<comments>http://www.pmalmberg.com/2008/12/29/msure-goes-wild/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:25:03 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[1-Wire]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MSure]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=184</guid>
		<description><![CDATA[MSure v0.7 was just released. Check it out at the new website.
]]></description>
			<content:encoded><![CDATA[<p>MSure v0.7 was just released. Check it out at the <a title="MSure" href="http://www.msure.se">new website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2008/12/29/msure-goes-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ny version av MSure</title>
		<link>http://www.pmalmberg.com/2008/10/14/ny-version-av-msure/</link>
		<comments>http://www.pmalmberg.com/2008/10/14/ny-version-av-msure/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:30:28 +0000</pubDate>
		<dc:creator>Per</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MSure]]></category>

		<guid isPermaLink="false">http://www.pmalmberg.com/?p=179</guid>
		<description><![CDATA[MSure 0.6.4 blev klar idag.
Läs mer här 
]]></description>
			<content:encoded><![CDATA[<p>MSure 0.6.4 blev klar idag.</p>
<p><a href="http://www.pmalmberg.com/forum/index.php/topic,117.0.html">Läs mer här</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmalmberg.com/2008/10/14/ny-version-av-msure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
