<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>nxtasy.org | Building a LEGO Mindstorms NXT Community Brick by Brick</title>
	<link>http://nxtasy.org</link>
	<description>LEGO Mindstorms NXT Blog Forums Community Downloads Tutorials</description>
	<pubDate>Tue, 13 May 2008 22:16:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Small press release about FLL</title>
		<link>http://nxtasy.org/2008/05/13/small-press-release-about-fll/</link>
		<comments>http://nxtasy.org/2008/05/13/small-press-release-about-fll/#comments</comments>
		<pubDate>Tue, 13 May 2008 22:16:35 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
	<category>news</category>
	<category>events</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/05/13/small-press-release-about-fll/</guid>
		<description><![CDATA[This press release talks about Kjeld Kirk Kristiansen and the FLL Program.
Check it out here.
Josh

]]></description>
			<content:encoded><![CDATA[<p>This press release talks about Kjeld Kirk Kristiansen and the FLL Program.</p>
<p><a target="_blank" href="http://nxtasy.org/wp-content/uploads/2008/05/lego-owner-receives-pop-star-welcome-1.pdf">Check it out here.</a></p>
<p>Josh
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/05/13/small-press-release-about-fll/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Remote launching programs</title>
		<link>http://nxtasy.org/2008/05/11/remote-launching-programs/</link>
		<comments>http://nxtasy.org/2008/05/11/remote-launching-programs/#comments</comments>
		<pubDate>Sun, 11 May 2008 19:45:19 +0000</pubDate>
		<dc:creator>guy</dc:creator>
		
	<category>personal</category>
	<category>news</category>
	<category>software</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/05/11/remote-launching-programs/</guid>
		<description><![CDATA[As many of you know NXT-G is built upon LabView. This means that everything possible with LabView and the NXTToolkit can be encapsulated into an NXT-G block. Doing so, however, is usually hard work (especially if you want to do it right, i.e. have good control panel and icon drawing interface).
Here&#8217;s a project in progress. [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you know NXT-G is built upon LabView. This means that everything possible with LabView and the NXTToolkit can be encapsulated into an NXT-G block. Doing so, however, is usually hard work (especially if you want to do it right, i.e. have good control panel and icon drawing interface).</p>
<p>Here&#8217;s a project in progress. A few weeks ago I looked into the internal of the toolkit VI &#8216;Write Message&#8217; which send BT string from master to slave devices and vise versa:<br />
<img id="image1266"alt=writemessage.png src="http://nxtasy.org/wp-content/uploads/2008/05/writemessage.png" /><br />
when you go deep into the internal codes (here&#8217;s one good use for the NXTToolkit. Unlike regular NXT-G implementation VIs these VIs are not password protected!) you find that for master BT devices the message string is converted into a &#8216;BT packet&#8217; by this code fragment:<br />
<img id="image1267" alt=buildmessagepacket.png src="http://nxtasy.org/wp-content/uploads/2008/05/buildmessagepacket.png" /><br />
As some may recognize, this is a Direct Command message format. The 0&#215;80 0&#215;09 start means BT Write Message telegram w/o reply (unfortunatly the master BT can&#8217;t request reply, since the firmware does not support it. If it could, there&#8217;ve been many more possible uses for the kind of &#8220;trick&#8221; I show here). It then adds the mailbox, the message length and the message itself. All this is converted into a byte array and sent over BT using a VI called &#8216;BT Write Buffer&#8217; (not shown).</p>
<p>Having seen this, I started thinking - what if I send other Direct Command telegrams from the master NXT to a slave NXT? As I said earlier, only non-reply telegrams are possible. Among the possible telegrams is the &#8216;Run Program&#8217; command (0&#215;00 command). Indeed, if I have a program called &#8216;remote&#8217; on the slave NXT running the following code on a master NXT executes &#8216;remote&#8217;:<br />
<img id="image1270" alt=test_rund.png src="http://nxtasy.org/wp-content/uploads/2008/05/test_rund.png" /></p>
<p>As I said in the beginning, this can be cast into an NXT-G block which can either run a program by name on a connected NXT, or stop the current program (0&#215;01 Direct Command). The question is - will it be useful for anything? I will be happy to get your feedback on this at <a href="http://forums.nxtasy.org/index.php?showtopic=2287">this</a> forum topic.</p>
<p>Guy Ziv
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/05/11/remote-launching-programs/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>LEGO NXT Warriors</title>
		<link>http://nxtasy.org/2008/05/11/lego-nxt-warriors/</link>
		<comments>http://nxtasy.org/2008/05/11/lego-nxt-warriors/#comments</comments>
		<pubDate>Sun, 11 May 2008 19:15:46 +0000</pubDate>
		<dc:creator>guy</dc:creator>
		
	<category>projects</category>
	<category>news</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/05/11/lego-nxt-warriors/</guid>
		<description><![CDATA[


I think long ago some MCPs were playing with a similar concept, but I never saw real results. This guy did a very nice job, combining NXT and Bionicle in a very convincing way. I wonder how far it can go - adding maybe US to each horse, and maybe sending BT messages between the [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><br />
<param name="movie" value="http://www.youtube.com/v/jIOELUvPKOg&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/jIOELUvPKOg&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>I think long ago some MCPs were playing with a similar concept, but I never saw real results. This guy did a very nice job, combining NXT and Bionicle in a very convincing way. I wonder how far it can go - adding maybe US to each horse, and maybe sending BT messages between the two?</p>
<p>There&#8217;s a topic <a href="http://forums.nxtasy.org/index.php?showtopic=2273&#038;hl=">here</a> on this project.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/05/11/lego-nxt-warriors/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Daniele Benedettelli&#8217;s book</title>
		<link>http://nxtasy.org/2008/05/03/daniele-benedettellis-book/</link>
		<comments>http://nxtasy.org/2008/05/03/daniele-benedettellis-book/#comments</comments>
		<pubDate>Sat, 03 May 2008 07:51:28 +0000</pubDate>
		<dc:creator>claude</dc:creator>
		
	<category>news</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/05/03/daniele-benedettellis-book/</guid>
		<description><![CDATA[
&#8220;Creating Cool Mindstorms NXT Robots&#8221; by Daniele Benedettelli has come out with some delay. The author and editor&#8217;s wise decision to take their time to do this book has purified the contents and enhanced its quality&#8230; which can be only described with the attribute : excellent !
Danny has developed a handful sophisticated LEGO robots to [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image1264" width=250 alt=nxtbook.jpg src="http://nxtasy.org/wp-content/uploads/2008/05/nxtbook.jpg" /></p>
<p>&#8220;Creating Cool Mindstorms NXT Robots&#8221; by Daniele Benedettelli has come out with some delay. The author and editor&#8217;s wise decision to take their time to do this book has purified the contents and enhanced its quality&#8230; which can be only described with the attribute : excellent !</p>
<p>Danny has developed a handful sophisticated LEGO robots to which he gave life through control- and behaviour-based programs. The reader is led through slowly growing degrees of difficulty and complexity from &#8220;Quasimodo&#8221; to &#8220;JohnNXT&#8221;, while learning about the essence of NXT C-programming and concepts as diverse as finite state machine, hysteresis, underactuation, line following, Boolean operators, decision tables&#8230; All these topics are well-woven to form a balanced patch-work of knowledge that has characterized so many good robot books. You consequently learn by doing.</p>
<p>The author astutely combines NXT-programming with remarkable LEGO studless building in order to realize and describe more and more complex robots. With a note of humour the reader is accompanied through all the designs, where he has the impression of participating in the development of each prototype, which definitely is one of the best didactical choices. The graphics of this book are of high quality.</p>
<p>The absolute high-light of course is JohnNXT, the LEGO incarnation of the famous &#8220;Short circuit&#8221;-movie robot. Daniele uses two NXTs (pardon : three!) for this project. Two NXTs control the robot and communicate with each other over the RS485 high-speed connection. A third NXT is used in a &#8220;Remote Control&#8221; project and sends its commands via Bluetooth to the robot. But JohnNXT also can survive quite autonomously through a behaviour-modelled program.</p>
<p>Well done Danny !
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/05/03/daniele-benedettellis-book/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Lego Pong with NXTCam</title>
		<link>http://nxtasy.org/2008/05/02/lego-pong-with-nxtcam/</link>
		<comments>http://nxtasy.org/2008/05/02/lego-pong-with-nxtcam/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:14:46 +0000</pubDate>
		<dc:creator>tingeypa</dc:creator>
		
	<category>general</category>
	<category>video</category>
	<category>development</category>
	<category>news</category>
	<category>Projects</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/05/02/lego-pong-with-nxtcam/</guid>
		<description><![CDATA[Here is an interesting robot from wayneage that plays Pong using a NXTCam camera to track a ball in real time.  The NXTCam continuously sends the location (coordinates) of the ball to the NXT brick. The robot keeps adjusting its position to hit the ball when it is close enough.  Before the robot [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting robot from wayneage that plays Pong using a NXTCam camera to track a ball in real time.  The NXTCam continuously sends the location (coordinates) of the ball to the NXT brick. The robot keeps adjusting its position to hit the ball when it is close enough.  Before the robot starts, the NXTCam is taught the colours to track using another  program called NXTCamView (this is not shown in the video).  As you can see it works quite well - nice work!</p>
<p><object width="425" height="355"><br />
<param name="movie" value="http://www.youtube.com/v/szNq2xXIjwc&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/szNq2xXIjwc&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/05/02/lego-pong-with-nxtcam/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Voyager - a GPS outdoors NXT</title>
		<link>http://nxtasy.org/2008/04/29/voyager-a-gps-outdoors-nxt/</link>
		<comments>http://nxtasy.org/2008/04/29/voyager-a-gps-outdoors-nxt/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 05:38:56 +0000</pubDate>
		<dc:creator>guy</dc:creator>
		
	<category>projects</category>
	<category>news</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/04/29/voyager-a-gps-outdoors-nxt/</guid>
		<description><![CDATA[


Here&#8217;s a great project by John Brost. Inspired by Steve H. &#8216;Green Monster&#8217; he built this model, which also uses Bluetooth GPS (and RobotC) to navigate around.
Voyager uses a 3-motor articulated steering design -  one motor drives both wheels on the rear axle through a differential and the front wheels are driven individually by [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><br />
<param name="movie" value="http://www.youtube.com/v/fhhpetNNnMw&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/fhhpetNNnMw&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><br />
Here&#8217;s a great project by John Brost. Inspired by Steve H. &#8216;Green Monster&#8217; he built this model, which also uses Bluetooth GPS (and RobotC) to navigate around.<br />
Voyager uses a 3-motor articulated steering design -  one motor drives both wheels on the rear axle through a differential and the front wheels are driven individually by the other two motors. It also has a compass sensor and a GPS connected via bluetooth.</p>
<p>More pictures are found in <a href="http://mindstorms.lego.com/nxtlog/ProjectDisplay.aspx?id=0084709f-625a-4816-aabb-98291610c18b">NXTLog project page</a>. Good work, John!</p>
<p>btw. Technically it IS possible to build a BT GPS NXT-G block. There&#8217;s a lot of work involved, and very little potential users. If anyone is interested, email me. I&#8217;ve posted a few posts on GPS in NXTasy, and since some implementations do work in NXC (under standard firmware) they can be ported and wrapped into a NXT-G block (but with a lot of effort).</p>
<p>Guy Ziv
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/04/29/voyager-a-gps-outdoors-nxt/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>2008 FIRST LEGO League World Festival Award Winners</title>
		<link>http://nxtasy.org/2008/04/24/2008-first-lego-league-world-festival-award-winners/</link>
		<comments>http://nxtasy.org/2008/04/24/2008-first-lego-league-world-festival-award-winners/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 20:32:54 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
	<category>news</category>
	<category>events</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/04/24/2008-first-lego-league-world-festival-award-winners/</guid>
		<description><![CDATA[Here is an article from LEGO about the World Festival in Atlanta.
Click here for the article on their Mindstorms main page, below the article about Dean Kamen.
This link seems to be permanent.
Josh

]]></description>
			<content:encoded><![CDATA[<p>Here is an article from LEGO about the World Festival in Atlanta.</p>
<p>Click <a href="http://mindstorms.lego.com/news/">here</a> for the article on their Mindstorms main page, below the article about Dean Kamen.</p>
<p><a href="http://lego.247website.net/119/2008-first-lego-league-world-festival-award-winners/">This link</a> seems to be permanent.</p>
<p>Josh
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/04/24/2008-first-lego-league-world-festival-award-winners/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Team Scores 3 Perfect 400&#8217;s at FLL World Festival</title>
		<link>http://nxtasy.org/2008/04/22/team-scores-3-perfect-400s-at-fll-world-festival/</link>
		<comments>http://nxtasy.org/2008/04/22/team-scores-3-perfect-400s-at-fll-world-festival/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 04:31:36 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
	<category>news</category>
	<category>events</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/04/22/team-scores-3-perfect-400s-at-fll-world-festival/</guid>
		<description><![CDATA[Congratulations to GREEN MAN GROUP who scored 3 perfect 400-point runs at the FLL World Festival this April 16th-19th.  They received the 1st Place Performance Award.  GREEN MAN GROUP is a part of The New England Robotics Designers - check out their website here.
Here is a link to the World Festival awards page, [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations to GREEN MAN GROUP who scored 3 perfect 400-point runs at the FLL World Festival this April 16th-19th.  They received the 1st Place Performance Award.  GREEN MAN GROUP is a part of The New England Robotics Designers - check out their website <a href="http://www.nhnerds.org">here</a>.</p>
<p><a href="http://lego.247website.net/119/2008-first-lego-league-world-festival-award-winners/">Here</a> is a link to the World Festival awards page, featuring a picture of the team and their robot.</p>
<p>Josh
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/04/22/team-scores-3-perfect-400s-at-fll-world-festival/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Little Joe - a biped walker LDD</title>
		<link>http://nxtasy.org/2008/04/16/little-joe-a-biped-walker-ldd/</link>
		<comments>http://nxtasy.org/2008/04/16/little-joe-a-biped-walker-ldd/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:38:14 +0000</pubDate>
		<dc:creator>TooMuchCaffeine</dc:creator>
		
	<category>news</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/04/16/little-joe-a-biped-walker-ldd/</guid>
		<description><![CDATA[
Here is Little Joe, a biped walker. He was inspired originally by the work of Joe Nagata, but the feet are probably the only bit of Joe&#8217;s original that survives.
Little Joe has a pretty smooth and reliable walking action going on which you can see on video here. I&#8217;m very pleased with how he turned [...]]]></description>
			<content:encoded><![CDATA[<p><img height="96" alt="Little Joe" src="http://nxtasy.org/wp-content/uploads/2008/04/littlejoeimage.jpg" /></p>
<p>Here is Little Joe, a biped walker. He was inspired originally by the work of Joe Nagata, but the feet are probably the only bit of Joe&#8217;s original that survives.</p>
<p>Little Joe has a pretty smooth and reliable walking action going on which you can see on video <a href="http://way2muchcaffeine.blogspot.com/2008/04/little-joe-lego-robot-biped.html">here</a>. I&#8217;m very pleased with how he turned out. Just wish I&#8217;d got him finished in time for the NXTlog competition!</p>
<p>There&#8217;s not many instruction sets for bipeds out there (or not that I could find anyway). Hopefully <a href="http://us.mindstorms.lego.com/nxtlog/projectdisplay.aspx?id=7589c43e-ab0c-4a66-9c8a-85f1e60dd092">this LDD file</a> will come in useful.</p>
<p>If anyone does build Little Joe, I&#8217;d love to hear how you get on&#8230;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/04/16/little-joe-a-biped-walker-ldd/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>New pbLua version</title>
		<link>http://nxtasy.org/2008/04/13/new-pblua-version-2/</link>
		<comments>http://nxtasy.org/2008/04/13/new-pblua-version-2/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 09:58:07 +0000</pubDate>
		<dc:creator>guy</dc:creator>
		
	<category>firmware</category>
	<category>news</category>
		<guid isPermaLink="false">http://nxtasy.org/2008/04/13/new-pblua-version-2/</guid>
		<description><![CDATA[Ralph released yet another pbLua version - Beta 15a. The major change in this release is better support for floats (i.e. non-integer variables). 
There is now a new (well written) tutorial on using floats in pbLua.
Keep up the good work, Ralph!

]]></description>
			<content:encoded><![CDATA[<p>Ralph released yet another pbLua version - Beta 15a. The major change in this release is better support for floats (i.e. non-integer variables). </p>
<p>There is now a new (well written) <a href="http://www.hempeldesigngroup.com/lego/pbLua/tutorial/pbLuaFloatMath.html">tutorial</a> on using floats in pbLua.</p>
<p>Keep up the good work, Ralph!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nxtasy.org/2008/04/13/new-pblua-version-2/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
