<?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>.NET Micro Framework &#187; Just Blog&#8217;ing</title>
	<atom:link href="http://www.microframework.nl/category/just-bloging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microframework.nl</link>
	<description>Elze Kool&#039;s experiences with the Micro Framework</description>
	<lastBuildDate>Tue, 20 Oct 2009 07:59:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Native code on ChipworkX using RLP</title>
		<link>http://www.microframework.nl/2009/09/21/native-code-on-chipworkx-using-rlp/</link>
		<comments>http://www.microframework.nl/2009/09/21/native-code-on-chipworkx-using-rlp/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:51:10 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=516</guid>
		<description><![CDATA[The main language for .NET Micro Framework is managed C# code (altrough with some thinkering people got other .NET languages like VB.NET to work). Which is a powerfull yet easy to use language. In combination with Visual Studio this is what makes .NET Micro Framework unique.
The only drawback of this solution is that the managed [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/09/21/native-code-on-chipworkx-using-rlp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SHA/HMAC digest class</title>
		<link>http://www.microframework.nl/2009/09/05/shahmac-digest-class/</link>
		<comments>http://www.microframework.nl/2009/09/05/shahmac-digest-class/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:44:55 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=480</guid>
		<description><![CDATA[I know there are more SHA classes arround for C# but I needed a class that I could incorporate in a program without licence/copyright problems so I&#8217;ve written my own class from scratch.
The class supports SHA-1, SHA-224 and SSH-256. The HMAC versions with key are also supported. The comments in the code are the same [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/09/05/shahmac-digest-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MFTwitter, A simple Twitter Client</title>
		<link>http://www.microframework.nl/2009/08/22/mftwitter-a-simple-twitter-client/</link>
		<comments>http://www.microframework.nl/2009/08/22/mftwitter-a-simple-twitter-client/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 13:04:01 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=467</guid>
		<description><![CDATA[Somebody asked if I could make a  Twitter Client for .NET Micro Framework. Afcourse I said, so I started building and within a few hours it&#8217;s ready. A simple but yet usefull Twitter Client.
This Twitter client allows you  to view your &#8220;friends&#8221; timeline. This is the timeline that you see when you go to your [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/08/22/mftwitter-a-simple-twitter-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MFBrix a simple ball game</title>
		<link>http://www.microframework.nl/2009/08/17/mfbrix-a-simple-ball-game/</link>
		<comments>http://www.microframework.nl/2009/08/17/mfbrix-a-simple-ball-game/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:18:05 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[ChipworkX]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[MFBrix]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=461</guid>
		<description><![CDATA[I want to write a simple but fun app that could showcase/test the functions of the new ChipworkX board. I tought of a simple ball game that could be controlled by moving the board. This is done trough the onboard BMA020 accelerator sensor.
It took me some time to figure out how to do the collision detection [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/08/17/mfbrix-a-simple-ball-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GHI Team: ChipworkX</title>
		<link>http://www.microframework.nl/2009/08/09/ghi-team-chipworkx/</link>
		<comments>http://www.microframework.nl/2009/08/09/ghi-team-chipworkx/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 11:12:25 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=453</guid>
		<description><![CDATA[In the time that I have been away the .NET Micro Framework community made great progress. The first device running the new 4.0 framework beta comes from GHI Electronics. It&#8217;s called ChipworkX and has some impressive features:

200 Mhz 32-bit ARM 9 Processor
64MB SDRAM
256MB NAND FLASH (seen as an internal drive)
8MB NOR FLASH (For user deployment [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/08/09/ghi-team-chipworkx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dream Different Challange &#8211; Finalists</title>
		<link>http://www.microframework.nl/2009/08/09/dream-different-challange-finalists/</link>
		<comments>http://www.microframework.nl/2009/08/09/dream-different-challange-finalists/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 10:51:31 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[Dare to Dream Different]]></category>
		<category><![CDATA[Dare to Dream Different Challange]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=446</guid>
		<description><![CDATA[Maybe everybody knows already but the Dare to Dream Different Challange finalists have been announced! Unfortunatly I&#8217;m not one of them but still I find it very cool that people put so much and usefull effort into their .NET Micro Framework project.
Here is the list of the finalists (from the contest website)
Hobbyiests



Initial
Last Name
City
Country


A
Inochkin
Moscow
Russia


T
Fogg
Wallington
Australia


T
Scherrer
Novo Hamburgo
Brazil


R
Stropek
Traun
Austria


E
Percival
Hatfield
United Kingdom



Professionals:



Initial
Last [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/08/09/dream-different-challange-finalists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where was Elze? I&#8217;m back :)</title>
		<link>http://www.microframework.nl/2009/08/08/where-was-elze-im-back/</link>
		<comments>http://www.microframework.nl/2009/08/08/where-was-elze-im-back/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 15:52:03 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=443</guid>
		<description><![CDATA[Hi!
You may have noticed that I&#8217;ve been away for a while. But I&#8217;m back. Due to several problems with my landlord refusing to do necessary work on my appartment I&#8217;ve decided to move to my parents until I find a new appartment. Al the complications involved with this caused that I had very little time.
But [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/08/08/where-was-elze-im-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Meridan/P and more info on HomeTerm</title>
		<link>http://www.microframework.nl/2009/06/09/the-meridanp-and-more-info-on-hometerm/</link>
		<comments>http://www.microframework.nl/2009/06/09/the-meridanp-and-more-info-on-hometerm/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 10:57:14 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[hometerm]]></category>
		<category><![CDATA[Meridan/P]]></category>
		<category><![CDATA[XBee]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=440</guid>
		<description><![CDATA[I have a Meridan/P from Device Solutions but never given it a propper introduction. The Meridan/P has the same connections and powerfull functions as it&#8217;s bigger brother the Tahoe II but in a smaller package  (50mm x 50mm). It lacks the screen and the ethernet connection but both can be added externaly should be needed. [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/06/09/the-meridanp-and-more-info-on-hometerm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamQuest, My Dare to Dream Different Project</title>
		<link>http://www.microframework.nl/2009/06/09/dreamquest-my-dare-to-dream-different-project/</link>
		<comments>http://www.microframework.nl/2009/06/09/dreamquest-my-dare-to-dream-different-project/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 10:56:50 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[DreamQuest]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=387</guid>
		<description><![CDATA[
I&#8217;ve been working on my Dare to Dream Different Challange for some time now. With the finish of this round comming a little closer (15th of May) I want to lift some of the secrecy thats surrounding it. In this article I&#8217;m telling about the idea, sourcecode is not released.
The idea of my project is based [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/06/09/dreamquest-my-dare-to-dream-different-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStreetmap Control</title>
		<link>http://www.microframework.nl/2009/05/21/openstreetmap-control/</link>
		<comments>http://www.microframework.nl/2009/05/21/openstreetmap-control/#comments</comments>
		<pubDate>Thu, 21 May 2009 13:15:45 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[OpenStreetmap]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=420</guid>
		<description><![CDATA[For my Dare to Dream Different application I needed to display a map of the area. I used the public source OpenStreetmap tile system. In this system there are a lot of 256&#215;256 pixel images that represent a part of the globe. The way those tiles are named is described on the Openstreetmap website making [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2009/05/21/openstreetmap-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
