<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>World of MindStorms</title>
	<atom:link href="http://worldofmindstorms.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://worldofmindstorms.com</link>
	<description>Leon&#039;s Mindstorms NXT Creations</description>
	<lastBuildDate>Tue, 21 Feb 2012 23:53:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='worldofmindstorms.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/b994f297b720498d2002fd76d8a3c916?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>World of MindStorms</title>
		<link>http://worldofmindstorms.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://worldofmindstorms.com/osd.xml" title="World of MindStorms" />
	<atom:link rel='hub' href='http://worldofmindstorms.com/?pushpress=hub'/>
		<item>
		<title>How To: Display Images on Your NXT using RobotC (JPEG, PNG, etc.)</title>
		<link>http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/</link>
		<comments>http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 00:51:14 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[NXT Display]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Contrast]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[LEGO Mindstorms]]></category>
		<category><![CDATA[LEGO Mindstorms NXT]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[mindstorms nxt]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[RobotC]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1466</guid>
		<description><![CDATA[First of all, let me say that people have found various ways to do this, and that this might not be the easiest way. A big benefit, though, is that the image data you end up getting is very easily accessible and manipulable. Also, this works with *a lot* of image formats, including JPEG, JPG, PNG, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1466&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First of all, let me say that people have found various ways to do this, and that this might not be the easiest way. A big benefit, though, is that the image data you end up getting is very easily accessible and manipulable. Also, this works with *a lot* of image formats, including JPEG, JPG, PNG, BMP, and others. Anyhow, let&#8217;s get started, shall we?</p>
<p><strong>What you need</strong></p>
<ul>
<li>A MindStorms NXT intelligent brick</li>
<li>RobotC</li>
<li>Paint.NET, a free image creation/ editing software which you&#8217;re going to use to create your image, with <a href="http://forums.getpaint.net/index.php?/topic/17202-pnm-file-type-plugin/" target="_blank">this plugin [LINK]</a> installed. Don&#8217;t know how to install Paint.NET plugins? Refer to this page <a href="http://boltbait.com/pdn/InstallingEffects.asp" target="_blank">here [LINK]</a>.</li>
</ul>
<p><strong>Step 1: Creating or Importing your </strong><strong>image</strong></p>
<p>For creating your own image: open Paint.NET, click the &#8220;Image&#8221; menu, and then open the &#8220;Canvas size&#8230;&#8221; option. In the wizard, specify any image size, up to 100 pixels wide and 64 pixels high. Then use the pencil or any of the other tools to create your image.</p>
<p>For importing an image: open Paint.NET, click &#8220;open,&#8221; navigate to the desired image, and double click it. Then, go to the &#8220;Image&#8221; menu, open the &#8220;Image size&#8230;&#8221; option, and, in the wizard, specify any image size, up to 100 pixels wide and 65 pixels high.</p>
<p><strong>Step 2: Making your image black and white</strong></p>
<p><img class=" wp-image-1475 alignleft" style="border-color:initial;border-style:initial;" title="PriNXT Image 6" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-6.png?w=246&#038;h=123" alt="" width="246" height="123" />First, open the &#8220;Adjustments&#8221; menu and click &#8220;Black and White.&#8221; Then, again in the &#8220;Adjustments&#8221; menu, open &#8220;Brightness/ Contrast,&#8221; and, in the wizard that pops up, set the contrast to 100.</p>
<p>You can play around with the brightness to change how dark a color needs to be to become black, and how light a color needs to be to end up white. Once you&#8217;re satisfied with your results, hit the &#8220;OK&#8221; button and your image is ready for the next step.</p>
<p><strong>Step 3: Saving your image</strong></p>
<p><a href="http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/prinxt-image-7/" rel="attachment wp-att-1476" target="_blank"><img class="wp-image-1476 alignleft" title="PriNXT Image 7" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-7.png?w=245&#038;h=138" alt="" width="245" height="138" /></a>Open the &#8220;File&#8221; menu and click &#8220;Save as&#8230;&#8221;. You can save your image under any name, anywhere, as long as you make sure you select &#8220;Portable Bit Map Files (*.pbm)&#8221; from the &#8220;Save as Type&#8221; drop down menu. If this option is not available, you didn&#8217;t install the plugin right, so re-install it and try again. Click image to enlarge.</p>
<p>&nbsp;</p>
<p><strong>Step 4: Reformatting your image&#8217;s code</strong></p>
<p>Next up, you need to turn the image you just created into something the NXT can actually use. Go to the folder you saved your image in, right click the picture, and hit &#8220;Edit with Notepad++&#8221;. In the code you end up with, remove everything before the 1&#8242;s and 0&#8242;s (usually the top two lines).</p>
<p>Then, hit ctrl and f on your keyboard to open the &#8220;Find&#8221; wizard. The next steps are very important, so pay close attention:</p>
<ol>
<li>In the wizard, go to the second tab, which should say &#8220;Replace&#8221;</li>
<li>In the &#8220;find what&#8221; box, type &#8221; &#8221; [hit the space bar once], and in the &#8220;Replace with&#8221; box, type nothing. Hit &#8220;Replace all.&#8221;</li>
<li>In the &#8220;find what&#8221; box, type &#8220;1&#8243;, and in the &#8220;Replace with&#8221; box, type &#8220;1,&#8221;. Hit &#8220;Replace all.&#8221;</li>
<li>In the &#8220;find what&#8221; box, type &#8220;0&#8243;, and in the &#8220;Replace with&#8221; box, type &#8220;0,&#8221;. Hit &#8220;Replace all.&#8221;</li>
<li>Finally, turn the code into a single line by going to the end of every line of code and hitting delete</li>
</ol>
<div><a href="http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/prinxt-image-8/" rel="attachment wp-att-1477"><img class="alignnone size-full wp-image-1477" title="PriNXT Image 8" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-8.png?w=510&#038;h=298" alt="" width="510" height="298" /></a></div>
<p><strong>Step 5: Displaying the image on your NXT</strong></p>
<p>First of all, copy this code into your program somewhere:</p>
<p><pre class="brush: plain;">int i, j;
int image[HEIGHT][WIDTH] = {PUT 1'S AND 0'S HERE};
for(i=0; i&lt;HEIGHT; ++){
  for(j=0; j&lt;WIDTH; j++){
    if(image[i][j] == 0){
      nxtSetPixel(j,-i+HEIGHT-1);
    }
  }
}
</pre></p>
<p>Replace &#8220;WIDTH&#8221; with the width of your image, &#8220;HEIGHT&#8221; with the height of your image, and &#8220;PUT 1&#8242;S AND 0&#8242;S HERE&#8221; with your image code (copy and paste it between the curly brackets).</p>
<p>And there you have it: you can now display any image you want on your NXT screen using RobotC and some freeware <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/prinxt-image-10/" rel="attachment wp-att-1504"><img class="alignnone  wp-image-1504" title="PriNXT Image 10" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-10.png?w=157&#038;h=223" alt="" width="157" height="223" /></a><img class="alignnone  wp-image-1505" title="PriNXT Image 11" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-11.png?w=157&#038;h=223" alt="" width="157" height="223" /><a href="http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/prinxt-image-9/" rel="attachment wp-att-1495"><img class="alignnone  wp-image-1495" title="PriNXT Image 9" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-9.png?w=157&#038;h=223" alt="" width="157" height="223" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1466&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/02/18/how-to-display-images-on-your-nxt-using-robotc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-6.png" medium="image">
			<media:title type="html">PriNXT Image 6</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-7.png" medium="image">
			<media:title type="html">PriNXT Image 7</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-8.png" medium="image">
			<media:title type="html">PriNXT Image 8</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-10.png" medium="image">
			<media:title type="html">PriNXT Image 10</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-11.png" medium="image">
			<media:title type="html">PriNXT Image 11</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-9.png" medium="image">
			<media:title type="html">PriNXT Image 9</media:title>
		</media:content>
	</item>
		<item>
		<title>PriNXT &#8211; Hardware &amp; Pictures</title>
		<link>http://worldofmindstorms.com/2012/02/11/prinxt-hardware-pictures/</link>
		<comments>http://worldofmindstorms.com/2012/02/11/prinxt-hardware-pictures/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 23:21:57 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Robots]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[LEGO Mindstorms]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[mindstorms nxt]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[Pen]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[technic]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1456</guid>
		<description><![CDATA[It&#8217;s alive. It&#8217;s alive! Well not quite, but I&#8217;ve finished building PriNXT, my first Mindstorms NXT printer. I think it turned out great, and it also looks pretty cool, following the color scheme I&#8217;ve been using for most of my latest builds (red, gray, white). It&#8217;s got three motors, one color sensor to show what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1456&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s alive. It&#8217;s alive! Well not quite, but I&#8217;ve finished building PriNXT, my first Mindstorms NXT printer. I think it turned out great, and it also looks pretty cool, following the color scheme I&#8217;ve been using for most of my latest builds (red, gray, white).</p>
<p><a href="http://worldofmindstorms.com/2012/02/11/prinxt-hardware-pictures/prinxt-image-1/" rel="attachment wp-att-1457"><img class="alignnone size-full wp-image-1457" title="PriNXT Image 1" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-1.png?w=510&#038;h=311" alt="" width="510" height="311" /></a>It&#8217;s got three motors, one color sensor to show what it&#8217;s doing, and a touch sensor for calibration. Also, I bundled all three motor cables together for the first time, which actually improved the robot&#8217;s performance a lot more than I initially expected it to. Moving on, here are the power paths (how the motors&#8217; power goes to the place it needs to go to) for all three motors, seen from the bottom of the moving printer head:</p>
<p><a href="http://worldofmindstorms.com/2012/02/11/prinxt-hardware-pictures/prinxt-image-2/" rel="attachment wp-att-1458"><img class="alignnone size-full wp-image-1458" title="PriNXT Image 2" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-2.png?w=510&#038;h=340" alt="" width="510" height="340" /></a></p>
<ul>
<li>Green: This motor drives the Y axis of the printer using the two  small outer gears as wheels on a track of gear racks</li>
<li>Blue: This motor drives the X axis of the printer by, after quite a lot of gears, spinning an extended worm wheel hooked up to a single gear rack. When the axle spins, the gear rack goes from side to side, pulling the pen along with it</li>
<li>Orange: This motor makes the pen go up and down. Again, after a lot of gears, it drives a big rod up and down, pulling the pen along with it.</li>
</ul>
<p>So yeah, there you have it. I&#8217;ll start programming it ASAP. Follow me on Google Plus (<a href="https://plus.google.com/106671218963420759042/posts" target="_blank">+Leon Overweel</a>) for progress updates on that, and much more interesting stuff.</p>
<p><a href="http://worldofmindstorms.com/2012/02/11/prinxt-hardware-pictures/prinxt-image-3/" rel="attachment wp-att-1459"><img class="alignnone size-full wp-image-1459" title="PriNXT Image 3" src="http://dimastero.files.wordpress.com/2012/02/prinxt-image-3.png?w=510&#038;h=340" alt="" width="510" height="340" /></a>More coming soon!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1456/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1456&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/02/11/prinxt-hardware-pictures/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-1.png" medium="image">
			<media:title type="html">PriNXT Image 1</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-2.png" medium="image">
			<media:title type="html">PriNXT Image 2</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/02/prinxt-image-3.png" medium="image">
			<media:title type="html">PriNXT Image 3</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;m on Google Plus!</title>
		<link>http://worldofmindstorms.com/2012/02/07/im-on-google-plus/</link>
		<comments>http://worldofmindstorms.com/2012/02/07/im-on-google-plus/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 22:11:57 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1445</guid>
		<description><![CDATA[Since that G+ opened up for teenagers last week, I&#8217;ve been busy setting up my account. And now that it&#8217;s finished, I plan to use it to talk about small updates on my current projects, give spoilers for my new projects, and talk about more stuff that interests me, such as new sensors, other people&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1445&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since that G+ opened up for teenagers last week, I&#8217;ve been busy setting up my account. And now that it&#8217;s finished, I plan to use it to talk about small updates on my current projects, give spoilers for my new projects, and talk about more stuff that interests me, such as new sensors, other people&#8217;s work, and other tech news &#8212; basically, it&#8217;ll be stuff that&#8217;s not big enough to turn into a post, but that I still think you people should be able to see.</p>
<p>So, here&#8217;s a link to my profile:</p>
<p><a href="https://plus.google.com/106671218963420759042/posts" target="_blank">https://plus.google.com/106671218963420759042/posts</a></p>
<p>Add me to your circles for updates!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1445/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1445&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/02/07/im-on-google-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>
	</item>
		<item>
		<title>PriNXT &#8211; Beginnigs</title>
		<link>http://worldofmindstorms.com/2012/01/30/prinxt-beginnigs/</link>
		<comments>http://worldofmindstorms.com/2012/01/30/prinxt-beginnigs/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 11:57:41 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[dimastero]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[LEGO Mindstorms NXT]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[PriNXT]]></category>
		<category><![CDATA[Progress]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1438</guid>
		<description><![CDATA[It&#8217;s not quite finished, but I&#8217;m really excited about this next project, so I&#8217;ll tell you a little bit about it beforehand. So, what is this mysterious project I speak of? Basically, I&#8217;m building a printer out of Mindstorms NXT (hence the name, &#8220;PriNXT&#8221;). I know it&#8217;s probably been done before, so I&#8217;ve purposely not gone looking for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1438&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not <em>quite</em> finished, but I&#8217;m really excited about this next project, so I&#8217;ll tell you a little bit about it beforehand. So, what is this mysterious project I speak of?</p>
<p>Basically, I&#8217;m building a printer out of Mindstorms NXT (hence the name, &#8220;PriNXT&#8221;). I know it&#8217;s probably been done before, so I&#8217;ve purposely not gone looking for how other people did it &#8211; I wanted this to be more of a challenge. And, so far, a challenge it has been. I&#8217;m pretty sure that it&#8217;s the most complex build I&#8217;ve done yet, mainly because I had to fit three motors, a bunch of gears, three long wires, and support beams all into a restricted place that has to be able to move around freely; it also can&#8217;t rest on the paper it&#8217;s printing on, so all the weight had to be distributed to the sides. I&#8217;m not going to try to explain how I got it working until I shoot some nice closeups of it, so there will be a whole post dedicated to PriNXT&#8217;s hardware sometime later this week.</p>
<p>Now, here&#8217;s a list of things: (very descriptive name for a list, I know)</p>
<ul>
<li>I&#8217;m going to try to write a basic text editing program in RobotC, so you can &#8220;type&#8221; something on one NXT and then transfer it to PriNXT to get it printed. That would probably use Bluetooth.</li>
<li>I&#8217;m considering to add functions for underlining text, making it bold, and even italicizing it.</li>
<li>The color scheme for PriNXT itself: White, light gray, dark gray and red.</li>
</ul>
<p>In other news: I made a Technic camera jib for my iPhone, which, combined with the video editing software I got for Christmas, will make for some nice footage in the video for PriNXT.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1438/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1438&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/01/30/prinxt-beginnigs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype Car &#8211; Lots of Numbers</title>
		<link>http://worldofmindstorms.com/2012/01/18/skype-car-lots-of-numbers/</link>
		<comments>http://worldofmindstorms.com/2012/01/18/skype-car-lots-of-numbers/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:33:04 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Robots]]></category>
		<category><![CDATA[Skype Car]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[engadget]]></category>
		<category><![CDATA[gadget magazine]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[mindstorms nxt]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1359</guid>
		<description><![CDATA[As planned, today (January the 18th, 2012) was the last day my Skype car was up and running. I&#8217;m really happy with how the project turned out, and I&#8217;ve had a bunch of great responses. But before we get to that: I was asked to put up some stats, so stats there shall be. Views [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1359&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As planned, today (January the 18th, 2012) was the last day my Skype car was up and running. I&#8217;m really happy with how the project turned out, and I&#8217;ve had a bunch of great responses. But before we get to that: I was asked to put up some stats, so stats there shall be.</p>
<p><a href="http://worldofmindstorms.com/2012/01/18/skype-car-lots-of-numbers/skyperobot_image_8/" rel="attachment wp-att-1362"><img class="alignnone size-full wp-image-1362" title="skypeRobot_Image_8" src="http://dimastero.files.wordpress.com/2012/01/skyperobot_image_8.png?w=510&#038;h=291" alt="" width="510" height="291" /></a>Views per day; graph provided by the goo.gl (see link below)</p>
<p>As of today, the robot has been driven more than <strong>700</strong> times, with an average connection time of about 4 minutes! It&#8217;s been used from countries all over the world, including the US, Canada, Australia, Germany, Denmark, Spain, Hong Kong, Ireland, Belgium, South Korea, Bazil, the UK, Malaysia, Puerto Rico, Taiwan, Mexico, France, Switzerland, Iceland, India, and many more. The most popular OS was Windows, followed by Mac, and the most popular browsers were Chrome and Firefox.</p>
<p>If that&#8217;s not enough for you, you can hit the goo.gl stats link right here for lotsa more juicy numbers: <a href="http://goo.gl/info/7LLaU#all_time" target="_blank">http://goo.gl/info/7LLaU#all_time</a></p>
<p>A lot of stuff has been going on around this project, so here&#8217;s a timeline with all the highlights:</p>
<ul>
<li><strong>1/4/2012</strong>: Project launch, with<a href="http://worldofmindstorms.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/" target="_blank"> a post here</a>, <a href="http://www.youtube.com/watch?v=6nVB8Us3omk&amp;feature=player_embedded" target="_blank">a video on YouTube</a>, and posts on the <a href="https://sourceforge.net/apps/phpbb/mindboards/viewtopic.php?f=4&amp;t=1242" target="_blank">MindBOARDS</a> and <a href="http://www.robotc.net/forums/viewtopic.php?f=15&amp;t=1928&amp;start=75" target="_blank">RobotC</a> forums;</li>
<li><strong>1/6/2012</strong>: Took the robot offline for the night and better part of the day to solve an issue with the battery&#8217;s wire getting tangled and ripping the robot apart &#8211; <a href="http://worldofmindstorms.com/2012/01/07/skype-car-going-wireless/" target="_blank">went wireless</a>.</li>
<li><strong>1/7/2012</strong>: Featured on <a href="http://thenxtstep.blogspot.com/2012/01/skype-controlled-robot-yes-you-can.html" target="_blank">the NXT STEP</a>;</li>
<li><strong>1/7/2012</strong>: Got asked to become a contributor on <a href="http://www.robotc.net/blog" target="_blank">the RobotC blog</a> and wrote my first post a few days later;</li>
<li><strong>1/9/2012</strong>: Featured on <a href="http://blog.makezine.com/2012/01/09/skype-controlled-mindstorms-car/" target="_blank">the Make Magazine blog</a>;</li>
<li><strong>1/10/2012</strong>: Featured on <a href="http://www.engadget.com/2012/01/10/skype-controlled-mindstorms-nxt-car-toys-over-ip/" target="_blank">Engadget</a>! reblogged a load from there;</li>
<li><strong>1/12/2012</strong>: Featured on<a href="http://translate.google.com/translate?hl=en&amp;sl=auto&amp;tl=en&amp;u=http%3A%2F%2Fwww.neoteo.com%2Fcontrola-un-coche-mindstorms-usando-skype" target="_blank"> first international website</a> (great article, too);</li>
<li><strong>1/13/2012</strong>: Got a YouTube PM from a tech writer for M3, Sweden&#8217;s largest gadget magazine, who asked me for HQ photos of my Skype car for their next print issue!</li>
</ul>
<p>I also had a blast looking at what people thought of my robot, and even messaging with random people who had tried it out &#8211; one was a dad, who showing his son what Mindstorms NXT was all about (which was exactly what this project was for), and another one asked me if this was my bachelor project (it&#8217;s not), just to name two.</p>
<p>So yeah I hope you all liked it and expect more stuff soon &#8211; I&#8217;ve got an awesome sensor coming my way.</p>
<p>PS: I&#8217;m thinking about entering it into the Google Science Fair. Good idea?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1359&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/01/18/skype-car-lots-of-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/01/skyperobot_image_8.png" medium="image">
			<media:title type="html">skypeRobot_Image_8</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype Car &#8211; Going Wireless</title>
		<link>http://worldofmindstorms.com/2012/01/07/skype-car-going-wireless/</link>
		<comments>http://worldofmindstorms.com/2012/01/07/skype-car-going-wireless/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 20:17:05 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Skype Car]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[mindstorms nxt]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[rechargeable]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1311</guid>
		<description><![CDATA[Read this first: Interactive Skype-Controlled Mindstorms NXT Car (original post) Some of you might have noticed that my Skype car has been offline since last night. Why, you wonder? I was trying to solve the issue with the wire tangling around the robot all the time &#8211; first, I tried putting it on a high pole, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1311&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Read this first: <a href="http://wp.me/p10flW-jF">Interactive Skype-Controlled Mindstorms NXT Car</a> (original post)</strong></p>
<p>Some of you might have noticed that my Skype car has been offline since last night. Why, you wonder? I was trying to solve the issue with the wire tangling around the robot all the time &#8211; first, I tried putting it on a high pole, but that just made it worse. Then I remembered an amazing Mindstorms NXT robot I once read about: <a href="http://www.plastibots.com/?p=1594" target="_blank">Pulito</a>, a floor cleaning robot that could look for its own power source using infrared light, and then plug itself in.</p>
<p>Since I do not have any equipment to read infrared light, I had to find another way for the robot to plug in. Here&#8217;s what I did:</p>
<ul>
<li>Because the environment my robot was in was way more controllable (a square lined with cardboard boxes), I decided to use the sonar sensor, and make the robot follow the walls.</li>
<li>I then made a gap in one part of the wall, so the robot wouldn&#8217;t know where the corner was. That causes it to just keep on driving forwards, until it hit the wall on the other side.</li>
<li>This is where I got lucky: when I ordered the charger for my new battery, I got the wrong one (the one for the other kind of battery, which was hooked up to my other NXT). Having a spare one, I decided to cut it in half:</li>
</ul>
<p><a href="http://dimastero.wordpress.com/2012/01/07/skype-car-going-wireless/skyperobot_image_7/" rel="attachment wp-att-1312"><img class="alignnone size-full wp-image-1312" title="skypeRobot_Image_7" src="http://dimastero.files.wordpress.com/2012/01/skyperobot_image_7.png?w=510&#038;h=383" alt="" width="510" height="383" /></a></p>
<ul>
<li>So when the car hits the wall, it&#8217;ll automatically start charging</li>
<li>For the programming, I added some code for the ultrasonic sensor and the touch sensors, and wrote some sequences to happen when the robot needs to start charging, and when it&#8217;s done.</li>
</ul>
<div>In other news:</div>
<div>
<ul>
<li>The instructions on the actual remote control page are much clearer now, too</li>
<li>The robot is now back online.</li>
</ul>
</div>
<p>To read more about my Skype car, <a href="http://worldofmindstorms.com/category/skype-car/">click here</a>.</p>
<p><strong>Disclaimer: The Skype name, associated trade marks and logos, the Skype “Call Me” button and the “S” logo are trade marks of Skype.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1311&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/01/07/skype-car-going-wireless/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2012/01/skyperobot_image_7.png" medium="image">
			<media:title type="html">skypeRobot_Image_7</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype Car &#8211; Improvements</title>
		<link>http://worldofmindstorms.com/2012/01/04/skype-car-improvements/</link>
		<comments>http://worldofmindstorms.com/2012/01/04/skype-car-improvements/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 04:35:45 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Robots]]></category>
		<category><![CDATA[Skype Car]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[improvements]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[r&d]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1303</guid>
		<description><![CDATA[Read this first: Interactive Skype-Controlled Mindstorms NXT Car (original post) Today was the first day my robot was online, and, as with any project, problems came up: The wire got tangled People didn&#8217;t know how to shut the robot off properly (which is probably why other people weren&#8217;t able to connect) The ball caster came off These [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1303&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Read this first: <a href="http://wp.me/p10flW-jF">Interactive Skype-Controlled Mindstorms NXT Car</a> (original post)</strong></p>
<p>Today was the first day my robot was online, and, as with any project, problems came up:</p>
<ul>
<li>The wire got tangled</li>
<li>People didn&#8217;t know how to shut the robot off properly (which is probably why other people weren&#8217;t able to connect)</li>
<li>The ball caster came off</li>
</ul>
<p>These are some changes I made:</p>
<ul>
<li>I added a long, flexible rod to the back of the car to hold up the wire, so it&#8217;s less likely to drive over it too easily. This should also help against the caster issue, because it mostly came off because the wire was pulling it</li>
<li>I put some extra protection around the caster, to make it less likely to come off</li>
<li>Towards the bottom of the page with the arrows, you can now read about how to shut the robot down, so people won&#8217;t do it wrong anymore</li>
<li>In case they do, an alarm will now sound if the robot has been driving in the same direction for longer than 60 seconds.</li>
</ul>
<p>So thanks for the feedback everybody, and I&#8217;ll keep on improving this thing further. To see the changes, go to <a href="http://www.goo.gl/7LLaU" target="_blank">http://www.goo.gl/7LLaU</a> (you might need to refresh your page).</p>
<p>To read more about my Skype car, <a href="http://worldofmindstorms.com/category/skype-car/">click here</a>.</p>
<p><strong>Disclaimer: The Skype name, associated trade marks and logos, the Skype “Call Me” button and the “S” logo are trade marks of Skype.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1303&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/01/04/skype-car-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>
	</item>
		<item>
		<title>Interactive Skype-Controlled Mindstorms NXT Car</title>
		<link>http://worldofmindstorms.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/</link>
		<comments>http://worldofmindstorms.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 05:02:45 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Communication]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Skype Car]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[hobby robotics]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[LEGO Mindstorms]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[mindstorms nxt]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[worldof]]></category>

		<guid isPermaLink="false">http://worldofmindstorms.com/?p=1219</guid>
		<description><![CDATA[After a long wait, I&#8217;m back baby! To start the year off with a bang, here&#8217;s a Mindstorms NXT car that can be controlled using Skype &#8211; by anyone, anywhere, any-when (between today, 1/1/2012 and 1/18/2012). If you want to get going right away, here is the link for driving this car: http://www.goo.gl/7LLaU. This is going [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1219&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long wait, I&#8217;m back baby! To start the year off with a bang, here&#8217;s a Mindstorms NXT car that can be controlled using Skype &#8211; by anyone, anywhere, any-when (between today, 1/1/2012 and 1/18/2012).</p>
<p>If you want to get going right away, here is the link for driving this car: <strong><a href="http://www.goo.gl/7LLaU">http://www.goo.gl/7LLaU</a>.</strong></p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='510' height='317' src='http://www.youtube.com/embed/6nVB8Us3omk?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<p>This is going to be a pretty lengthy post, so I&#8217;ve broken it up into the following categories: <a href="#Introduction"><strong>Introduction/ General Explanation</strong></a>, <a href="#Hardware"><strong>Hardware</strong></a>, <a href="#Programming"><strong>Program-ming</strong></a>, <a href="#Computer"><strong>Computer Tweaks</strong></a>, and <a href="#How"><strong>How YOU Can Drive This Car</strong></a>. Click any of the categories to jump forward to it.</p>
<p><a href="http://dimastero.wordpress.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/skyperobot_image_2_s/" rel="attachment wp-att-1216"><img class="alignnone size-full wp-image-1216" title="skypeRobot_Image_2_S" src="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_2_s.png?w=510&#038;h=340" alt="" width="510" height="340" /></a><br />
<a name="Introduction"></a><strong>Introduction/ General Explanation</strong></p>
<p>I&#8217;ve been creating websites for a while now, and I was trying to think of a way to combine it with Mindstorms NXT, and this project is the result of that. The webpage is fairly simple &#8211; it&#8217;s got three arrows (one forward, two to the sides) and a start and a stop button. Clicking the start arrow will begin a Skype conversation with my computer, after which the user should share their screen; the NXT standing in front of my computer (called &#8220;Jeeves&#8221;) can then &#8220;see&#8221; the webpage the user is viewing.</p>
<p>That&#8217;s where the cool part kicks in &#8211; when the user clicks any one of the arrows or the stop button, the page will change to a different shade of gray. This shade of gray is then picked up by Jeeves, who turns it into a Bluetooth message for the other NXT (called &#8220;Alfred&#8221;). The car then drives in the direction the user tells it to, while remaining within a fenced off area where the webcam can see it.</p>
<p>So, the user can drive a LEGO Mindstorms NXT car, from the comfort of his or her home, without having to install any kind of software (provided that they have Skype).</p>
<p><a name="Hardware"></a><strong>Hardware &#8211; the Car</strong></p>
<p>The car was fairly simple to build &#8211; it&#8217;s got two motors on the sides with the wheels attached directly (no gears), and a big ball caster attached at the back. It looks quite a bit like my <a href="http://worldofmindstorms.com/pid-linefollower/" target="_blank">line follower</a>, actually, except for the fact that the caster is a lot bigger because the car needs to be able to drive over the power cable and because it&#8217;s on a carpet. Also, it&#8217;s got front bumpers so you all can&#8217;t break anything while driving it, a color sensor that turns on when the robot is in use, or has been in use the past minute, and a rechargeable battery that&#8217;s always plugged in. Some pictures:</p>
<p><a href="http://dimastero.wordpress.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/skyperobot_image_1_s/" rel="attachment wp-att-1215"><img class="alignnone size-full wp-image-1215" title="skypeRobot_Image_1_S" src="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_1_s.png?w=510&#038;h=340" alt="" width="510" height="340" /></a><a href="http://dimastero.wordpress.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/skyperobot_image_3_s/" rel="attachment wp-att-1217"><img class="alignnone size-full wp-image-1217" title="skypeRobot_Image_3_S" src="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_3_s.png?w=510&#038;h=319" alt="" width="510" height="319" /></a></p>
<p>The first one is a side view, and the second one is an upside down view.</p>
<p><strong>Hardware &#8211; the Receiver</strong></p>
<p>The receiver was a bit more tricky to build because it needed to be a specific height so its light sensor could &#8220;see&#8221; the right area of the user&#8217;s screen. The structure itself is fairly simple &#8211; the light sensor is on a big pole attached to the NXT, and it&#8217;s got a rechargeable battery that&#8217;s always plugged in at the bottom. Here&#8217;s a picture of it (without the battery; hence the delay):</p>
<p><a href="http://dimastero.wordpress.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/skyperobot_image_4_s/" rel="attachment wp-att-1218"><img class="alignnone size-full wp-image-1218" title="skypeRobot_Image_4_S" src="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_4_s.png?w=510&#038;h=737" alt="" width="510" height="737" /></a><a name="Programming"></a><strong>Programming</strong></p>
<p>For all of the coding in this project, I&#8217;ll provide a basic description of how it works, and then a download link in case you&#8217;re interested in trying to build this project yourself sometime. The first two pieces of code (for the car and the receiver) were made using RobotC, and the third (for the website) is in HTML. All of the code will be on Sourceforge.</p>
<p><strong>Programming &#8211; the Car</strong></p>
<p>There&#8217;s a small function for turning the motors&#8217; PID control on or off  at the beginning of the program to get rid of the peeping noise the motors make when the car is not moving.</p>
<p>In the main task, here&#8217;s what happens: the variables are created, the Bluetooth is turned on, and the timer is cleared. In the main while-loop, the last received message is stored, so the robot can later use that information( along with the timer) determine whether it&#8217;s been active the last minute and decide to turn the signal light on or off. Then, the robot reads the message last sent to it and plugs it into a switch. Depending on which message it received from the receiver (ah, the irony), it will move the motors. At the end of the while loop, there is a 50 millisecond wait to save battery power.</p>
<p><a href="http://sourceforge.net/projects/dimastero/files/Skype_Robot_Slave_V1.c/download" target="_blank">Click here for the code</a> (first version).</p>
<p>UPDATE: Since the robot is now wireless, the code has changed to support some more sensors for plugging itself in. Read more about these changes here:</p>
<p><a href="http://wp.me/p10flW-l9">http://wp.me/p10flW-l9</a>.</p>
<p><a href="http://sourceforge.net/projects/dimastero/files/Skype_Robot_Slave_V2.c/download" target="_blank">Click here for the code</a> (second version w/ wireless charging capabilities).</p>
<p><strong>Programming &#8211; the Receiver</strong></p>
<p>The receiver also starts by initializing its variables and turning on Bluetooth, after which it connects itself with the other NXT &#8211; also using Bluetooth. The program then enters its main while loop, in which there is a series of if/ else switches designed to determine what shade of gray the screen is. The if/ else switches then plug this message into the &#8220;messageToSend&#8221; variable, which is sent out afterwards. The loop ends with a 100 millisecond wait, again to preserve battery.</p>
<p><a href="http://sourceforge.net/projects/dimastero/files/Skype_Robot_Master.c/download" target="_blank">Click here for the code</a>.</p>
<p><strong>Programming &#8211; the Website</strong></p>
<p>There isn&#8217;t really much to explain about this one, so I&#8217;ll just give you the download link. Please note that the images on the page aren&#8217;t included, so you won&#8217;t be able to view it correctly in your browser. Screenshot below.</p>
<p><a href="http://sourceforge.net/projects/dimastero/files/Skype_NXT.html/download" target="_blank">Click here for the code</a>.</p>
<p><a href="http://dimastero.wordpress.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/skyperobot_image_5_s/" rel="attachment wp-att-1242"><img class="alignnone size-full wp-image-1242" title="skypeRobot_Image_5_S" src="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_5_s.png?w=510&#038;h=287" alt="" width="510" height="287" /></a></p>
<p><a href="http://dimastero.wordpress.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/skyperobot_image_6/" rel="attachment wp-att-1247"><img class="alignnone size-full wp-image-1247" title="skypeRobot_Image_6" src="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_6.png?w=510" alt=""   /></a></p>
<p><a name="Computer"></a><strong>Computer Tweaks</strong></p>
<p>There were quite a few tweaks I had to make to my computer, so I decided to list them here in case, again, you want to build this project yourself someday. Keep in mind that I might be missing/ forgetting some things, so if you ever have a problem just leave a comment below.</p>
<ul>
<li>Turned off sleeping mode on both my screen and the computer itself;</li>
<li>Skype:  in the general &gt; video settings menu, I changed the first option (&#8220;Automatically receive video and screen sharing from&#8230;&#8221;) to &#8220;anyone&#8221;;</li>
<li>Skype: in the privacy &gt; privacy settings menu, I changed everything to anyone. I also checked all the boxes;</li>
<li>Skype: in the calls &gt; call settings menu, I changed &#8220;Allow calls from&#8230;&#8221; to &#8220;anyone&#8221;, and again checked all the boxes;</li>
<li>Skype: in the IM &amp; SMS &gt; IM settings menu, I changed &#8220;Allow IMs from&#8230;&#8221; to &#8220;anyone&#8221;;</li>
</ul>
<p>I&#8217;m also keeping the Skype window open 24/7, so my background won&#8217;t confuse the light sensor.</p>
<p><a name="How"></a><strong>How YOU Can Drive This Car</strong></p>
<p>Here&#8217;s how:</p>
<ul>
<li>Go to <a href="http://www.goo.gl/7LLaU">http://www.goo.gl/7LLaU</a></li>
<li>Make sure your window is maximized</li>
<li>Click the &#8220;Start&#8221; button</li>
<li>Go through the dialog windows you get (there will be more on IE and Firefox than on Google Chrome)</li>
<li>Wait for my video to start (this can take up to 20 seconds)</li>
<li>Open the &#8220;call menu&#8221; at the top bar</li>
<li>Click &#8220;Share Your Screen&#8221; &#8211; it&#8217;s about 3/4th of the way down the menu</li>
<li>Click &#8220;Share Full Screen&#8221;</li>
<li>You should now be brought back to the webpage with the arrows. Once you see the car stop, use the arrows to drive it around.</li>
<li>To stop, hover your mouse over the little screen where you see the car, and click the red phone button</li>
</ul>
<p>This project has successfully been tested on the following operating systems:</p>
<ul>
<li>Windows 7</li>
</ul>
<p>With the following browsers (newest version as of 12/31/2011):</p>
<ul>
<li>Google Chrome (tested best)</li>
<li>Firefox</li>
<li>Internet Explorer</li>
</ul>
<div>If you try this project on anything not mentioned above, it&#8217;d rock if you could leave a comment stating what you used below so I can add supported  (and not supported) browsers and OS&#8217;s. Thanks!</div>
<p><strong>Conclusion</strong></p>
<p>So there you have it: a LEGO Mindstorms NXT car that you can drive using Skype. If you like this project and want to see more, subscribe to my YouTube page and this blog for the latest updates. Once this project ends, I&#8217;ll put some statistics on how many people tried this project up down here. Feel free to use anything on this page (the robots, the code, the website, etc.) non-commercially, as long as you give credit where it&#8217;s due.</p>
<p>To read more about my Skype car, <a href="http://worldofmindstorms.com/category/skype-car/">click here</a>.</p>
<p><strong>Disclaimer: The Skype name, associated trade marks and logos, the Skype &#8220;Call Me&#8221; button and the &#8220;S&#8221; logo are trade marks of Skype.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1219&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2012/01/04/interactive-skype-controlled-mindstorms-nxt-car/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_2_s.png" medium="image">
			<media:title type="html">skypeRobot_Image_2_S</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_1_s.png" medium="image">
			<media:title type="html">skypeRobot_Image_1_S</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_3_s.png" medium="image">
			<media:title type="html">skypeRobot_Image_3_S</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_4_s.png" medium="image">
			<media:title type="html">skypeRobot_Image_4_S</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_5_s.png" medium="image">
			<media:title type="html">skypeRobot_Image_5_S</media:title>
		</media:content>

		<media:content url="http://dimastero.files.wordpress.com/2011/12/skyperobot_image_6.png" medium="image">
			<media:title type="html">skypeRobot_Image_6</media:title>
		</media:content>
	</item>
		<item>
		<title>A Slight Delay</title>
		<link>http://worldofmindstorms.com/2011/12/30/a-slight-delay/</link>
		<comments>http://worldofmindstorms.com/2011/12/30/a-slight-delay/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 18:29:05 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false">http://dimastero.wordpress.com/?p=1211</guid>
		<description><![CDATA[In my last post, I said I was going to release my newest creation before the end of the year, but I can&#8217;t. The reason being that I ordered a rechargeable battery for my other NXT, and that it turns out I got the wrong charger for it. The right one should be here in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1211&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my last post, I said I was going to release my newest creation before the end of the year, but I can&#8217;t. The reason being that I ordered a rechargeable battery for my other NXT, and that it turns out I got the wrong charger for it. The right one should be here in &#8220;1-2 days,&#8221; but, considering the weekend and the new year, that might take a bit longer.</p>
<p>So, if I&#8217;m really, really lucky, I&#8217;ll still be able to launch before school starts (read: before January 3rd), but otherwise it&#8217;ll probably be the weekend after. To leave on a more positive note, here is a little spoiler:</p>
<blockquote><p>There is a webcam involved.</p></blockquote>
<p><strong>UPDATE: I checked the FedEx tracking system thing and the charger should be here Tuesday January the 3rd. I have everything (the post, the movie, etc.) finished, so I&#8217;ll launch it January 4th.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1211&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2011/12/30/a-slight-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>
	</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://worldofmindstorms.com/2011/12/26/merry-christmas/</link>
		<comments>http://worldofmindstorms.com/2011/12/26/merry-christmas/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 06:35:12 +0000</pubDate>
		<dc:creator>Leon (dimastero)</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[dimastero]]></category>
		<category><![CDATA[Merry christmas]]></category>
		<category><![CDATA[mindstorms nxt]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[worldofmindstorms]]></category>

		<guid isPermaLink="false">https://dimastero.wordpress.com/?p=1205</guid>
		<description><![CDATA[Merry christmas and a happy new year everyone! I know I haven&#8217;t posted anything lately (sorry), but worry-you-not &#8212; I&#8217;m finishing something very exciting right now, and I think it&#8217;ll will be up and running by the end of the year. In other news, you might&#8217;ve noticed that my blog&#8217;s url has changed to worldofmindstorms.com, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1205&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Merry christmas and a happy new year everyone! </p>
<p>I know I haven&#8217;t posted anything lately (sorry), but worry-you-not &#8212; I&#8217;m finishing something very exciting right now, and I think it&#8217;ll will be up and running by the end of the year.</p>
<p>In other news, you might&#8217;ve noticed that my blog&#8217;s url has changed to <a href="http://www.worldofmindstorms.com">worldofmindstorms.com</a>, instead of the old dimastero.wordpress.com. Why? Because &#8216;dimastero&#8217; doesn&#8217;t relate to MindStorms NXT in any way, and because I think the url looks better this way. Again, worry-you-not: all the old links to specific posts and pages still work (thx WP!).</p>
<p>So, once again, merry christmas and a happy new year!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimastero.wordpress.com/1205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimastero.wordpress.com/1205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimastero.wordpress.com/1205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimastero.wordpress.com/1205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimastero.wordpress.com/1205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimastero.wordpress.com/1205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimastero.wordpress.com/1205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimastero.wordpress.com/1205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=worldofmindstorms.com&amp;blog=14835356&amp;post=1205&amp;subd=dimastero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://worldofmindstorms.com/2011/12/26/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1288c54e8deb791b6d53b29cbbc724e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=X" medium="image">
			<media:title type="html">dimastero</media:title>
		</media:content>
	</item>
	</channel>
</rss>
