<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Robotics Technology</title>
	
	<link>http://robotics.penyet.net</link>
	<description>Robotics: Robotics news, robotics articles, robotics for kids, robots kits, robotics tutorial</description>
	<lastBuildDate>Mon, 02 Nov 2009 14:35:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/roboticspenyetnet" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>H-Bridge, the motor driver for your robots</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/Ff3zYyBP5cA/h-bridge-the-motor-driver-for-your-robots.html</link>
		<comments>http://robotics.penyet.net/electronics/h-bridge-the-motor-driver-for-your-robots.html#comments</comments>
		<pubDate>Mon, 02 Nov 2009 14:35:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Mechanics]]></category>
		<category><![CDATA[actuator]]></category>
		<category><![CDATA[electronic]]></category>
		<category><![CDATA[h-bridge]]></category>
		<category><![CDATA[mechanical]]></category>
		<category><![CDATA[Motor Driver]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=320</guid>
		<description><![CDATA[H-Bridge is an  electronic circuit  which will control the mechanical of the robot.
The H-Bridge is the link between digital circuitry and mechanical action. The computer sends out binary commands, and high powered actuators do stuff. Most often H-bridges are used to control rotational direction of DC motors. And unless you buy a potentially [...]]]></description>
			<content:encoded><![CDATA[<p>H-Bridge is an <strong><a title="circuit" href="http://circuitdiagram.net/"> electronic circuit </a></strong> which will control the mechanical of the robot.</p>
<p>The <strong>H-Bridge</strong> is the link between digital circuitry and mechanical action. The computer sends out binary commands, and high powered actuators do stuff. Most often H-bridges are used to control rotational direction of DC motors. And unless you buy a potentially expensive <strong>motor-driver</strong>, you need an H-bridge to control any robot with a motor.</p>
<p>This is a quickly sketched H-Bridge circuit  with supporting circuitry.</p>
<p style="text-align: center;"><a title="H-Bridge schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=klz1257171969u.jpg" target="_blank"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/klz1257171969u.jpg" border="0" alt="H-Bridge circuit diagram" title="H Bridge, the motor driver for your robots" /></a></p>
<p>First lets talk about what a transistor is. These nifty chips revolutionized the electronics industry and you would be hardpressed to find something electronic that does not have at least a few thousand of these in them. So what do they do? They can control a flow of electrons by applying a voltage to them. The plumbing equivalent would be a water valve. By rotating the valve, a very large flow of water can easily be controlled.<br />
<span id="more-320"></span></p>
<p style="text-align: center;"><img class="aligncenter" title="H Bridge for your robot" src="http://www.societyofrobots.com/images/schematics_transistor.jpg" alt="MOSFET, Transistor" /></p>
<p>There are several types of transistors, such as the <strong>PNP</strong> and <strong>NPN</strong>, but for sake of making your life easy I will only talk about a <a href="http://www.societyofrobots.com/electronics_advanced_components_tutorial.shtml#mosfet" target="_blank">MOSFET</a> (Metal-Oxide Semiconductor Field Effect Transistor). These neat things have only been around for a decade or two, but are way better than the more traditional transistor. First they are more efficient. They are easier to calculate mathwise. Plus they usually have built in protection diodes so you don’t need to add them in later. They even have PWM (explained later) optimized MOSFET’s.</p>
<p>So to operate a MOSFET, you apply a voltage to the <strong>gate</strong> (from your <strong>microcontroller</strong>), and suddenly a current of electrons passes through the other two pins. Connect a motor (M) in line with one of the pins and your robot is set to go. In the above schematic you will notice the letters <strong>A</strong> and <strong>B</strong>. These are your two control lines which you apply this logic voltage to. Since you have two pins, and only a binary control, there are four possible things that can happen.</p>
<p><strong>A</strong>=0 <strong>B</strong>=0 : Nothing happens, the motor is turned off<br />
<strong>A</strong>=1 <strong>B</strong>=0 : Motor rotates clockwise<br />
<strong>A</strong>=0 <strong>B</strong>=1 : Motor rotates counterclockwise<br />
<strong>A</strong>=1 <strong>B</strong>=1 : Your circuit explodes into pretty sparks</p>
<p>Here is a ghetto visual graphic of the H-bridge logic chart:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://schematics.circuitdiagram.net/images/cqs1257172259n.jpg" alt="H Bridge for your robot" title="H Bridge, the motor driver for your robots" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://schematics.circuitdiagram.net/images/bfi1257172043i.jpg" alt="H-Bridge B" title="H Bridge, the motor driver for your robots" /></p>
<p>So now lets talk about how to operate the MOSFET’s. Basically all you need to do is attach the gate to your <strong>digital output</strong> of your controller. When the digital output is turned on, 5V will be applied to the gate, turning the MOSFET on. However it is better to <strong>amplify</strong> that 5V to a value higher and I will explain why. The gate voltage controls the MOSFET internal resistance. Zero voltage makes the resistance too high for it to work. A very high voltage has a very low resistance. Resistance leads to loss of energy thermally. This means your MOSFET will heat up and possibly burn out. Take a look at the MOSFET picture above and you will notice my finger print in it. That is what happens when you touch a hot MOSFET – pain! So although you do not need to amplify the gate voltage, it is best to do so. You should also put a <strong>heat sink</strong> on it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://schematics.circuitdiagram.net/images/arx1257172344h.gif" alt="Square Wave for Pulse Width Modulation PWM" title="H Bridge, the motor driver for your robots" /></p>
<p>Ok so what if you want <strong>speed control</strong>, and not just an on/off switch? <strong>PWM</strong>! Pulse width modulation. PWM is when you send a <strong>square wave</strong> at a certain frequency to control the MOSFET as shown above. Basically you are telling your controller to turn on and off the motor at very high rates. So through inductance the motor is neither fully on or fully off, but somewhere in between. Such as at a slower speed. Also a note that <strong>motor torque</strong>, under PWM, remains the same whether fully on or only a percentage on. However, varying voltage for speed control reduces torque. So with PWM you have maximum torque yet slower speeds! You will have to experiment with wave length for both on and off periods, as well as frequency, to optimize your speed control. But a guess usually works.</p>
<p>Make sure the MOSFET you have has built in <strong>protection diodes</strong>. If not, install them on your circuit as shown. This is to prevent back currents from your DC motor. Also do not forget to put a small capacitor across the leads on your motor to reduce <strong><a title="electronic" href="http://electropart.info/" target="_blank">electronic</a></strong> noise and increase motor life. You might also want to refer to the tutorial on robot power regulation to help you design a better power source for your H-bridge.</p>
<p>It is also recommended to put a slow blow fuse after the <strong><a title="power supply circuit" href="http://pwersupplyadapter.blogspot.com">power supply</a></strong>, resistors of a few 100 ohms on the gate logic, and the additional capacitors on your circuit as shown. This will prevent melting, large voltage surges, and high frequency emission.</p>
<p>taken from societyofrobotics.com</p>

<p><a href="http://feedads.g.doubleclick.net/~a/lv4JyV7whgWyPiRD0tmgAxxbR3A/0/da"><img src="http://feedads.g.doubleclick.net/~a/lv4JyV7whgWyPiRD0tmgAxxbR3A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lv4JyV7whgWyPiRD0tmgAxxbR3A/1/da"><img src="http://feedads.g.doubleclick.net/~a/lv4JyV7whgWyPiRD0tmgAxxbR3A/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/Ff3zYyBP5cA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/electronics/h-bridge-the-motor-driver-for-your-robots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/electronics/h-bridge-the-motor-driver-for-your-robots.html</feedburner:origLink></item>
		<item>
		<title>Morphogenetic robotics</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/X-HMrYxqHxI/morphogenetic-robotics.html</link>
		<comments>http://robotics.penyet.net/article/morphogenetic-robotics.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 07:38:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Research Area]]></category>
		<category><![CDATA[biological robot]]></category>
		<category><![CDATA[epigenetic robotics]]></category>
		<category><![CDATA[modular robots]]></category>
		<category><![CDATA[Morphogenetic robotics]]></category>
		<category><![CDATA[swarm robotics]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=318</guid>
		<description><![CDATA[ 
Morphogenetic robotics generally refers to the methodologies that address challenges in robotics inspired by biological morphogenesis. Morphogenetic robotics includes, but is not limited to the following main topics:

Morphogenetic swarm robotics that deals with the self-organization of multi-robots using genetic and cellular mechanisms governing the biological early morphogenesis;
Morphogenetic modular robots where modular robots adapt their [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/-G66iL__VdA"><param name="movie" value="http://www.youtube.com/v/-G66iL__VdA" /></object> </p>
<p>Morphogenetic robotics generally refers to the methodologies that address challenges in robotics inspired by biological morphogenesis. Morphogenetic robotics includes, but is not limited to the following main topics:</p>
<ul>
<li>Morphogenetic <a title="swarm robotics" href="http://robotechno.us/search/swarm+robotics"><strong>swarm robotics</strong></a> that deals with the self-organization of multi-robots using genetic and cellular mechanisms governing the biological early morphogenesis;</li>
<li>Morphogenetic modular robots where modular robots adapt their configuration autonomously using morphogenetic principles;</li>
<li>Developmental approaches to the design of the body plan of robots, such as sensors and actuators, as well as the design of the controller, e.g., a neural controller using a generative coding gene regulatory network model </li>
</ul>
<p><span id="more-318"></span>Morphogenetic <a title="technology of robotics" href="http://robotechno.us"><strong>robotics</strong></a> is related to, but differs from, epigenetic robotics. The main difference between morphogenetic robotics and epigenetic robotics is that the former focuses on self-organization, self-reconfiguration, self-assembly and self-adaptive control of <a href="http://robotics.penyet.net" title="robots technlogy"><strong>robots</strong></a> using genetic and cellular mechanisms inspired from biological early morphogenesis (activity-independent development), during which the body and controller of the organisms are developed simultaneously, whereas the latter emphasizes the development of robots&#8217; cognitive capabilities, such as language, emotion and social skills, through experience during the lifetime (activity-dependent development). Morphogenetic robotics is closely connected to developmental biology and systems biology, whilst <a title="epigenetic robotics" href="http://robotics.penyet.net/search/epigenetic+robotics"><strong>epigenetic robotics</strong></a> is related to developmental cognitive neuroscience emerged from cognitive science, developmental psychology and neuroscience.</p>
<p>Source:<a href="http://en.wikipedoia.org"> Wikipedia</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/sg6yPyVnVv8eJO0E62GL_MVEM28/0/da"><img src="http://feedads.g.doubleclick.net/~a/sg6yPyVnVv8eJO0E62GL_MVEM28/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sg6yPyVnVv8eJO0E62GL_MVEM28/1/da"><img src="http://feedads.g.doubleclick.net/~a/sg6yPyVnVv8eJO0E62GL_MVEM28/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/X-HMrYxqHxI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/article/morphogenetic-robotics.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/article/morphogenetic-robotics.html</feedburner:origLink></item>
		<item>
		<title>Nao Robots playing football</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/np3kyjSZpZk/nao-robots-playing-football.html</link>
		<comments>http://robotics.penyet.net/article/nao-robots-playing-football.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 02:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[humanoid robot]]></category>
		<category><![CDATA[nao robot]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=309</guid>
		<description><![CDATA[
 
Check above youtube video&#8230; that&#8217;s Nao Robots playing football. They have ability to detect the ball, kick the ball and when they are falling down to the floor, they could standing up their self&#8230;
Nao is definitely one of the coolest humanoids around that stands a chance of making it into households as a real [...]]]></description>
			<content:encoded><![CDATA[<p align="center">
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/A2dRkd6tGu0"><param name="movie" value="http://www.youtube.com/v/A2dRkd6tGu0" /></object> </p>
<p>Check above <a href="http://youtube.com">youtube</a> video&#8230; that&#8217;s Nao Robots playing football. They have ability to detect the ball, kick the ball and when they are falling down to the floor, they could standing up their self&#8230;</p>
<p>Nao is definitely one of the coolest humanoids around that stands a chance of making it into households as a real product. Aldebaran envisions it as &#8220;an autonomous family companion.&#8221;</p>
<p>Fully programmable, the 23-inch bot boasts 25 degrees of freedom, affording it an impressive range of motion. Check it out in Nao&#8217;s new promo vid after the jump.</p>
<p>Nao can grasp objects with its prehensile hands; process image and sound data; and navigate its environment using its sonars. Multimedia features include high-fi speakers, microphones, and CMOS <a title="digital camera review" href="http://digicam.penyet.net" target="_blank">digital cameras</a>.</p>
<p>The biped runs on an x86 AMD Geocode 500 MHz CPU, 256MB SDRAM, 2GB flash memory, and lithium polymer batteries that last about 90 minutes per charge.</p>
<p><span id="more-309"></span>With striking similarities to Sony&#8217;s discontinued Qrio humanoid, you&#8217;d think Nao was made in Japan. Pas du tout. Aldebaran is based in Paris, though Nao can only speak English.</p>
<p>Nao <a title="robotics technology" href="http://robotics.penyet.net">robots</a> is for sell, one robot﻿ costs about 10.000 €. Do you have a plan to own this Nao robot..?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/DMFSEvILISJs3Uxq2Hb9o-KOEJU/0/da"><img src="http://feedads.g.doubleclick.net/~a/DMFSEvILISJs3Uxq2Hb9o-KOEJU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DMFSEvILISJs3Uxq2Hb9o-KOEJU/1/da"><img src="http://feedads.g.doubleclick.net/~a/DMFSEvILISJs3Uxq2Hb9o-KOEJU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/np3kyjSZpZk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/article/nao-robots-playing-football.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/article/nao-robots-playing-football.html</feedburner:origLink></item>
		<item>
		<title>Theme Animation Video Abu Robocon 2010</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/s1ln9tRv_mo/theme-animation-video-abu-robocon-2010.html</link>
		<comments>http://robotics.penyet.net/robot-competition/theme-animation-video-abu-robocon-2010.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:25:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Robot Competition]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[abu robocon]]></category>
		<category><![CDATA[abu robocon 2010]]></category>
		<category><![CDATA[abu robocon 2010 theme]]></category>
		<category><![CDATA[robot contest]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=303</guid>
		<description><![CDATA[China wins in ABU Robocon 2010 with theirvery great robots. It&#8217;s time for ABU Robocon 2010 prereparation.   . This robot contest will be held in Cairo, Egypt with  theme &#8220;Where Robot Meets Civilization Land&#8220;.
The video animation rule for ABU Robocon 2010 is here:


You can download the video in MP4 format HERE.
Prepare your [...]]]></description>
			<content:encoded><![CDATA[<p>China wins in ABU Robocon 2010 with their<a href="http://robotechno.us/abu-robocon-2009-result.html">very great robots</a>. It&#8217;s time for <a title="abu robocon" href="http://robotics.penyet.net/search/abu+robocon">ABU Robocon</a> 2010 prereparation. <img src='http://robotics.penyet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Theme Animation Video Abu Robocon 2010" />  . This <a title="robotics technology" href="http://robotics.penyet.net">robot</a> contest will be held in Cairo, Egypt with  theme &#8220;<em>Where Robot Meets Civilization Land</em>&#8220;.<br />
The video animation rule for ABU Robocon 2010 is here:</p>
<p align="center"><object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/QsrQWioWUY0"><param name="movie" value="http://www.youtube.com/v/QsrQWioWUY0" /></object>
</p>
<p>You can download the video in MP4 format <strong><a target="_blank" title="abu robocon 20010 theme" href="http://myfilehost.us/dll/213p6a">HERE</a>.</strong><br />
Prepare your self for next battle&#8230; <img src='http://robotics.penyet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Theme Animation Video Abu Robocon 2010" /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/nNl0knoDsZO92iHNmv1r5nypmQ8/0/da"><img src="http://feedads.g.doubleclick.net/~a/nNl0knoDsZO92iHNmv1r5nypmQ8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nNl0knoDsZO92iHNmv1r5nypmQ8/1/da"><img src="http://feedads.g.doubleclick.net/~a/nNl0knoDsZO92iHNmv1r5nypmQ8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/s1ln9tRv_mo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-competition/theme-animation-video-abu-robocon-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/robot-competition/theme-animation-video-abu-robocon-2010.html</feedburner:origLink></item>
		<item>
		<title>Making a Ramen Food with Robotics Arm</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/RJZpkwTlS7Y/making-a-ramen-food-with-robotics-arm.html</link>
		<comments>http://robotics.penyet.net/technology/making-a-ramen-food-with-robotics-arm.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 04:18:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Research Area]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[robotic arm]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=301</guid>
		<description><![CDATA[Here the Robotic arm which used to make a ramen (one of japanese food)&#8230; the movement is so great&#8230; Robotics is now support the restaurant..  

]]></description>
			<content:encoded><![CDATA[<p>Here the <strong><a title="robotic arm" href="http://robotechno.us/robotic-arms-and-robotics.html">Robotic arm</a> </strong>which used to make a ramen (one of japanese food)&#8230; the movement is so great&#8230; <a title="robotics technology" href="http://robotics.penyet.net">Robotics</a> is now support the restaurant.. <img src='http://robotics.penyet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Making a Ramen Food with Robotics Arm" /> </p>
<p align="center"><object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/5sVOSlUn7e0"><param name="movie" value="http://www.youtube.com/v/5sVOSlUn7e0" /></object></p>

<p><a href="http://feedads.g.doubleclick.net/~a/bK9pHmc9dE5fLHwrQI2J6_b0OXA/0/da"><img src="http://feedads.g.doubleclick.net/~a/bK9pHmc9dE5fLHwrQI2J6_b0OXA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bK9pHmc9dE5fLHwrQI2J6_b0OXA/1/da"><img src="http://feedads.g.doubleclick.net/~a/bK9pHmc9dE5fLHwrQI2J6_b0OXA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/RJZpkwTlS7Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/technology/making-a-ramen-food-with-robotics-arm.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/technology/making-a-ramen-food-with-robotics-arm.html</feedburner:origLink></item>
		<item>
		<title>Robotics and Human Responsibility</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/3rI3_yuvIFo/robotics-and-human-responsibility.html</link>
		<comments>http://robotics.penyet.net/article/robotics-and-human-responsibility.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 04:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[isaac asimov]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=298</guid>
		<description><![CDATA[This is the futher explanation about statement &#8220;Three Laws Of Robotics&#8221; by Isaac Asimov.
_________________
When the legendary science fiction writer Isaac Asimov penned the &#8220;Three Laws of Responsible Robotics,&#8221; he forever changed the way humans think about artificial intelligence, and inspired generations of engineers to take up robotics.
In the current issue of journal IEEE Intelligent Systems, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="isaac asimov" href="http://schematics.circuitdiagram.net/viewer.php?id=bfi1248926833g.jpg" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/bfi1248926833g.jpg" border="0" alt="isaac asimov" hspace="5" width="213" height="284" align="left" title="Robotics and Human Responsibility" /></a>This is the futher explanation about statement &#8220;Three Laws Of Robotics&#8221; by Isaac Asimov.</p>
<p>_________________</p>
<p>When the legendary science fiction writer Isaac Asimov penned the &#8220;<a title="isaac asimov, three law of robotics" href="http://robotechno.us/three-laws-of-robotics-by-isaac-asimov.html" target="_blank">Three Laws</a> of Responsible Robotics,&#8221; he forever changed the way humans think about artificial intelligence, and inspired generations of engineers to take up robotics.</p>
<p>In the current issue of journal IEEE Intelligent Systems, two engineers propose alternative laws to rewrite our future with robots.</p>
<p>The future they foresee is at once safer, and more realistic.</p>
<p>&#8220;When you think about it, our cultural view of robots has always been anti-people, pro-robot,&#8221; explained David Woods, professor of integrated systems engineering at Ohio State University. &#8220;The philosophy has been, &#8217;sure, people make mistakes, but robots will be better &#8212; a perfect version of ourselves.&#8217; We wanted to write three new laws to get people thinking about the human-robot relationship in more realistic, grounded ways.&#8221;</p>
<p>Asimov&#8217;s laws are iconic not only among engineers and science fiction enthusiasts, but the general public as well. The laws often serve as a starting point for discussions about the relationship between humans and robots.</p>
<p><span id="more-298"></span>But while evidence suggests that Asimov thought long and hard about his laws when he wrote them, Woods believes that the author did not intend for engineers to create robots that followed those laws to the letter.</p>
<p>&#8220;Go back to the original context of the stories,&#8221; Woods said, referring to Asimov&#8217;s I, Robot among others. &#8220;He&#8217;s using the three laws as a literary device. The plot is driven by the gaps in the laws &#8212; the situations in which the laws break down. For those laws to be meaningful, robots have to possess a degree of social intelligence and moral intelligence, and Asimov examines what would happen when that intelligence isn&#8217;t there.&#8221;</p>
<p>&#8220;His stories are so compelling because they focus on the gap between our aspirations about robots and our actual capabilities. And that&#8217;s the irony, isn&#8217;t it? When we envision our future with robots, we focus on our hopes and desires and aspirations about robots &#8212; not reality.&#8221;</p>
<p>In reality, engineers are still struggling to give robots basic vision and language skills. These efforts are hindered in part by our lack of understanding of how these skills are managed in the human brain. We are far from a time when humans may teach robots a moral code and responsibility.</p>
<p>Woods and his coauthor, Robin Murphy of Texas A&amp;M University, composed three laws that put the responsibility back on humans.</p>
<p>Woods directs the Cognitive Systems Engineering Laboratory at Ohio State, and is an expert in automation safety. Murphy is the Raytheon Professor of Computer Science and Engineering at Texas A&amp;M, and is an expert in both rescue robotics and human-robot interaction.</p>
<p>Together, they composed three laws that focus on the human organizations that develop and deploy robots. They looked for ways to ensure high safety standards.</p>
<p>Here are Asimov&#8217;s original three laws:</p>
<ul>
<li> A robot may not injure a human being, or through inaction, allow a human being to come to harm.</li>
<li>A robot must obey orders given to it by human beings, except where such orders would conflict with the First Law.</li>
<li>A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.</li>
</ul>
<p>And here are the three new laws that Woods and Murphy propose:</p>
<ul>
<li> * A human may not deploy a robot without the human-robot work system meeting the highest legal and professional standards of safety and ethics.</li>
<li>A robot must respond to humans as appropriate for their roles.</li>
<li>A robot must be endowed with sufficient situated autonomy to protect its own existence as long as such protection provides smooth transfer of control which does not conflict with the First and Second Laws.</li>
</ul>
<p>The new first law assumes the reality that humans deploy robots. The second assumes that robots will have limited ability to understand human orders, and so they will be designed to respond to an appropriate set of orders from a limited number of humans.</p>
<p>The last law is the most complex, Woods said.</p>
<p>&#8220;Robots exist in an open world where you can&#8217;t predict everything that&#8217;s going to happen. The robot has to have some autonomy in order to act and react in a real situation. It needs to make decisions to protect itself, but it also needs to transfer control to humans when appropriate. You don&#8217;t want a robot to drive off a ledge, for instance &#8212; unless a human needs the robot to drive off the ledge. When those situations happen, you need to have smooth transfer of control from the robot to the appropriate human,&#8221; Woods said.</p>
<p>&#8220;The bottom line is, robots need to be responsive and resilient. They have to be able to protect themselves and also smoothly transfer control to humans when necessary.&#8221;</p>
<p>Woods admits that one thing is missing from the new laws: the romance of Asimov&#8217;s fiction &#8212; the idea of a perfect, moral robot that sets engineers&#8217; hearts fluttering.</p>
<p>&#8220;Our laws are little more realistic, and therefore a little more boring,&#8221; he laughed.</p>
<p>source: sciencedaily.com</p>

<p><a href="http://feedads.g.doubleclick.net/~a/E3vT1tncCLJ6Py8Qi8wxiyi80lI/0/da"><img src="http://feedads.g.doubleclick.net/~a/E3vT1tncCLJ6Py8Qi8wxiyi80lI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/E3vT1tncCLJ6Py8Qi8wxiyi80lI/1/da"><img src="http://feedads.g.doubleclick.net/~a/E3vT1tncCLJ6Py8Qi8wxiyi80lI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/3rI3_yuvIFo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/article/robotics-and-human-responsibility.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/article/robotics-and-human-responsibility.html</feedburner:origLink></item>
		<item>
		<title>Tiny Line Follower Robot</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/p0rDx9WA3Tc/tiny-line-follower-robot.html</link>
		<comments>http://robotics.penyet.net/robot-tutorial/tiny-line-follower-robot.html#comments</comments>
		<pubDate>Sun, 07 Jun 2009 23:43:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[atmega8]]></category>
		<category><![CDATA[Line Follower]]></category>
		<category><![CDATA[line tracker]]></category>
		<category><![CDATA[photo detector]]></category>
		<category><![CDATA[tiny robot]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=296</guid>
		<description><![CDATA[
This line follower robot is very small and simple. This robot is running fast and follow the line very smoothly. You may see the video here.
Mechanics

All mechanical and electrical parts are mounted on a proto board, and it also constitutes the chasis.
The line following robot is upheld in three points of two driving wheels and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=klz1244432929g.jpeg" target="_blank"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/klz1244432929g.jpeg" border="0" alt="Tiny Line Follower Robot" width="250" height="173" title="Tiny Line Follower Robot" /></a></p>
<p>This line follower <a title="robotics" href="http://robotics.penyet.net">robot</a> is very small and simple. This <a title="all about robotics" href="http://robotechno.us" target="_blank">robot</a> is running fast and follow the line very smoothly. You may <a href="http://www.youtube.com/watch?v=-WJpwh9k_p0" target="_blank">see the video here</a>.</p>
<p><strong>Mechanics</strong></p>
<p style="text-align: center;"><a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=bwy1244433045d.jpeg" target="_blank"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/bwy1244433045d.jpeg" border="0" alt="Tiny Line Follower Robot mecanism" title="Tiny Line Follower Robot" /></a></p>
<p>All mechanical and <a title="electronics" href="http://electropart.info" target="_blank">electrical</a> parts are mounted on a proto board, and it also constitutes the chasis.</p>
<p><span id="more-296"></span>The <a title="line follower robot" href="http://robotics.penyet.net/tag/line-follower">line following robot</a> is upheld in three points of two driving wheels and a free wheel. The driving wheels are made with a 7 mm dia ball bearing and a rubber tire. The free wheel is a 5 mm dia ball bearing attached loosely. To drive driving wheels, two tiny vibration motors that used for cellular <a title="cell phone reviews" href="http://phonecell.penyet.net" target="_blank">phone</a>, pager or any mobile equipment are used. Its shaft is pressed onto the tire with a spring plate, the output torque is transferred to the wheels.</p>
<p>The steearing mechanism is realized in differential drive that steear the robot by difference in rotation speed between the left wheel and the right wheel. It does not require any additional actuator, only controling the wheel speed will do.</p>
<div class="para">
<h4>Electronics</h4>
<table id="spec" class="lst" border="0">
<tbody>
<tr>
<td>Controller</td>
<td>ATmega8 (Atmel)</td>
</tr>
<tr>
<td>Line sensor</td>
<td>Six photo-reflectors</td>
</tr>
<tr>
<td>Power supply</td>
<td>Two CR2032 lithium cells<br />
<small>(One is for controller, the other is for motors)</small></td>
</tr>
<tr>
<td>Motor</td>
<td>Two micromotors for left wheel and right wheel</td>
</tr>
<tr>
<td>Dimensions</td>
<td>45(L), 33(W), 12.5(H) [mm]</td>
</tr>
<tr>
<td>Weight</td>
<td>15 grams <small>(Body:8g, Cells:7g)</small></td>
</tr>
<tr>
<td>Performance</td>
<td>53 centimeter per second at oval course</td>
</tr>
</tbody>
</table>
<p>An Atmel ATmega8 is used for the controller and it is powered by a lithium coin cell. The other lithium coin cell is for only motors. Separating the <a title="power supply adapter" href="http://powersupplyadapter.blogspot.com" target="_blank">power supply</a> into two cells is to avoid accidental reset of the microcontroller due to voltage dip by motor start current. Six photo-reflectors are mounted at front end of the chasis. They sense reflection rate of the floor under them. Motors are driven in PWM to control rotation speed lineary.</div>
<p><strong><br />
Line detector and Photo reflector</strong></p>
<p style="text-align: left;"><a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=cqs1244433127i.png" target="_blank"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/cqs1244433127i.png" border="0" alt="Line detector and Photo reflector" title="Tiny Line Follower Robot" /></a><br />
To detect a line to be followed, most contestants are using two or more number of poto-reflectors. Its output current that proportional to reflection rate of the floor is converted to voltage with a resister and tested it if the line is detected or not. However the threshold voltage cannot be fixed to any level because optical current by ambent light is added to the output current like the image shown right.</p>
<p>Most photo-detecting modules for industrial use are using modurated light to avoid interference by the ambient light. The detected signal is filtered with a band pass filter and disused signals are filtered out. Therefore only the modurated signal from the light emitter can be detected. Of course the detector must not be saturated by ambient light, this is effective when the detector is working in linear region.</p>
<p>In this project, pulsed light is used to cancel ambient light. This is suitable for arraied sensors that scanned in sequence to avoid interference from next sensor. The microcontroller starts to scan the sensor status, sample an output voltage, turn on LED and sample again the output voltage. The difference between the two samples is the optical current by LED, output voltage by the ambient light is canceled. The other sensors are also scanned the same avobe in sequence.</p>
<p><strong>Line Detection Signal Processing</strong></p>
<p style="text-align: center;"><a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=arx1244433062s.png" target="_blank"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/arx1244433062s.png" border="0" alt="line detection signal" title="Tiny Line Follower Robot" /></a></p>
<p>Right image shows the actual line posisiton vs detected line position in center value of 640. The microcontroller scans six sensors and calcurates the line position by output ratio of two sensors near the line. Thus the line position can be detected lineary with only six sensors. All the sensor outputs are captured as analog value that proportioning to reflection ratio, and the sensitivity have variety between each one of them. In this system, to remove the variations from the outputs, calibration parameters for each sensor can be held into non-volatile memory. This can be done with online mode. The microcontroler enters the online mode when an ISP cable is attached, and it can be controlled with a terminal program in serial format of N81 38.4kbps. S1 command monitors sensor values, and S2 command calibrates variation of sensor gain on the reference surface (white paper). The ATmega8 must be set to 8MHz internal osc.</p>
<p><strong>Tracking Control</strong></p>
<p style="text-align: center;"><a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=arx1244433159i.png" target="_blank"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/arx1244433159i.png" border="0" alt="line tracker robot" title="Tiny Line Follower Robot" /></a></p>
<p>The line position is compeared to the center value to be tracked, the position error is processed with Proportional/Integral/Diffence filters to generate steering command. The line folloing robot tracks the line in PID control that the most popular argolithm for servo control.</p>
<p>The proportional term is the commom process in the servo system. It is only a gain amplifire without time dependent process. The differencial term is applied in order to improve the responce to disturbance, and it also compensate phase lag at the controled object. The D term will be required in most case to stabilize tracking motion. The I term is not used in this project from following resons. The I term that boosts DC gain is applied in order to remove left offset error, however, it often decrease servo stability due to its phase lag. The line following operation can ignore such tracking offset so that the I term is not required.</p>
<p>When any line sensing error has occured for a time due to getting out of line or end of line, the motors are stopped and the microcontroller enters sleep state of zero power consumption.<br />
<strong>Notes:</strong><br />
<a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=arx1244433171t.jpeg" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/arx1244433171t.jpeg" border="0" alt="Tiny Line Follower Robot" align="right" title="Tiny Line Follower Robot" /></a></p>
<ul>
<li><a href="http://elm-chan.org/works/ltc/dev.html">Development diary [Ja]</a></li>
<li><a href="http://elm-chan.org/works/ltc/ltc.png">Circuit diagram</a></li>
<li><a href="http://elm-chan.org/works/ltc/ltcsrc.zip">Firmware</a> <small>May 23, 2004</small></li>
<li><a href="http://members.jcom.home.ne.jp/felm/ltc_p.mpg">Following motion with only P control</a><br />
This is a video file of line following motion with only P control. The servo system oscllated.</li>
<li><a href="http://members.jcom.home.ne.jp/felm/ltc_pd.mpg">Following motion with P and D controls</a><br />
Adding D control could improve the servo stability. The robot follows the line correctly. Therefore the servo parameter must be optimized for mechanical characterristics to improve the tracking stability.</li>
</ul>
<p>Source: elm-chan.org</p>

<p><a href="http://feedads.g.doubleclick.net/~a/HFR8OhTlJbvTgH3mHxrF1IVif40/0/da"><img src="http://feedads.g.doubleclick.net/~a/HFR8OhTlJbvTgH3mHxrF1IVif40/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HFR8OhTlJbvTgH3mHxrF1IVif40/1/da"><img src="http://feedads.g.doubleclick.net/~a/HFR8OhTlJbvTgH3mHxrF1IVif40/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/p0rDx9WA3Tc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-tutorial/tiny-line-follower-robot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://members.jcom.home.ne.jp/felm/ltc_p.mpg" length="593924" type="video/mpeg" />
<enclosure url="http://members.jcom.home.ne.jp/felm/ltc_pd.mpg" length="653316" type="video/mpeg" />
		<feedburner:origLink>http://robotics.penyet.net/robot-tutorial/tiny-line-follower-robot.html</feedburner:origLink></item>
		<item>
		<title>3 in 1 Robot Tutorial</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/BhUOQTyXpV4/3-in-1-robot-tutorial.html</link>
		<comments>http://robotics.penyet.net/robot-tutorial/3-in-1-robot-tutorial.html#comments</comments>
		<pubDate>Sun, 24 May 2009 02:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[Line Follower]]></category>
		<category><![CDATA[Obstacle Avoider]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[Victim Finder]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=294</guid>
		<description><![CDATA[
Built based on PIC microcontroller, this robot has multi functions, you might use this robot for several objectives.
The robot&#8217;s objectives are the following:
1. Follow a line with sharp turns
2. Maneuver through breaks in the line
3. Detect obstacles and manuever around them
4. Identify colors to be able to locate green and aluminum victims.
You can find the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Easy Image Hosting" href="http://images.myfilehost.us/viewer.php?id=cqs1243132102f.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/cqs1243132102f.jpg" border="0" alt="3 in 1 Robot Tutorial" width="309" height="238" title="3 in 1 Robot Tutorial" /></a></p>
<p>Built based on PIC microcontroller, this <a title="robotics technology" href="http://robotics.penyet.net">robot</a> has multi functions, you might use this <a title="all about robotics" href="http://robotechno.us" target="_blank">robot</a> for several objectives.</p>
<p>The robot&#8217;s objectives are the following:</p>
<p>1. Follow a line with sharp turns<br />
2. Maneuver through breaks in the line<br />
3. Detect obstacles and manuever around them<br />
4. Identify colors to be able to locate green and aluminum victims.</p>
<p>You can find the complete tutorial <a href="http://www.narobo.com/robots/3in1robot/3in1robot.html" target="_blank">here</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/j7n08u1Nb-lecb8lXKQeSxI2JFY/0/da"><img src="http://feedads.g.doubleclick.net/~a/j7n08u1Nb-lecb8lXKQeSxI2JFY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/j7n08u1Nb-lecb8lXKQeSxI2JFY/1/da"><img src="http://feedads.g.doubleclick.net/~a/j7n08u1Nb-lecb8lXKQeSxI2JFY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/BhUOQTyXpV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-tutorial/3-in-1-robot-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/robot-tutorial/3-in-1-robot-tutorial.html</feedburner:origLink></item>
		<item>
		<title>News: Medical Micro-robots Made As Small As Bacteria</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/RfUsMaPKLRY/news-medical-micro-robots-made-as-small-as-bacteria.html</link>
		<comments>http://robotics.penyet.net/technology/news-medical-micro-robots-made-as-small-as-bacteria.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 04:02:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Research Area]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bacteria robots]]></category>
		<category><![CDATA[medical robots]]></category>
		<category><![CDATA[micro robots]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=288</guid>
		<description><![CDATA[Micro robots built by researchers for medical purpose. Here the complete news:
Artificial bacterial flagella are about half as long as the thickness of a human hair. They can swim at a speed of up to one body length per second. This means that they already resemble their natural role models very closely.
They look like spirals [...]]]></description>
			<content:encoded><![CDATA[<p>Micro robots built by researchers for medical purpose. Here the complete news:</p>
<blockquote><p><a title="Easy Image Hosting" href="http://images.myfilehost.us/viewer.php?id=bfi1240199429w.jpg" target="_blank"><img src="http://images.myfilehost.us/thumbs/bfi1240199429w.jpg" border="0" alt="medical micro robot" align="left" title="News: Medical Micro robots Made As Small As Bacteria" /></a><em>Artificial bacterial flagella are about half as long as the thickness of a human hair. They can swim at a speed of up to one body length per second. This means that they already resemble their natural role models very closely.</em></p></blockquote>
<p>They look like spirals with tiny heads, and screw through the liquid like miniature corkscrews. When moving, they resemble rather ungainly bacteria with long whip-like tails. They can only be observed under a microscope because, at a total length of 25 to 60 </p>

<p><a href="http://feedads.g.doubleclick.net/~a/OTws2KirNLJs3VssANCbn9sJIYw/0/da"><img src="http://feedads.g.doubleclick.net/~a/OTws2KirNLJs3VssANCbn9sJIYw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OTws2KirNLJs3VssANCbn9sJIYw/1/da"><img src="http://feedads.g.doubleclick.net/~a/OTws2KirNLJs3VssANCbn9sJIYw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/RfUsMaPKLRY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/technology/news-medical-micro-robots-made-as-small-as-bacteria.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/technology/news-medical-micro-robots-made-as-small-as-bacteria.html</feedburner:origLink></item>
		<item>
		<title>RobuLAB, new robot to assist elderly at home</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/AFSeBnEn5v0/robulab-new-robot-to-assist-elderly-at-home.html</link>
		<comments>http://robotics.penyet.net/technology/robulab-new-robot-to-assist-elderly-at-home.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 03:26:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Research Area]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[medical robots]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[robulab]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=284</guid>
		<description><![CDATA[
This news comes from ehealtheurope.net. I believe others robots will soon be created to make human life easier&#8230;
&#8211;
French robotics specialist Robosoft and SRI International have demonstrated a new service robot designed to assist the elderly at home.
The RobuLAB, is able to navigate, follow and assist people moving from room to room using SRI Karto navigation [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Easy Image Hosting" href="http://images.myfilehost.us/viewer.php?id=cqs1240195951c.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/cqs1240195951c.jpg" border="0" alt="RobuLAB" title="RobuLAB, new robot to assist elderly at home" /></a></p>
<p>This news comes from <a href="http://www.ehealtheurope.net/news/4759/new_robot_to_assist_elderly_at_home">ehealtheurope.net</a>. I believe others robots will soon be created to make human life easier&#8230;</p>
<p>&#8211;</p>
<p>French <a title="robotics technology" href="http://robotics.penyet.net">robotics</a> specialist Robosoft and SRI International have demonstrated a new service robot designed to assist the elderly at home.</p>
<p>The RobuLAB, is able to navigate, follow and assist people moving from room to room using SRI Karto navigation software.</p>
<p><span id="more-284"></span>The robot is aimed at developers and integrators building home-centric service robots. Robosoft predicts these may become part of everyday life for the ageing population within the next five years.</p>
<p>Vincent Dupourqu</p>

<p><a href="http://feedads.g.doubleclick.net/~a/EdXTCryMIVCKZwUaLHHz1-1JoSU/0/da"><img src="http://feedads.g.doubleclick.net/~a/EdXTCryMIVCKZwUaLHHz1-1JoSU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EdXTCryMIVCKZwUaLHHz1-1JoSU/1/da"><img src="http://feedads.g.doubleclick.net/~a/EdXTCryMIVCKZwUaLHHz1-1JoSU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/AFSeBnEn5v0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/technology/robulab-new-robot-to-assist-elderly-at-home.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/technology/robulab-new-robot-to-assist-elderly-at-home.html</feedburner:origLink></item>
		<item>
		<title>C Programming for AVR Microcontrollers</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/ljVBsg44FZg/c-programming-for-avr-microcontrollers.html</link>
		<comments>http://robotics.penyet.net/robot-tutorial/c-programming-for-avr-microcontrollers.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 12:03:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[Robotics Ebooks]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[robotic book]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=282</guid>
		<description><![CDATA[This book will teach you many things about AVR microcontroller. As we know, AVR family is cheap, easy and the most used microcontroller in Robotics.
By the time you complete the text and projects you will:
]]></description>
			<content:encoded><![CDATA[<p><img src="http://ecx.images-amazon.com/images/I/513B78BMB7L._SL500_AA240_.jpg" alt="c programming" hspace="5" width="144" height="144" align="left" title="C Programming for AVR Microcontrollers" />This <a title="free downloadable ebooks" href="http://ebooks.penyet,net" target="_blank">book</a> will teach you many things about AVR microcontroller. As we know, AVR family is cheap, easy and the most used microcontroller in <a title="robotics technology" href="http://robotics.penyet.net">Robotics</a>.</p>
<p>By the time you complete the text and projects you will:</p>

<p><a href="http://feedads.g.doubleclick.net/~a/zRZ1mkCgYV-uC9SwDLNrN6t1rLM/0/da"><img src="http://feedads.g.doubleclick.net/~a/zRZ1mkCgYV-uC9SwDLNrN6t1rLM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zRZ1mkCgYV-uC9SwDLNrN6t1rLM/1/da"><img src="http://feedads.g.doubleclick.net/~a/zRZ1mkCgYV-uC9SwDLNrN6t1rLM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/ljVBsg44FZg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-tutorial/c-programming-for-avr-microcontrollers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/robot-tutorial/c-programming-for-avr-microcontrollers.html</feedburner:origLink></item>
		<item>
		<title>Robotics Book: PDA Robotics – Using Your Personal Digital Assistant to Control Your Robot</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/8vO_bcEXMuI/robotics-book-pda-robotics-using-your-personal-digital-assistant-to-control-your-robot.html</link>
		<comments>http://robotics.penyet.net/technology/robotics-book-pda-robotics-using-your-personal-digital-assistant-to-control-your-robot.html#comments</comments>
		<pubDate>Sun, 01 Mar 2009 03:30:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[Robotics Ebooks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[pda robotics]]></category>
		<category><![CDATA[robotics book]]></category>
		<category><![CDATA[robotics tutorial]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=279</guid>
		<description><![CDATA[Introduction
PDA Robotics &#8211; Using Your Personal Digital Assistant to Control Your Robot will give you the expertise to create anything. One of many areas that I will touch on is the smart distributed network, where each robot can pass the information that it gains onto the 
]]></description>
			<content:encoded><![CDATA[<p><a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=arx1235877707m.jpg" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/arx1235877707m.jpg" border="0" alt="Robotics Book: PDA Robotics - Using Your Personal Digital Assistant to Control Your Robot" hspace="5" width="86" height="122" align="left" title="Robotics Book: PDA Robotics   Using Your Personal Digital Assistant to Control Your Robot" /></a><strong>Introduction</strong></p>
<p>PDA Robotics &#8211; Using Your Personal Digital Assistant to Control Your Robot will give you the expertise to create anything. One of many areas that I will touch on is the smart distributed <a href="http://networking.penyet.net">network</a>, where each <a title="computer networking" href="http://robotics.penyet.net" target="_blank">robot</a> can pass the information that it gains onto the </p>

<p><a href="http://feedads.g.doubleclick.net/~a/ClBph4O48J0LwPmv758ZeVVE1dQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/ClBph4O48J0LwPmv758ZeVVE1dQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ClBph4O48J0LwPmv758ZeVVE1dQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/ClBph4O48J0LwPmv758ZeVVE1dQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/8vO_bcEXMuI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/technology/robotics-book-pda-robotics-using-your-personal-digital-assistant-to-control-your-robot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/technology/robotics-book-pda-robotics-using-your-personal-digital-assistant-to-control-your-robot.html</feedburner:origLink></item>
		<item>
		<title>Sound Activation Circuit for your Robot</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/7YH6LTNaK3A/sound-activation-circuit-for-your-robot.html</link>
		<comments>http://robotics.penyet.net/electronics/sound-activation-circuit-for-your-robot.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 07:37:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[Sensor]]></category>
		<category><![CDATA[audio sensor]]></category>
		<category><![CDATA[sound activation]]></category>
		<category><![CDATA[sound detector]]></category>
		<category><![CDATA[sound sensor]]></category>
		<category><![CDATA[tone detector]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=269</guid>
		<description><![CDATA[Sound activation or tone detector usually used for robot start activation. When a sound received by microphone in tone detector,  the robot will start to move.
I&#8217;ve collected some schematic diagrams of sound activation as follow:
Sound Activation schematic 1

Sound Activation schematic 2

Sound Activation schematic 3

Sound Activation 4 schematic

Sound Activation schematic 5

]]></description>
			<content:encoded><![CDATA[<p><strong>Sound activation</strong> or <strong>tone detector</strong> usually used for <strong>robot</strong> start activation. When a sound received by <strong>microphone</strong> in tone detector,  the <a href="http://robotechno.us" target="_blank"><strong>robot</strong></a> will start to move.</p>
<p>I&#8217;ve collected some <a href="http://skema-elektronik.blogspot.com" target="_blank">schematic diagrams</a> of sound activation as follow:</p>
<p><strong>Sound Activation schematic 1</strong><br />
<a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=cqs1235545113h.jpg" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/cqs1235545113h.jpg" border="0" alt="Sound Activation Circuit diagram for your Robot" title="Sound Activation Circuit for your Robot" /></a></p>
<p><strong>Sound Activation schematic 2</strong><br />
<a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=cqs1235546186y.jpg" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/cqs1235546186y.jpg" border="0" alt="Sound Activation Circuit diagram" title="Sound Activation Circuit for your Robot" /></a></p>
<p><span id="more-269"></span><strong>Sound Activation schematic 3</strong><br />
<a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=bwy1235548383s.gif" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/bwy1235548383s.gif" border="0" alt="Sound Activation Circuit for your Robot" title="Sound Activation Circuit for your Robot" /></a></p>
<p><strong>Sound Activation 4 schematic</strong><br />
<a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=opt1235547018k.jpg" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/opt1235547018k.jpg" border="0" alt="Sound Activation Circuit for your Robot" title="Sound Activation Circuit for your Robot" /></a></p>
<p><strong>Sound Activation schematic 5</strong><br />
<a title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=klz1235548246e.JPG" target="_blank"><img src="http://schematics.circuitdiagram.net/thumbs/klz1235548246e.JPG" border="0" alt="Sound Activation Circuit" title="Sound Activation Circuit for your Robot" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/HMyRGRObBQWB2A-E7I1pVDoIfhc/0/da"><img src="http://feedads.g.doubleclick.net/~a/HMyRGRObBQWB2A-E7I1pVDoIfhc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HMyRGRObBQWB2A-E7I1pVDoIfhc/1/da"><img src="http://feedads.g.doubleclick.net/~a/HMyRGRObBQWB2A-E7I1pVDoIfhc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/7YH6LTNaK3A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/electronics/sound-activation-circuit-for-your-robot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/electronics/sound-activation-circuit-for-your-robot.html</feedburner:origLink></item>
		<item>
		<title>Robots To Clean Your Kitchen And Play Hockey?</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/pSeXWJATOfU/robots-to-clean-your-kitchen-and-play-hockey.html</link>
		<comments>http://robotics.penyet.net/article/robots-to-clean-your-kitchen-and-play-hockey.html#comments</comments>
		<pubDate>Sat, 31 Jan 2009 07:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[future of robotics]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=266</guid>
		<description><![CDATA[This interesting information come from ScienceDaily, said about the future of robotics which could be made by anyone, not just industries or company who able to make a &#8220;big&#8221; robots.
====================

Alexander Stoytchev and his three graduate students recently presented one of their robot&#8217;s long and shiny arms to a visitor.
Here, they said, swing it around. And [...]]]></description>
			<content:encoded><![CDATA[<p>This interesting information come from ScienceDaily, said about the future of robotics which could be made by anyone, not just industries or company who able to make a &#8220;big&#8221; robots.</p>
<p style="text-align: left;">====================<br />
<a title="Easy Image Hosting" href="http://images.myfilehost.us/viewer.php?id=opt1233385969f.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/opt1233385969f.jpg" border="0" alt="Robots To Clean Your Kitchen And Play Hockey?" title="Robots To Clean Your Kitchen And Play Hockey?" /></a></p>
<p><strong>Alexander Stoytchev and his three graduate students recently presented one of their robot&#8217;s long and shiny arms to a visitor.</strong></p>
<p>Here, they said, swing it around. And so the visitor tentatively gave the robot&#8217;s left arm a few twists and twirls. The metal arm was heavy, but still moved easily at its shoulder, elbow and wrist joints.</p>
<p>Then the graduate students hit some keyboard commands and the robot replayed those exact arm movements.</p>
<p>It was all incredibly quick, smooth and precise.</p>
<p><span id="more-266"></span>Stoytchev, an assistant professor of electrical and computer engineering, says it won&#8217;t be long before <a href="http://robotechno.us" target="_blank">robot technology</a> is something we&#8217;ll all see and experience.</p>
<p>&#8220;We&#8217;ll have personal robots very soon,&#8221; Stoytchev said. &#8220;We&#8217;re waiting for the first killer app. Hopefully, we can contribute to that.&#8221;</p>
<p><strong>Star Wars</strong></p>
<p>There&#8217;s a little R2-D2-shaped trash can near the door to Stoytchev&#8217;s lab in the new Electrical and Computer <a href="http://electropart.info" target="_blank">Engineering</a> Building. Turns out the Star Wars movies were an inspiration to a young Stoytchev back home in Bulgaria.</p>
<p>&#8220;My interest in <a href="http://robotics.penyet.net">robotics</a> stems from the day I saw Star Wars for the first time,&#8221; the 34-year-old said. &#8220;I must have been in second or third grade at that time, but the two robots in the movie (R2-D2 and C-3PO) left a lasting impression on me.&#8221;</p>
<p>That impression led Stoytchev to his high school&#8217;s computer club and then to computer science studies as an undergraduate at American University in Bulgaria. He moved to Atlanta&#8217;s Georgia Institute of Technology for graduate work in computer science. He was at Georgia Tech when he started working with robots.</p>
<p>His research specialty is developmental robotics, a blend of robotics, artificial intelligence, developmental psychology, developmental neuroscience and philosophy.</p>
<p>&#8220;It&#8217;s one of the newest branches of robotics,&#8221; Stoytchev said. &#8220;People have learned that it&#8217;s unrealistic to program robots from scratch to do every task, so we&#8217;re looking at human models. Humans are not born knowing everything. It takes a really long time to develop skills.&#8221;</p>
<p>Stoytchev and his students are trying to figure out how a robot can learn what children learn over the first two years of their lives. (And child development is something Stoytchev is learning firsthand; he and his wife have a 2-month-old son.)</p>
<p><strong>Graduate work</strong></p>
<p>Stoytchev&#8217;s graduate students are working to develop software that will allow their lab robot to learn and use different sets of skills:</p>
<p>Shane Griffith, who&#8217;s from Cedar Rapids and is studying computer engineering and human computer interaction, wants the robot to learn on its own which everyday objects can be used as containers and which cannot.</p>
<p>Jivko Sinapov, who&#8217;s from Sofia, Bulgaria, and is studying computer science and human computer interaction, wants the robot to learn how to use objects as tools.</p>
<p>Matt Miller, who&#8217;s also from Cedar Rapids and is studying computer <a href="http://scientists.penyet.net" target="_blank">science</a>, wants the robot to learn language.</p>
<p>Combine that developing <a href="http://mediasoftware.myfilehost.us" target="_blank">software</a> with existing robotics hardware, and you&#8217;ve got a useful, smart robot.</p>
<p>&#8220;The essential goal of developmental robotics is for robots to learn how to learn,&#8221; Miller said. &#8220;We want them to learn how to take a situation, adjust to it and learn from it.&#8221;</p>
<p>A robot, for example, could learn to use containers by putting a ball in a bucket and seeing what happens when that bucket is pushed across a table. Is the ball pushed along with the bucket? Or is it left behind? The researchers believe that simple interactions like these hold the key to capturing the common-sense knowledge about the real world that comes naturally to people but is so difficult to capture in software code.</p>
<p><strong>A future with robots</strong></p>
<p>Stoytchev was attracted to Iowa State in 2005 by the College of Engineering&#8217;s reputation and research capabilities.  And now he&#8217;s directing Iowa State&#8217;s Developmental Robotics Laboratory and making his own research contributions.</p>
<p>It&#8217;s work that has him looking ahead.</p>
<p>&#8220;In the not-too-distant future, we will have personal robots just like we have personal computers today,&#8221; he said. &#8220;The robots of the future will be generalists. They will be employed in a large variety of tasks that require a lot more smarts and autonomy than is currently possible. They will have the ability to learn how to perform new tasks on their own without human intervention.&#8221;</p>
<p>Yes, he said, &#8220;The robots are coming. Are we ready?&#8221;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/c4t4juDY3FVtLDVYtE7ed70vgyY/0/da"><img src="http://feedads.g.doubleclick.net/~a/c4t4juDY3FVtLDVYtE7ed70vgyY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/c4t4juDY3FVtLDVYtE7ed70vgyY/1/da"><img src="http://feedads.g.doubleclick.net/~a/c4t4juDY3FVtLDVYtE7ed70vgyY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/pSeXWJATOfU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/article/robots-to-clean-your-kitchen-and-play-hockey.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/article/robots-to-clean-your-kitchen-and-play-hockey.html</feedburner:origLink></item>
		<item>
		<title>Robotics Ebook: Build a Remote-Controlled Robot</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/wkZWFh7OImU/robotics-ebook-build-a-remote-controlled-robot.html</link>
		<comments>http://robotics.penyet.net/robot-tutorial/robotics-ebook-build-a-remote-controlled-robot.html#comments</comments>
		<pubDate>Sat, 17 Jan 2009 10:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[Robotics Ebooks]]></category>
		<category><![CDATA[remote controlled robot]]></category>
		<category><![CDATA[robotics ebook]]></category>
		<category><![CDATA[roboticss]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=263</guid>
		<description><![CDATA[This book will show you how to make remote-controlled robot, step by step&#8230;
Preface:
In recent years robots have captured the interest of more and more people. Thanks to movies and TV, the notion of the robot as a mechanical companion and servant has become a common concept. As interest in robots grew, a number of books [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Easy Image Hosting" href="http://images.myfilehost.us/viewer.php?id=bfi1232187839w.jpg" target="_blank"><img src="http://images.myfilehost.us/thumbs/bfi1232187839w.jpg" border="0" alt="robotics ebook build remote-controlled robot" hspace="5" align="left" title="Robotics Ebook: Build a Remote Controlled Robot" /></a>This <a title="free downloadable ebooks" href="http://ebooks.penyet.net" target="_blank">book</a> will show you how to make remote-controlled robot, step by step&#8230;</p>
<p><strong>Preface:</strong><br />
In recent years <a href="http://robotics.penyet.net">robots</a> have captured the interest of more and more people. Thanks to movies and TV, the notion of the <a href="http://robotechno.us">robot</a> as a mechanical companion and servant has become a common concept. As interest in robots grew, a number of books showing how to build robots at home began to appear. These books, however, were very technical, showing how to build computer-controlled <a href="http://phonecell.penyet.net">mobile</a> platforms that are considered by most to be true robots.</p>
<p><span id="more-263"></span>Download Robotics Ebook: Build a Remote-Controlled Robot<br />
<a title="download robotics ebook" href="http://www.4shared.com/file/31865956/b60a6322/Robotics_-_Build_a_Remote_Controlled_Robot.html?s=1" target="_blank">Download link 1</a><br />
<a title="download robotics ebook" href="http://www.4shared.com/file/6248717/b7f4975e/BuildaRemoteControlledRobot.html?s=1" target="_blank">Download link 2</a><br />
<a title="download robotics ebook" href="http://www.4shared.com/file/58797398/7a682524/Robotics_-_Build_A_Remote_Controlled_Robot.html?s=1" target="_blank">Download link 3<br />
</a></p>
<p>Note: this is old book created in year 2002.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/e6LZ1AOIfXBOyrq_oRM1fEIBeM0/0/da"><img src="http://feedads.g.doubleclick.net/~a/e6LZ1AOIfXBOyrq_oRM1fEIBeM0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/e6LZ1AOIfXBOyrq_oRM1fEIBeM0/1/da"><img src="http://feedads.g.doubleclick.net/~a/e6LZ1AOIfXBOyrq_oRM1fEIBeM0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/wkZWFh7OImU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-tutorial/robotics-ebook-build-a-remote-controlled-robot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/robot-tutorial/robotics-ebook-build-a-remote-controlled-robot.html</feedburner:origLink></item>
		<item>
		<title>I, Nanny: Robot Babysitters Pose Dilemma</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/aer4yqldv5k/i-nanny-robot-babysitters-pose-dilemma.html</link>
		<comments>http://robotics.penyet.net/article/i-nanny-robot-babysitters-pose-dilemma.html#comments</comments>
		<pubDate>Fri, 19 Dec 2008 08:43:08 +0000</pubDate>
		<dc:creator>robotics</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Robotics For Kids]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Robot Babysitters]]></category>
		<category><![CDATA[robotics articles]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=233</guid>
		<description><![CDATA[This article shows us that robotics has been used in daily life of mankind. Many people may not know but sooner or later people will know about robotics technology.

Babysitting robots, once the province of speculative fiction, are on the market. They make conversation, recognize faces and keep track of kids. They&#8217;re not a replacement for [...]]]></description>
			<content:encoded><![CDATA[<p>This article shows us that robotics has been used in daily life of mankind. Many people may not know but sooner or later people will know about robotics technology.</p>
<p style="text-align: center;"><a title="Robot Babysitters" href="http://images.myfilehost.us/viewer.php?id=viu1229674750y.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/viu1229674750y.jpg" border="0" alt="Robot Babysitters" width="298" height="133" title="I, Nanny: Robot Babysitters Pose Dilemma" /></a></p>
<p>Babysitting robots, once the province of speculative fiction, are on the market. They make conversation, recognize faces and keep track of kids. They&#8217;re not a replacement for TV or games, but for personal care </p>

<p><a href="http://feedads.g.doubleclick.net/~a/1akM9EQsN6cEV0n6VRzle0V2aho/0/da"><img src="http://feedads.g.doubleclick.net/~a/1akM9EQsN6cEV0n6VRzle0V2aho/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1akM9EQsN6cEV0n6VRzle0V2aho/1/da"><img src="http://feedads.g.doubleclick.net/~a/1akM9EQsN6cEV0n6VRzle0V2aho/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/aer4yqldv5k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/article/i-nanny-robot-babysitters-pose-dilemma.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/article/i-nanny-robot-babysitters-pose-dilemma.html</feedburner:origLink></item>
		<item>
		<title>Ethical guidelines on war robots</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/cuRdQuAvrdc/ethical-guidelines-on-war-robots.html</link>
		<comments>http://robotics.penyet.net/article/ethical-guidelines-on-war-robots.html#comments</comments>
		<pubDate>Fri, 19 Dec 2008 08:07:35 +0000</pubDate>
		<dc:creator>robotics</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[robotics articles]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[war robot]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=230</guid>
		<description><![CDATA[
Robots can be used for 2 purposes, for good purposes or bad purposes. With the ethics of robotics, robots can be expected to be used for good purposes only. Here the article about ethical guidelines on war robots.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
International guidelines are needed for the ethical and safe use of robots &#8220;for care and for war&#8221;, according [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="war robots" href="http://images.myfilehost.us/viewer.php?id=arx1229673916j.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/arx1229673916j.jpg" border="0" alt="war robots" width="281" height="224" title="Ethical guidelines on war robots" /></a></p>
<p>Robots can be used for 2 purposes, for good purposes or bad purposes. With the ethics of robotics, robots can be expected to be used for good purposes only. Here the article about ethical guidelines on war robots.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>International guidelines are needed for the ethical and safe use of robots &#8220;for care and for war&#8221;, according to a leading British scientist.</p>
<p>Professor Noel Sharkey, a robotics expert from the University of Sheffield, warned of the potential dangers posed by new generations of civilian and military robots.</p>
<p>He drew attention to developments which could see battalions of armed and semi-autonomous robots being deployed in battle, both on the ground and in the air.</p>
<p>The US Future Combat Systems project aimed to use robots as force multipliers, with a single soldier initiating large scale ground and aerial robot attacks.</p>
<p><span id="more-230"></span>&#8220;The ethical problems arise because no computational system can discriminate between combatants and innocents in a close contact encounter,&#8221; Prof Sharkey wrote in the journal Science.</p>
<p>In the civilian area the hazards were more subtle but nonetheless real, he pointed out. Large numbers of &#8220;personal care&#8221; robots had already been developed for child-minding and care of the elderly.</p>
<p>Research had shown that children could become closely attached to robots, often preferring a robot to a teddy bear. But robots were unable to provide the care and attention offered by humans, which could have unpredictable psychological consequences, said Prof Sharkey.</p>
<p>&#8220;Because of the physical safety that robot minders provide, children could be left without human contact for many hours a day or perhaps for several days, and the possible psychological impact of the varying degrees of social isolation on development is unknown,&#8221; he wrote. &#8220;What would happen if a parent were to leave a child in the safe hands of a future robot caregiver almost exclusively?&#8221;</p>
<p>Studies had shown that in monkeys, severe social dysfunction occurs if infant animals only develop attachments to inanimate objects.</p>
<p>Care of the elderly was another area where robots were making a big impact, said Prof Sharkey. Examples of such devices already in use included the &#8220;My Spoon&#8221; automatic feeding robot, the Sanyo electric bathtub robot that washes and rinses, and the Mitsubishi Wakamura robot for monitoring, delivering messages and issuing reminders about medicine.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/uSBjI4C1PsiA1ZDEerX7aQWYtA8/0/da"><img src="http://feedads.g.doubleclick.net/~a/uSBjI4C1PsiA1ZDEerX7aQWYtA8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uSBjI4C1PsiA1ZDEerX7aQWYtA8/1/da"><img src="http://feedads.g.doubleclick.net/~a/uSBjI4C1PsiA1ZDEerX7aQWYtA8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/cuRdQuAvrdc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/article/ethical-guidelines-on-war-robots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/article/ethical-guidelines-on-war-robots.html</feedburner:origLink></item>
		<item>
		<title>Lego Competition: A Learning Experience</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/A8UpALPajbM/lego-competition-a-learning-experience.html</link>
		<comments>http://robotics.penyet.net/robot-competition/lego-competition-a-learning-experience.html#comments</comments>
		<pubDate>Sun, 14 Dec 2008 09:01:03 +0000</pubDate>
		<dc:creator>robotics</dc:creator>
				<category><![CDATA[Robot Competition]]></category>
		<category><![CDATA[Robotics For Kids]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[Lego Competition]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=227</guid>
		<description><![CDATA[Dressed in matching black team T-shirts boasting a futuristic robot on a gray background, ROAM teammates were among more than 100 children ages 9-14 who went head-to-head with their robots, built and programmed with the Lego Mindstorms system.]]></description>
			<content:encoded><![CDATA[<p>Original news come from <a href="http://www.dailyherald.com/story/?id=258034&amp;src=1" target="_blank">www.dailyherald.com</a>. That&#8217;s true that the more the competition, the more experience gained&#8230;</p>
<p style="text-align: left;"><a title="Lego Competition" href="http://images.myfilehost.us/viewer.php?id=rgh1229244266c.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/rgh1229244266c.jpg" border="0" alt="Lego Competition" width="300" height="213" title="Lego Competition: A Learning Experience" /></a><br />
Robots on a Mission, a rookie team of seventh-grade students from St. Peter Lutheran School in Arlington Heights and home-schooled youngsters, learned about coping skills Saturday during a robotics tournament at Lake Zurich Middle School North.</p>
<p>After being disqualified in the first round because their robot had four motors, one more than the three allowed, the team redesigned the robot and scored well in the second round.</p>
<p>&#8220;The boys did a great job of coming together and regrouping,&#8221; said their coach Dave Solak. &#8220;They looked at the problem, removed one of the motors and made some adjustments and improved their scores in the next rounds.&#8221;</p>
<p><span id="more-227"></span>ROAM was one of 16 teams from Arlington Heights, Barrington, Batavia, Buffalo Grove, Elgin, Grayslake, Kildeer, Lake Zurich, Mundelein and Palatine competing in the For Inspiration and Recognition of Science and Technology Lego League regional competition.</p>
<p>Lego competitions also were going on Saturday at the elementary school level at Lincoln Middle School in Mount Prospect and at the high school level at the Illinois Institute of Technology in Chicago.</p>
<p>Dressed in matching black team T-shirts boasting a futuristic robot on a gray background, ROAM teammates were among more than 100 children ages 9-14 who went head-to-head with their robots, built and programmed with the Lego Mindstorms system.</p>
<p style="text-align: center;"><a title="Lego Competition" href="http://images.myfilehost.us/viewer.php?id=bfi1229244034c.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/bfi1229244034c.jpg" border="0" alt="Lego Competition" width="330" height="398" title="Lego Competition: A Learning Experience" /></a></p>
<p>&#8220;I&#8217;ve always been interested in Legos and technical stuff, so I thought that I would like this. I was surprised by how huge this competition was, and by the number of districts competing,&#8221; said Kyle Wahlberg, a fourth-grade student from Frederick School in Grayslake who was participating for the first time.</p>
<p>This was the first year that Frederick School participated in the competition and interest was high, said Principal Eric Detweiler.</p>
<p>&#8220;We originally thought that we would sponsor one team, but when the number of students interested reached 28, we formed three teams. We even had to turn some away,&#8221; Detweiler said.</p>
<p>This year&#8217;s theme was Climate Connections, which immersed middle school students in the impact of changing weather patterns. Teams have brainstormed since September and programmed their robots to accomplish tasks during 21/2-minute competition rounds</p>
<p>Teams were judged on how well their robots performed in table action, as well as design and programming. Their research project on climate and their teamwork also were evaluated.</p>
<p>Team STEELE from Kildeer received the Technical Interview Award; Gem Miners from Lake Zurich won the Teamwork award; Gesundheit! from Grayslake won the Robot Table Performance award and Got Robot? from Elgin took the Judges Award. These teams will head to the state tournament Jan. 16-17 at Forest View Educational Center in Arlington Heights. Lego Republic from Lake Zurich received the Research Presentation Award.</p>
<p>Motorola Foundation members have been major supporters of the competition, with many of its engineers serving as mentors and coaches for teams every year</p>

<p><a href="http://feedads.g.doubleclick.net/~a/nbPE1FJbedhRtF8Y7fsGcoNELBo/0/da"><img src="http://feedads.g.doubleclick.net/~a/nbPE1FJbedhRtF8Y7fsGcoNELBo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nbPE1FJbedhRtF8Y7fsGcoNELBo/1/da"><img src="http://feedads.g.doubleclick.net/~a/nbPE1FJbedhRtF8Y7fsGcoNELBo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/A8UpALPajbM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-competition/lego-competition-a-learning-experience.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/robot-competition/lego-competition-a-learning-experience.html</feedburner:origLink></item>
		<item>
		<title>Bluetooth Boe-Bot Robot Tutorial</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/ydI9FgqrVT8/bluetooth-boe-bot-robot-tutorial.html</link>
		<comments>http://robotics.penyet.net/robot-kit/bluetooth-boe-bot-robot-tutorial.html#comments</comments>
		<pubDate>Mon, 08 Dec 2008 19:35:27 +0000</pubDate>
		<dc:creator>robotics</dc:creator>
				<category><![CDATA[Robot Kit]]></category>
		<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[Robotics For Kids]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Boe-Bot]]></category>
		<category><![CDATA[Microsoft Robotics Studio]]></category>
		<category><![CDATA[parallax]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=225</guid>
		<description><![CDATA[The Bluetooth Boe-Bot Robot Kit for Microsoft Robotics Studio (MSRS) is a Parallax Boe-Bot Robot and an A7 Engineering eb500-SER Bluetooth module. The eb500 module makes it possible for the Boe-Bot robot]]></description>
			<content:encoded><![CDATA[<p>This tutorial come from Parallax, will show you how to control the <strong>Bluetooth</strong> <strong><a href="http://www.amazon.com/gp/product/B000GE8RQO?ie=UTF8&amp;tag=digcamnewandr-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B000GE8RQO" target="_blank">Boe-Bot Robot</a></strong> using <strong>Microsoft Robotics Studio</strong>.</p>
<p style="text-align: center;"><a title="Boe-Bot robot kit" href="http://images.myfilehost.us/viewer.php?id=opt1228714022t.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/opt1228714022t.jpg" border="0" alt="Boe-Bot" width="296" height="296" title="Bluetooth Boe Bot Robot Tutorial" /></a></p>
<p>The Bluetooth <a href="http://www.amazon.com/gp/product/B000GE8RQO?ie=UTF8&amp;tag=digcamnewandr-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B000GE8RQO" target="_blank">Boe-Bot Robot Kit</a> for <strong>Microsoft Robotics Studio (MSRS)</strong> is a <strong>Parallax Boe-Bot Robot</strong> and an A7 Engineering <strong>eb500-SER Bluetooth module</strong>. The eb500 module makes it possible for the Boe-Bot robot</p>

<p><a href="http://feedads.g.doubleclick.net/~a/4J6eVkXK4YPhSaoc0okbio1AndI/0/da"><img src="http://feedads.g.doubleclick.net/~a/4J6eVkXK4YPhSaoc0okbio1AndI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4J6eVkXK4YPhSaoc0okbio1AndI/1/da"><img src="http://feedads.g.doubleclick.net/~a/4J6eVkXK4YPhSaoc0okbio1AndI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/ydI9FgqrVT8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/robot-kit/bluetooth-boe-bot-robot-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/robot-kit/bluetooth-boe-bot-robot-tutorial.html</feedburner:origLink></item>
		<item>
		<title>Vex Robotics Tutorial</title>
		<link>http://feedproxy.google.com/~r/roboticspenyetnet/~3/GrtVDQSsL34/vex-robotics-tutorial.html</link>
		<comments>http://robotics.penyet.net/research-area/vex-robotics-tutorial.html#comments</comments>
		<pubDate>Mon, 08 Dec 2008 05:02:22 +0000</pubDate>
		<dc:creator>agfdesbwzw</dc:creator>
				<category><![CDATA[Research Area]]></category>
		<category><![CDATA[Robot Kit]]></category>
		<category><![CDATA[Robot Tutorial]]></category>
		<category><![CDATA[robots kits]]></category>
		<category><![CDATA[tobotics tutorial]]></category>
		<category><![CDATA[vex robotics]]></category>

		<guid isPermaLink="false">http://robotics.penyet.net/?p=220</guid>
		<description><![CDATA[
Vex Robotics Design System is a robotic kit intended to introduce students as well as adults to the world of robotics. The Vex Robotics Design System is centered around the Vex Starter Kit (which retails for about USD $500). This kit comes with the Vex &#8220;brain&#8221; (a microcontroller), a hobby-grade remote control, various sensors (2 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Vex Robotics" href="http://images.myfilehost.us/viewer.php?id=bfi1228703989h.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/bfi1228703989h.jpg" border="0" alt="Vex Robotics Design System" width="275" height="271" title="Vex Robotics Tutorial" /></a></p>
<p><strong>Vex Robotics Design System</strong> is a <a title="robot kits" href="http://robotics.penyet.net/category/robot-kit" target="_blank"><strong>robotic kit</strong></a> intended to introduce students as well as adults to the world of <a title="all about robotics" href="http://robotechno.us"><strong>robotics</strong></a>. The <strong>Vex Robotics Design System</strong> is centered around the <strong><a href="http://www.amazon.com/gp/product/B0015B0E2M?ie=UTF8&amp;tag=digcamnewandr-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B0015B0E2M" target="_blank">Vex Starter Kit</a></strong> (which retails for about USD $500). This kit comes with the Vex &#8220;brain&#8221; (a microcontroller), a hobby-grade remote control, various sensors (2 bumper sensor and 2 limiter switches), three <a title="electronics" href="http://electropart.info" target="_blank">electric</a> motors and a servo, wheels (4 small, 2 medium all purpose, and 2 large high traction tires), gears, and structural parts. Additional sensors (<strong>ultrasonic, <a title="line follower" href="http://robotics.penyet.net/tag/line-follower" target="_blank">line tracking</a></strong>, <strong>optical shaft encoder</strong>, <strong>bumper switches</strong>, <strong>limit switches</strong>, and<strong> light sensors</strong>), wheels ( small and large omni-directional wheels, small, medium, and large regulars), tank treads, <a title="motor dc" href="http://robotics.penyet.net/article/how-to-find-the-best-dc-motors-for-your-robots.html" target="_blank">motors</a>, <a title="http://robotics.penyet.net/robotics/robotics-servo-tutorial-student-guide.html" target="_blank&quot;">servos</a>, gears (regular and advanced), chain and sprocket sets, extra transmitter and receivers, <a title="robot programming" href="http://robotechno.us/category/robotics-tutorial/programming" target="_blank">programming</a> kit (easy C) extra <a href="http://nicefurniture.org/category/metal-furniture" target="_blank">metal</a> and rechargeable battery <a title="power supply" href="http://skema-elektronik.blogspot.com/search/label/power%20supply" target="_blank">power</a> packs,can all be purchased separately.</p>
<p><span id="more-220"></span>This tutorial will show you how to maximize your <strong>Vex Robotics Design System</strong>. Here are some previews of <strong>Vex <a target="_blank" title="robotics tutorial" href="http://robotechno.us/category/robotics-tutorial">Robotics Tutorial</a></strong> which will guide you how to get the maximum performance.</p>
<p style="text-align: center;"><a title="Vex Robotics Tutorial" href="http://images.myfilehost.us/viewer.php?id=viu1228704361j.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/viu1228704361j.jpg" border="0" alt="Vex Robotics Tutorial" width="450" height="259" title="Vex Robotics Tutorial" /></a></p>
<p style="text-align: center;"><a title="Vex Robotics Tutorial" href="http://images.myfilehost.us/viewer.php?id=cqs1228705211e.jpg" target="_blank"><img class="aligncenter" src="http://images.myfilehost.us/images/cqs1228705211e.jpg" border="0" alt="Vex Robotics Tutorial" width="450" height="295" title="Vex Robotics Tutorial" /></a></p>
<p>You can download the tutorial here;<br />
<a title="Download Vex Robotics Tutorial" href="http://robotics.penyet.net/Vex Robotics Tutorial.html" target="_blank"><img src="http://images.myfilehost.us/images/viu1225628412q.jpeg" alt="Vex Robotics Tutorial download" title="Vex Robotics Tutorial" /></a></p>
<p>For the Vex Robotics Kits, you can buy it from Amazon.com:<br />
<iframe src="http://rcm.amazon.com/e/cm?t=digcamnewandr-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B0015B0E2M&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> <iframe src="http://rcm.amazon.com/e/cm?t=digcamnewandr-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B000PALVJY&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>

<p><a href="http://feedads.g.doubleclick.net/~a/uN6wvJiIozglDwquGbwXc7zFRQ0/0/da"><img src="http://feedads.g.doubleclick.net/~a/uN6wvJiIozglDwquGbwXc7zFRQ0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uN6wvJiIozglDwquGbwXc7zFRQ0/1/da"><img src="http://feedads.g.doubleclick.net/~a/uN6wvJiIozglDwquGbwXc7zFRQ0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/roboticspenyetnet/~4/GrtVDQSsL34" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://robotics.penyet.net/research-area/vex-robotics-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://robotics.penyet.net/research-area/vex-robotics-tutorial.html</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.510 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-09 09:56:58 -->
