<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>electricBricks&#187; nxtosek Archives  &#8211; electricbricks &#8211; Educación basada en LEGO</title>
	<atom:link href="http://blog.electricbricks.com/tag/nxtosek/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.electricbricks.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 09:23:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Segway</title>
		<link>http://blog.electricbricks.com/2009/11/segway/</link>
		<comments>http://blog.electricbricks.com/2009/11/segway/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 12:44:59 +0000</pubDate>
		<dc:creator>electricbricks</dc:creator>
				<category><![CDATA[NXC]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[NXT-G]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nxtosek]]></category>
		<category><![CDATA[robótica]]></category>
		<category><![CDATA[segway]]></category>

		<guid isPermaLink="false">http://blog.electricbricks.com/?p=2320</guid>
		<description><![CDATA[
El Segway es el primer aparato de transporte impulsado eléctricamente que mantiene su propio equilibrio. Con unas dimensiones inferiores al tamaño promedio de un cuerpo adulto y la habilidad de imitar el equilibrio humano, el Segway usa el mismo espacio que un peatón y puede ir a cualquier sitio por donde una persona puede andar. [...]]]></description>
			<content:encoded><![CDATA[<ul class="lang_switch"></ul>
<p><a href="http://blog.electricbricks.com/wp-content/uploads/segway.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/segway-120x130.jpg" alt="segway" title="segway" width="120" height="130" class="alignleft size-thumbnail wp-image-2333" /></a>El <a href="http://en.wikipedia.org/wiki/Segway">Segway</a> es el primer aparato de transporte impulsado eléctricamente que mantiene su propio equilibrio. Con unas dimensiones inferiores al tamaño promedio de un cuerpo adulto y la habilidad de imitar el equilibrio humano, el Segway usa el mismo espacio que un peatón y puede ir a cualquier sitio por donde una persona puede andar. Este vehículo permite ir más lejos, moverse más rápido y aumentar la cantidad de peso que puede cargar por los sitios por donde se anda normalmente.<span id="more-2320"></span></p>
<p><center><a href="http://blog.electricbricks.com/wp-content/uploads/segway_comercial.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/segway_comercial.jpg" alt="segway_comercial" title="segway_comercial" width="492" height="328" class="aligncenter size-full wp-image-2321" /></a></center></p>
<p>El segway puede modelizarse como el péndulo invertido, un problema clásico de control, un sistema no lineal e inestable en ausencia de control. Es necesaria la presencia de un control con objeto de estabilizar el sistema. El segway emplea sensores de inclinación, giróscopos y la electrónica necesaria para controlar el movimiento del vehículo.</p>
<p>Podemos encontrar varias implementaciones realizadas con LEGO que resuelven el problema de estabilidad. </p>
<p><center><a href="http://blog.electricbricks.com/wp-content/uploads/legway1.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/legway1.jpg" alt="legway1" title="legway1" width="214" height="192" class="aligncenter size-full wp-image-2322" /></a></center></p>
<p>Steve Hassenplug, creador del <a href="http://www.teamhassenplug.org/robots/legway/">LegWay</a> en el 2002, emplea un método de control diferente para mantener estable un robot que se sujeta sobre 2 ruedas. El vehículo fue construído con el LEGO MINDSTORMS RCX, pero el sistema de control estaba basado en la información de 2 sensores <a href="http://www.electricbricks.com/advanced_search_result.php?keywords=proximidad">EOPD</a> (Electro-Optical Proximity Detector), que devolvían la distancia de un punto concreto del vehículo al suelo. Esto proporcionaba una medida indirecta del ángulo de inclinación del vehículo y eliminaba la necesidad de uso de los giróscopos. El <a href="http://www.teamhassenplug.org/robots/legway/legway.c">programa</a> fue escrito en <a href="http://brickos.sourceforge.net/">BrickOS (LegOS)</a>.</p>
<p><center><a href="http://blog.electricbricks.com/wp-content/uploads/legway_light.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/legway_light.jpg" alt="legway_light" title="legway_light" width="330" height="216" class="aligncenter size-full wp-image-2325" /></a></center></p>
<p>A partir de la idea de Steve surgieron otras variantes, como la de James Matthews en el 2004, que basó la realimentación en función de la cantidad de luz recibida de dos sensores situados delante y detrás del vehículo. Con un código tan simple como el siguiente de <a href="http://blog.electricbricks.com/2009/10/nxc/">NQC</a> consiguió estabilizarlo durante 10-15 seg.</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#define SENSOR_3_THRESHOLD 49 // Valor a medir experimentalmente<br />
#define SENSOR_1_THRESHOLD 45 // Valor a medir experimentalmente<br />
<br />
task main () {<br />
&nbsp; SetSensor(SENSOR_1, SENSOR_LIGHT);<br />
&nbsp; SetSensor(SENSOR_3, SENSOR_LIGHT);<br />
&nbsp; SetPower(OUT_A+OUT_C, OUT_FULL);<br />
<br />
&nbsp; until(false) {<br />
&nbsp; &nbsp; if (SENSOR_1 &gt;= SENSOR_1_THRESHOLD) {<br />
&nbsp; &nbsp; &nbsp; OnFwd(OUT_A);<br />
&nbsp; &nbsp; &nbsp; OnRev(OUT_C);<br />
&nbsp; &nbsp; &nbsp; Wait(1);<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; if (SENSOR_3 &gt;= SENSOR_3_THRESHOLD) {<br />
&nbsp; &nbsp; &nbsp; OnRev(OUT_A);<br />
&nbsp; &nbsp; &nbsp; OnFwd(OUT_C);<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
}</div></td></tr></tbody></table></div>
<p><center><a href="http://blog.electricbricks.com/wp-content/uploads/segway_philo.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/segway_philo.jpg" alt="segway_philo" title="segway_philo" width="300" height="400" class="aligncenter size-full wp-image-2327" /></a></center></p>
<p>La inspiración del modelo de la fotografía anterior de Philippe Hurbain la proporcionó el Legway. El modelo de <a href="http://blog.electricbricks.com/2009/09/entrevista-philo/">Philo</a> se basa en el NXT y realimenta la posición con el sensor de luminosidad. Tiene varios vídeos en los que documenta el modelo estabilizado durante 1.5 minutos.</p>
<p>Podemos deducir la inclinación del robot a través del sensor de luminosidad teniendo en cuenta que existe una relación entre luminosidad y ángulo: partiendo de una posición de equilibrio se toma la medida de referencia de luminosidad. Si el robot se cae hacia el lado del sensor, es decir, se acerca el sensor al suelo, crece el valor de luminosidad y de este valor inferimos el ángulo. Para ajustar los parámetros es necesario raelizar una calibración previa. Debido a que el sistema es no lineal y la variación de la respuesta obtenida no es la misma dependiendo si el robot cae hacia uno u otro lado, se han dispuesto dos sensores, uno a cada lado del robot, y para el cálculo de la inclinación se hace uso de la lectura del sensor cuya luminosidad es mayor. Para que este sistema funcione debemos trabajar en unas condiciones de iluminación controladas, a la par que la superficie debe ser lo más homogénea posible. Es posible trabajar en condiciones distintas si implementamos un sistema adaptativo. Por ejemplo, si la lectura de ambos sensores crece, podemos encontrarnos en un sistema en el que la iluminación del entorno está aumentando o la superficie sobre la que nos movemos es más clara, por lo que deberemos de adaptar los umbrales de trabajo a esta nueva situación.</p>
<p>El programa fue escrito en NBC y para el desarrollo hizo uso de <a href="http://wiki.electricbricks.com/index.php/BricxCC">BricxCC</a>.<br />
Philo proporciona el <a href="http://www.philohome.com//nxtway/nxtway.nbc">código fuente</a> del modelo.</p>
<p>Basándose en los modelos anteriores de Steve Hassenplug y de Philippe Hurbain, Ryo Watanabe creó en el 2007 una nueva versión basada en el NXT y haciendo uso del giróscopo. En su <a href="http://web.mac.com/ryo_watanabe/iWeb/Ryo%27s%20Holiday/NXTway-G.html">página</a> documenta con todo detalle desde la estructura hasta la obtención de las ecuaciones que caracterizan al modelo.</p>
<p><center><a href="http://blog.electricbricks.com/wp-content/uploads/nxtway-g_ryo.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/nxtway-g_ryo.jpg" alt="nxtway-g_ryo" title="nxtway-g_ryo" width="225" height="300" class="aligncenter size-full wp-image-2328" /></a></center></p>
<p><a href="http://blog.electricbricks.com/2009/10/nxtosek/">nxtOSEK</a> proporciona el API en C para el NXTway-GS.</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dIdVl3c7HL8&#038;hl=es_ES&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dIdVl3c7HL8&#038;hl=es_ES&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
<p>Este otro modelo de <a href="http://www.youtube.com/user/CADORNABEACH">cadornabeach</a> descubre su inclinación mediante sensores de luminosidad y está demás controlado por un segundo NXT a través de bluetooth.</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/EX88uPodGqg&#038;hl=es_ES&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EX88uPodGqg&#038;hl=es_ES&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
<p>Aunque no lo hemos comentado, también es posible hacer uso del <a href="http://www.electricbricks.com/advanced_search_result.php?keywords=aceleracion">acelerómetro</a> y calcular la inclinación mediante trigonometría.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.electricbricks.com/2009/11/segway/&amp;Title=Segway" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;desc=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.electricbricks.com/2009/11/segway/&amp;submitHeadline=Segway&amp;submitSummary=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.electricbricks.com/2009/11/segway/&amp;t=Segway" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://blog.electricbricks.com/2009/11/segway/&amp;t=Segway" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Segway+-+http://b2l.me/anhhw+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Segway%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Segway%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://blog.electricbricks.com/2009/11/segway/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;summary=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20&amp;source=electricBricks" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.electricbricks.com/2009/11/segway/&amp;h=Segway" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20&amp;posturl=http://blog.electricbricks.com/2009/11/segway/&amp;posttitle=Segway" rel="nofollow" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.electricbricks.com/2009/11/segway/&amp;bm_description=Segway&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Segway&amp;link=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Segway&amp;url=http%3A%2F%2Fblog.electricbricks.com%2F2009%2F11%2Fsegway%2F&amp;desc=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20&amp;pcat=Technology&amp;tags=" rel="nofollow" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;body=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.electricbricks.com/2009/11/segway/&amp;lname=Segway" rel="nofollow" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.electricbricks.com/2009/11/segway/&amp;u_data[name]=Segway" rel="nofollow" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.electricbricks.com/2009/11/segway/&amp;bmtitle=Segway" rel="nofollow" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.electricbricks.com/2009/11/segway/&amp;t=Segway" rel="nofollow" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;body=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.electricbricks.com/2009/11/segway/&amp;T=Segway" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Segway&quot;+-+from+http://b2l.me/anhhw" rel="nofollow" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.electricbricks.com/2009/11/segway/+&quot;Segway&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;selection=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.electricbricks.com/2009/11/segway/&amp;type=Article&amp;title=Segway" rel="nofollow" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;body=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Segway&amp;u=http://blog.electricbricks.com/2009/11/segway/&amp;b=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;desc=El%20Segway%20es%20el%20primer%20aparato%20de%20transporte%20impulsado%20el%C3%A9ctricamente%20que%20mantiene%20su%20propio%20equilibrio.%20Con%20unas%20dimensiones%20inferiores%20al%20tama%C3%B1o%20promedio%20de%20un%20cuerpo%20adulto%20y%20la%20habilidad%20de%20imitar%20el%20equilibrio%20humano%2C%20el%20Segway%20usa%20el%20mismo%20espacio%20que%20un%20peat%C3%B3n%20y%20puede%20ir%20a%20cualquier%20sitio%20" rel="nofollow" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway&amp;popup=no" rel="nofollow" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Segway&amp;url=http://blog.electricbricks.com/2009/11/segway/" rel="nofollow" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://blog.electricbricks.com/2009/11/segway/&amp;title=Segway" rel="nofollow" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://blog.electricbricks.com/2009/11/segway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nxtOsek</title>
		<link>http://blog.electricbricks.com/2009/10/nxtosek/</link>
		<comments>http://blog.electricbricks.com/2009/10/nxtosek/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:15:40 +0000</pubDate>
		<dc:creator>Dani</dc:creator>
				<category><![CDATA[NXT]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[nxtosek]]></category>
		<category><![CDATA[robótica]]></category>

		<guid isPermaLink="false">http://blog.electricbricks.com/?p=1677</guid>
		<description><![CDATA[
En artículos anteriores hemos hablado de varios lenguajes de programación de alto nivel en modo texto para NXT como: Java (leJOS) o C (RobotC, NXC). Pues hoy queríamos mostraros otra alternativa para programar vuestro NXT con C, se trata de nxtOSEK.
nxtOSEK es una plataforma de código abierto para LEGO MINDSTORMS NXT. nxtOSEK consta de un [...]]]></description>
			<content:encoded><![CDATA[<ul class="lang_switch"></ul>
<p><a href="http://blog.electricbricks.com/wp-content/uploads/eclipse_image.jpg"><img src="http://blog.electricbricks.com/wp-content/uploads/eclipse_image-120x90.jpg" alt="eclipse_image" title="eclipse_image" width="120" height="90" class="alignleft size-thumbnail wp-image-1738" /></a>En artículos anteriores hemos hablado de varios lenguajes de programación de alto nivel en modo texto para NXT como: Java (<a href="http://blog.electricbricks.com/2009/10/lego-nxt-085-lejos-nxj/">leJOS</a>) o C (<a href="http://blog.electricbricks.com/2009/09/lenguajes-programacion-nxt/">RobotC</a>, <a href="http://blog.electricbricks.com/?s=nxc">NXC</a>). Pues hoy queríamos mostraros otra alternativa para programar vuestro NXT con C, se trata de nxtOSEK.<span id="more-1677"></span></p>
<p>nxtOSEK es una plataforma de código abierto para LEGO MINDSTORMS NXT. nxtOSEK consta de un controlador de dispositivo de LEJOS NXJ, con código fuente C/ensamblador.</p>
<p>nxtOsek ofrece:</p>
<p>- Entorno de programación ANSI C / C++, usando el conjunto de herramientas GCC; con API (Interfaz de Programación de Aplicaciones) en C y C++ para los sensores de NXT oficiales y fabricados por terceros, así como para los servomotores.</p>
<p>- Plataforma Eclipse CDT.</p>
<p>- Ejecución rápida y menos consumo de memoria<br />
nxtOSEK se ejecuta de manera nativa en el ARM7 (procesador del ladrillo) y por si sólo consume únicamente 10Kbytes.</p>
<p>Hay tres formas de cargar aplicaciónes nxtOSEK en el NXT </p>
<p>1. Usando la tecnología de firmware mejorado de  <a href="http://blog.electricbricks.com/?s=john+hansen">John Hansen</a> (varios programas de nxtOSEK pueden ser subidos a un NXT. Sin embargo, cada programa de nxtOSEK tiene que ser inferior a 64Kbytes) </p>
<p>2. Usando la BIOS del NXT (un único programa cargado en la memoria Flash de un máximo de 224Kbytes) </p>
<p>3. Arranque directo desde la memoria RAM (un único programa cargado en la memoria RAM con un máximo de 64Kbytes, no se escribe la memoria Flash) </p>
<p>Ofrece soporte oficial para Windows, y existe soporte NO-oficial para Linux, MacOSX no está soportado.<br />
Algunas de sus ventajas son su ligereza, el soporte para I2C y para RCX, y la posibilidad de usar archivos WAV para audio y BMP para imágenes, eliminando las limitaciones que existen en otros lenguajes. Tiene soporte para coma flotante. Permite conexión bluetooth con el ordenador, y conexión entre ladrillos, sin embargo esto último está limitado a una conexión simple entre 2 ladrillos (NO podemos conectar más de un ladrillo esclavo al ladrillo maestro).</p>
<p>Se trata, en definitiva, de un lenguaje apto para usuarios con unos conceptos mínimos de programación, principalmente en C y C++.</p>
<p>Fuente: <a href="http://lejos-osek.sourceforge.net/">nxtOsek</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;Title=nxtOsek" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;desc=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.electricbricks.com/2009/10/nxtosek/&amp;submitHeadline=nxtOsek&amp;submitSummary=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.electricbricks.com/2009/10/nxtosek/&amp;t=nxtOsek" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://blog.electricbricks.com/2009/10/nxtosek/&amp;t=nxtOsek" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=nxtOsek+-+http://b2l.me/anhkm+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22nxtOsek%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22nxtOsek%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://blog.electricbricks.com/2009/10/nxtosek/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;summary=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto&amp;source=electricBricks" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.electricbricks.com/2009/10/nxtosek/&amp;h=nxtOsek" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto&amp;posturl=http://blog.electricbricks.com/2009/10/nxtosek/&amp;posttitle=nxtOsek" rel="nofollow" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;bm_description=nxtOsek&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=nxtOsek&amp;link=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=nxtOsek&amp;url=http%3A%2F%2Fblog.electricbricks.com%2F2009%2F10%2Fnxtosek%2F&amp;desc=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto&amp;pcat=Technology&amp;tags=" rel="nofollow" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;body=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.electricbricks.com/2009/10/nxtosek/&amp;lname=nxtOsek" rel="nofollow" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.electricbricks.com/2009/10/nxtosek/&amp;u_data[name]=nxtOsek" rel="nofollow" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.electricbricks.com/2009/10/nxtosek/&amp;bmtitle=nxtOsek" rel="nofollow" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.electricbricks.com/2009/10/nxtosek/&amp;t=nxtOsek" rel="nofollow" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;body=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;T=nxtOsek" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;nxtOsek&quot;+-+from+http://b2l.me/anhkm" rel="nofollow" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.electricbricks.com/2009/10/nxtosek/+&quot;nxtOsek&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;selection=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;type=Article&amp;title=nxtOsek" rel="nofollow" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;body=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=nxtOsek&amp;u=http://blog.electricbricks.com/2009/10/nxtosek/&amp;b=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;desc=En%20art%C3%ADculos%20anteriores%20hemos%20hablado%20de%20varios%20lenguajes%20de%20programaci%C3%B3n%20de%20alto%20nivel%20en%20modo%20texto%20para%20NXT%20como%3A%20Java%20%28leJOS%29%20o%20C%20%28RobotC%2C%20NXC%29.%20Pues%20hoy%20quer%C3%ADamos%20mostraros%20otra%20alternativa%20para%20programar%20vuestro%20NXT%20con%20C%2C%20se%20trata%20de%20nxtOSEK.%0D%0A%0D%0AnxtOSEK%20es%20una%20plataforma%20de%20c%C3%B3digo%20abierto" rel="nofollow" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek&amp;popup=no" rel="nofollow" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=nxtOsek&amp;url=http://blog.electricbricks.com/2009/10/nxtosek/" rel="nofollow" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://blog.electricbricks.com/2009/10/nxtosek/&amp;title=nxtOsek" rel="nofollow" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://blog.electricbricks.com/2009/10/nxtosek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://blog.electricbricks.com/wp-content/plugins/wp-mystat/mystat.php?act=time_load&id=486942&rnd=615277618" /></channel>
</rss>
