<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology of Robotics &#187; Robotics Tutorial</title>
	<atom:link href="http://robotechno.us/category/robotics-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://robotechno.us</link>
	<description>Robotics Technology &#124; Robotics News, Articles and Tutorial</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=8010</generator>
		<item>
		<title>Humanoid Robot Building</title>
		<link>http://robotechno.us/humanoid-robot-building.html</link>
		<comments>http://robotechno.us/humanoid-robot-building.html#comments</comments>
		<pubDate>Sun, 13 Jun 2010 06:34:43 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[build humanoid robot]]></category>
		<category><![CDATA[how to build Humanoid Robot]]></category>
		<category><![CDATA[humanoid robot]]></category>
		<category><![CDATA[Humanoid Robot tutorial]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=407</guid>
		<description><![CDATA[Build a humanoid robot is something difficult. There are many calculations of mechanical, electronic and software / program used to make the robot can move very well as expected. The following documents contain teory to build a humanoid robot. This document is an old document, but you can use as reference for making humanoid robots, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://robotechno.us/wp-content/uploads/2010/06/Humanoid-robot.jpg"><img class="size-medium wp-image-409 aligncenter" title="Humanoid robot" src="http://robotechno.us/wp-content/uploads/2010/06/Humanoid-robot-216x300.jpg" alt="Humanoid robot" width="216" height="300" /></a></p>
<p>Build a humanoid robot is something difficult. There are many calculations of mechanical, electronic and software / program used to make the robot can move very well as expected.</p>
<p>The following documents contain teory to build a humanoid robot. This document is an old document, but you can use as reference for making humanoid robots, especially in the mechanical section.</p>
<p style="text-align: left;"><span id="more-407"></span>Here the  document preview:</p>
<p style="text-align: center;"><a href="http://robotechno.us/wp-content/uploads/2010/06/humanoid-robot-building.jpg"><img class="size-medium wp-image-408 aligncenter" title="humanoid robot building" src="http://robotechno.us/wp-content/uploads/2010/06/humanoid-robot-building-300x126.jpg" alt="humanoid robot building" width="300" height="126" /></a></p>
<p>Download the original document from MIT:<br />
<strong><a target="_blank" href="http://web.media.mit.edu/~cynthiab/Papers/CMAA-cog98.pdf">Download Link</a></strong></p>
<p>Mirror:<br />
<strong><a target="_blank" href="http://downloads.circuitdiagram.net/dll/y7k5uo">Download Link</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/humanoid-robot-building.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Line Follower Tutorial based on ATMega16 + L298 Motor Driver</title>
		<link>http://robotechno.us/line-follower-tutorial-based-atmega16-l298-motor-driver.html</link>
		<comments>http://robotechno.us/line-follower-tutorial-based-atmega16-l298-motor-driver.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 00:47:20 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[ATMega16 line follower robot]]></category>
		<category><![CDATA[ATMega16 robot]]></category>
		<category><![CDATA[L298 Motor Driver]]></category>
		<category><![CDATA[line tracker atmega16]]></category>
		<category><![CDATA[phototransistor proximity sensor]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=365</guid>
		<description><![CDATA[Here the another Line Follower robot tutorial&#8230; The robot mechanical design not included, you may create the shape and the mechanical design of your line follower robot by your self. Just use motor gearbos which have high torque&#8230; This line follower robot use the following module: Proximity sensor: 8 pcs of phototransistors Microcontroller: ATMega16 Motor [...]]]></description>
			<content:encoded><![CDATA[<p>Here the another Line Follower robot tutorial&#8230; The robot mechanical design not included, you may create the shape and the mechanical design of your line follower robot by your self. Just use motor gearbos which have high torque&#8230; <img src='http://robotechno.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Line Follower Tutorial based on ATMega16 + L298 Motor Driver" /> </p>
<p style="text-align: center;"><a href="http://robotechno.us/wp-content/uploads/2010/03/line-follower-robot-diagram.jpg"><img class="size-medium wp-image-366 aligncenter" title="line follower robot diagram" src="http://robotechno.us/wp-content/uploads/2010/03/line-follower-robot-diagram-300x193.jpg" alt="line follower robot diagram" width="300" height="193" /></a></p>
<p>This line follower robot use the following module:</p>
<ul>
<li> Proximity sensor: 8 pcs of phototransistors</li>
<li> Microcontroller: ATMega16</li>
<li> Motor driver: L298 module</li>
<li> Programming language: C</li>
</ul>
<p><span id="more-365"></span>Download the document of this line follower robot tutorial <strong><a target="_blank" href="http://downloads.circuitdiagram.net/dll/52gxce">HERE</a></strong></p>
<p>This tutorial created by:<br />
Priyank Patil<br />
Department of Information Technology<br />
K. J. Somaiya College of Engineering<br />
Mumbai, India</p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/line-follower-tutorial-based-atmega16-l298-motor-driver.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Robot Builder’s Guide</title>
		<link>http://robotechno.us/robot-builders-guide.html</link>
		<comments>http://robotechno.us/robot-builders-guide.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:47:14 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Robotics Ebooks]]></category>
		<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[robot builder]]></category>
		<category><![CDATA[robot guide]]></category>
		<category><![CDATA[robot tutorial]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=314</guid>
		<description><![CDATA[This book contains the complete step and reference of robot building. Get this book, you will find so many new robotics knowledge in this book. These course notes contain a lot of information that should be valuable in your robot building endeavor. Here&#8217;s a brief synopsis of the organization of these course notes: Chapter 1 [...]]]></description>
			<content:encoded><![CDATA[<p>This book contains the complete step and reference of robot building. Get this book, you will find so many new robotics knowledge in this book.</p>
<p style="text-align: center;"><a target="_blank" title="Easy Image Hosting" href="http://images.myfilehost.us/viewer.php?id=rgh1260574307h.jpg"><img class="aligncenter" title="Robot Builder’s Guide" src="http://images.myfilehost.us/images/rgh1260574307h.jpg" border="0" alt="Robot Builder’s Guide" width="336" height="335" /></a></p>
<p>These course notes contain a lot of information that should be valuable in your robot building endeavor. Here&#8217;s a brief synopsis of the organization of these course notes:</p>
<ul>
<li> Chapter 1 is the assembly manual for nearly all of the components used to construct a 6.270 robot|including the printed circuit boards, electronic sensors, motors, and battery packs.</li>
<li> Chapter 2 introduces robot motor technology.</li>
<li> Chapter 3 discusses battery technology and battery charger operation.</li>
<li> Chapter 4 discusses secret construction methods using the LEGO Technics (R) building materials.</li>
<li> Chapter 5 delves into robotic sensors, explaining the principles of operation and applications of various sensors in the 6.270 kit.</li>
<li> Chapter 6 investigates how to program a mobile robot to face up to the uncertainties and challenges of practical operation.</li>
<li> Chapter 7 is a reference manual for the C language software that has been developed for the 6.270 contest.</li>
</ul>
<p><span id="more-314"></span>Four appendix sections provide additional material:</p>
<ul>
<li> Appendix A is the student&#8217;s introduction to the 1992 class, covering administrative information, the month&#8217;s schedule, and the contest rules.</li>
<li> Appendix B explains the workings of the 6.270 hardware, including the microprocessor board, the expansion board, and the <a href="http://robotechno.us/search/infrared+circuitry">infrared circuitry</a>. This section is written with the assumption of some prior background in electronics.</li>
<li> Appendix C provides reproductions of the printed <a target="_blank" href="http://circuitdiagram.net">circuit board</a> layouts, handy for reference when debugging.</li>
<li> Appendix D contains an introduction to ordering <a target="_blank" href="http://electropart.info">electronic parts</a> from both the retail and surplus markets, and a listing of more than twenty top suppliers.</li>
</ul>
<p>Get this book:</p>
<p><strong><a target="_blank" href="http://www.4shared.com/get/18775672/93865b4f/Robot_Building_Manual_Full_Wit.html">Download the ebook version of The 6.270 Robot Builder’s Guide (.pdf)</a></strong><br />
or<br />
<a target="_blank" rel="external nofollow" href="http://www.amazon.com/gp/product/B000F4FKEW?ie=UTF8&amp;tag=digcamnewandr-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000F4FKEW" target="_blank"><strong>Buy The 6.270 Robot Builder’s Guide</strong><strong> book at amazon.com<br />
</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/robot-builders-guide.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Robot Operating System (ROS)</title>
		<link>http://robotechno.us/robot-operating-system-ros.html</link>
		<comments>http://robotechno.us/robot-operating-system-ros.html#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:55:04 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[robot control]]></category>
		<category><![CDATA[robot design]]></category>
		<category><![CDATA[Robot Operating System]]></category>
		<category><![CDATA[robot software]]></category>
		<category><![CDATA[ros]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=309</guid>
		<description><![CDATA[ROS is a community effort, with many institutions contributing to its development. Much of the underlying platform is being developed by Willow Garage and Stanford. ROS is a robot operating system originally developed (2007) in the Stanford Artificial Intelligence Laboratory in support of the Stanford AI Robot (STAIR) project but now (as of 2008) developed [...]]]></description>
			<content:encoded><![CDATA[<p>ROS is a community effort, with many institutions contributing to its development. Much of the underlying platform is being developed by Willow Garage and Stanford.</p>
<p style="text-align: center;"><a target="_blank" title="robot operating" href="http://schematics.circuitdiagram.net/viewer.php?id=bwy1258379486d.jpg"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/bwy1258379486d.jpg" border="0" alt="robot operating system" title="Robot Operating System (ROS)" /></a></p>
<p>ROS is a robot operating system originally developed (2007) in the Stanford Artificial Intelligence Laboratory in support of the Stanford AI Robot (STAIR) project but now (as of 2008) developed primarily by Willow Garage, a <a href="http://robotechno.us">robotics</a> research institute/incubator. It is free for commercial and research use under a BSD license. The library runs primarily on Linux but is intended to be cross-platform for Mac OS X and Windows. ROS provides standard operating system services such as hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It is a graph based architecture where processing takes place in nodes that may receive, post and multiplex sensor, control, state, planning, actuator and other messages.</p>
<p><span id="more-309"></span>ROS has two basic &#8220;sides&#8221;: The operating system side ros as described above and ros-pkg, a whole series of user contributed nodes that implement functionality such as Simultaneous localization and mapping, planning, perception, simulation etc.</p>
<p>ROS is released under the terms of the BSD license, and is open source software.</p>
<h3>Applications</h3>
<ul>
<li>ROS areas include</li>
<li>A master coordination node</li>
<li>Publishing or Subscribing to data streams (images, stereo, laser, control, actuator, contact &#8230;)</li>
<li>Multiplexing information</li>
<li>Node creation and destruction</li>
<li>Nodes are seamlessly distributed, allowing distributed operation over multi-core, multi-processor, GPU and clusters.</li>
<li>Logging</li>
<li>Parameter server</li>
<li>Test systems</li>
</ul>
<p>ROS Package application areas will include</p>
<ul>
<li>Perception</li>
<li>Object Identification</li>
<li>Segmentation and Recognition</li>
<li>Face Recognition</li>
<li>Gesture Recognition</li>
<li><a href="http://robotechno.us/search/motion+tracking">Motion Tracking</a></li>
<li>Ego-motion</li>
<li>Motion Understanding</li>
<li>Structure from motion (SFM)</li>
<li>Stereopsis Stereo vision: depth perception from 2 cameras</li>
</ul>
<p>Web site community for open source robot operating system is www.ros.org. If you wish to find out about Willow Garage&#8217;s role in developing ROS, please visit the <a target="_blank" href="http://www.willowgarage.com/pages/software/ros-platform">Willow Garage Web site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/robot-operating-system-ros.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete Robotics Tutorial in Video</title>
		<link>http://robotechno.us/complete-robotics-tutorial-video.html</link>
		<comments>http://robotechno.us/complete-robotics-tutorial-video.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:08:03 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Mechanics]]></category>
		<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[Actuators]]></category>
		<category><![CDATA[Dynamic Analysis]]></category>
		<category><![CDATA[echnologies in Robots]]></category>
		<category><![CDATA[Electric]]></category>
		<category><![CDATA[Electric Actuators]]></category>
		<category><![CDATA[Forward Position Control]]></category>
		<category><![CDATA[Grippers Manipulators]]></category>
		<category><![CDATA[Hydraulic]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Industrial Manipulators]]></category>
		<category><![CDATA[Industrial Robots]]></category>
		<category><![CDATA[Introduction to Robotics]]></category>
		<category><![CDATA[Kinematics]]></category>
		<category><![CDATA[Pneumatic]]></category>
		<category><![CDATA[Trajectory planning]]></category>
		<category><![CDATA[Velocity Analysis]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=296</guid>
		<description><![CDATA[Here the complete robotics tutorial based on youtube video. There are 40 long time videos which will explain about robotics. Tired to watching this video online..? Then try to download the video using keepvid.com. Lecture 1. Introduction to Robotics Lecture 2. Technologies in Robots Lecture 3. Industrial Robots Lecture 4. Industrial Manipulators and its Kinematics [...]]]></description>
			<content:encoded><![CDATA[<p>Here the complete robotics tutorial based on  youtube video. There are 40 long time videos which will explain about robotics. Tired to watching this video online..? Then try to download the video using keepvid.com.<br />
Lecture 1. Introduction to Robotics<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/DaWMvEY3Qgc"><param name="movie" value="http://www.youtube.com/v/DaWMvEY3Qgc" /></object> </p>
<p>Lecture 2. Technologies in Robots<br />
<span id="more-296"></span><object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/HWQ_xWnQU0A"><param name="movie" value="http://www.youtube.com/v/HWQ_xWnQU0A" /></object> </p>
<p>Lecture 3. Industrial Robots<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/l1gRr_NI4BU"><param name="movie" value="http://www.youtube.com/v/l1gRr_NI4BU" /></object> </p>
<p>Lecture 4. Industrial Manipulators and its Kinematics<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/X7iBT5l599c"><param name="movie" value="http://www.youtube.com/v/X7iBT5l599c" /></object> </p>
<p>Lecture 5. Parallel Manipulators<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/VPwq6SN4Zos"><param name="movie" value="http://www.youtube.com/v/VPwq6SN4Zos" /></object> </p>
<p>Lecture 6. Grippers Manipulators<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/qdWwsML2KdU"><param name="movie" value="http://www.youtube.com/v/qdWwsML2KdU" /></object> </p>
<p>Lecture 7. Electric Actuators<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/Oq25s1zWLmU"><param name="movie" value="http://www.youtube.com/v/Oq25s1zWLmU" /></object> </p>
<p>Lecture 8. Actuators &#8211; Electric, Hydraulic, Pneumatic<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/0pgGn4CkDTM"><param name="movie" value="http://www.youtube.com/v/0pgGn4CkDTM" /></object> </p>
<p>Lecture 9. Internal State Sensors<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/WbK0FcXNJcY"><param name="movie" value="http://www.youtube.com/v/WbK0FcXNJcY" /></object> </p>
<p>Lecture 10. Internal State Sensors<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/C5VDSmWUoiE"><param name="movie" value="http://www.youtube.com/v/C5VDSmWUoiE" /></object> </p>
<p>Lecture 11. External State Sensors<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/G8IkBFbtSI4"><param name="movie" value="http://www.youtube.com/v/G8IkBFbtSI4" /></object> </p>
<p>Lecture 12. Trajectory planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/G8IkBFbtSI4"><param name="movie" value="http://www.youtube.com/v/G8IkBFbtSI4" /></object> </p>
<p>Lecture 13. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/9gJTPtudzbE"><param name="movie" value="http://www.youtube.com/v/9gJTPtudzbE" /></object> </p>
<p>Lecture 14. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/RVjoB87lRXQ"><param name="movie" value="http://www.youtube.com/v/RVjoB87lRXQ" /></object> </p>
<p>Lecture 15. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/p_74L3reAC0"><param name="movie" value="http://www.youtube.com/v/p_74L3reAC0" /></object> </p>
<p>Lecture 16. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/f4wmCj55sSc"><param name="movie" value="http://www.youtube.com/v/f4wmCj55sSc" /></object> </p>
<p>Lecture 17. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/peWhuEJoS8g"><param name="movie" value="http://www.youtube.com/v/peWhuEJoS8g" /></object> </p>
<p>Lecture 18. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/dt42viNqkCc"><param name="movie" value="http://www.youtube.com/v/dt42viNqkCc" /></object> </p>
<p>Lecture 19. Trajectory Planning<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/nsq0C-qU3RY"><param name="movie" value="http://www.youtube.com/v/nsq0C-qU3RY" /></object> </p>
<p>Lecture 20. Forward Position Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/oNgZXpCKTyY"><param name="movie" value="http://www.youtube.com/v/oNgZXpCKTyY" /></object> </p>
<p>Lecture 21. Inverse Problem<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/hb-jY21J8M0"><param name="movie" value="http://www.youtube.com/v/hb-jY21J8M0" /></object> </p>
<p>Lecture 22. Velocity Analysis<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/2RkUoIaIYDM"><param name="movie" value="http://www.youtube.com/v/2RkUoIaIYDM" /></object> </p>
<p>Lecture 23. Velocity Analysis<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/ma-5bR2NdI0"><param name="movie" value="http://www.youtube.com/v/ma-5bR2NdI0" /></object> </p>
<p>Lecture 24. Dynamic Analysis<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/-X1APZVeIgM"><param name="movie" value="http://www.youtube.com/v/-X1APZVeIgM" /></object> </p>
<p>Lecture 25. Image Processing<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/kCOQjAO9grU"><param name="movie" value="http://www.youtube.com/v/kCOQjAO9grU" /></object> </p>
<p>Lecture 26. Image Processing<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/B1pnQrsueuA"><param name="movie" value="http://www.youtube.com/v/B1pnQrsueuA" /></object> </p>
<p>Lecture 27. Image Processing<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/ZaxFSSgv_Eg"><param name="movie" value="http://www.youtube.com/v/ZaxFSSgv_Eg" /></object> </p>
<p>Lecture 28. Image Processing<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/zsiW6hcnOyE"><param name="movie" value="http://www.youtube.com/v/zsiW6hcnOyE" /></object> </p>
<p>Lecture 29. Image Processing<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/wAvWXHw6iZ8"><param name="movie" value="http://www.youtube.com/v/wAvWXHw6iZ8" /></object> </p>
<p>Lecture 30. Image Processing<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/Kax8ncbxp3c"><param name="movie" value="http://www.youtube.com/v/Kax8ncbxp3c" /></object> </p>
<p>Lecture 31. Robot Dynamics and Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/FR1W8YFfTL4"><param name="movie" value="http://www.youtube.com/v/FR1W8YFfTL4" /></object> </p>
<p>Lecture 32. Robot Dynamics and Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/YxdGEw3HCzE"><param name="movie" value="http://www.youtube.com/v/YxdGEw3HCzE" /></object> </p>
<p>Lecture 33. Robot Dynamics and Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/i4HffnXvkUk"><param name="movie" value="http://www.youtube.com/v/i4HffnXvkUk" /></object> </p>
<p>Lecture 34. Robot Dynamics and Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/iHYGft2LDCU"><param name="movie" value="http://www.youtube.com/v/iHYGft2LDCU" /></object> </p>
<p>Lecture 35. Robot Dynamics and Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/lZ981EHReZo"><param name="movie" value="http://www.youtube.com/v/lZ981EHReZo" /></object> </p>
<p>Lecture 36. Robot Dynamics and Control<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/PRIXKnaBtwI"><param name="movie" value="http://www.youtube.com/v/PRIXKnaBtwI" /></object> </p>
<p>Lecture 37. Futuristic Topics in Robotics<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/YqJ1no6cIzw"><param name="movie" value="http://www.youtube.com/v/YqJ1no6cIzw" /></object> </p>
<p>Lecture 38.<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/O72_HcOD_70"><param name="movie" value="http://www.youtube.com/v/O72_HcOD_70" /></object> </p>
<p>Lecture 39.<br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/-E2TAROJ3h0"><param name="movie" value="http://www.youtube.com/v/-E2TAROJ3h0" /></object> </p>
<p>Lecture 40. Futuristic Topics in <a href="http://robotechno.us" title="robotics technology">Robotics</a><br />
<object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/Ie86eCdVBnA"><param name="movie" value="http://www.youtube.com/v/Ie86eCdVBnA" /></object> </p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/complete-robotics-tutorial-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Robot Multi Objectives Tutorial</title>
		<link>http://robotechno.us/single-robot-multi-objectives-tutorial.html</link>
		<comments>http://robotechno.us/single-robot-multi-objectives-tutorial.html#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:36:35 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[line follower]]></category>
		<category><![CDATA[line tracking]]></category>
		<category><![CDATA[robot tutorial]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=257</guid>
		<description><![CDATA[This a simple robot built based on PIC microcontroller, this single robot has multi functions to do some works. The robot has the following objectives : 1. Follow a black line track with sharp turns 2. Ability to maneuver through breaks in the line 3. Detect obstacles and manuever around them 4. Identify colors to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a target="_blank" title="Single Robot Multi Objectives" rel="external nofollow" href="http://images.myfilehost.us/viewer.php?id=cqs1243132102f.jpg"><img class="aligncenter" src="http://images.myfilehost.us/images/cqs1243132102f.jpg" border="0" alt="Single Robot Multi Objectives" width="309" height="238" title="Single Robot Multi Objectives Tutorial" /></a></p>
<p>This a simple robot built based on PIC microcontroller, this single <a title="technology of robotics" href="http://robotechno.us">robot</a> has multi functions to do some works.</p>
<p>The robot has the following objectives :</p>
<p>1. Follow a black line track with sharp turns<br />
2. Ability to 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>Original robot tutorial <a target="_blank" rel="external nofollow" href="http://www.narobo.com/robots/3in1robot/3in1robot.html">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/single-robot-multi-objectives-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2A DC Motor Controller with L298N</title>
		<link>http://robotechno.us/2a-dc-motor-controller-l298n.html</link>
		<comments>http://robotechno.us/2a-dc-motor-controller-l298n.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 03:36:25 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[actuator]]></category>
		<category><![CDATA[L298 Motor Driver]]></category>
		<category><![CDATA[l298 motor driver circuit]]></category>
		<category><![CDATA[l298 pcb]]></category>
		<category><![CDATA[l298n]]></category>
		<category><![CDATA[l298n circuit]]></category>
		<category><![CDATA[l298n dc motor]]></category>
		<category><![CDATA[l298n schematic]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=229</guid>
		<description><![CDATA[I&#8217;ve once use L298N for my line follower robot. This is cheap and able to control motor which need quite electric current to run. I recommend this driver IC for your robot&#8230; Download the schematics an tutorial here]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a target="_blank" title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=arx1248923520x.jpg"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/arx1248923520x.jpg" border="0" alt="electronic circuit diagram" title="2A DC Motor Controller with L298N" /></a></p>
<p>I&#8217;ve once use L298N for my <a target="_blank" title="line follower robot tutorial" href="http://robotics.penyet.net/tag/line-follower">line follower</a> <a target="_blank" title="robotics technology" href="http://robotechno.us">robot</a>. This is cheap and able to control motor which need quite <a title="electronics online" href="http://electropart.info">electric</a> current to run. I recommend this driver IC for your robot&#8230; <img src='http://robotechno.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="2A DC Motor Controller with L298N" /> </p>
<p>Download the <strong><a target="_blank" title=" dc motor controller" href="http://robotics.penyet.net/DC%20Motor%20driver%202A.html">schematics an tutorial here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/2a-dc-motor-controller-l298n.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Robotics Arm Tutorial and Design</title>
		<link>http://robotechno.us/robotics-arm-tutorial-design.html</link>
		<comments>http://robotechno.us/robotics-arm-tutorial-design.html#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:15:02 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[arm robotic]]></category>
		<category><![CDATA[build robotic arm]]></category>
		<category><![CDATA[Design of Robotic arm using stepper motor]]></category>
		<category><![CDATA[robot arm design]]></category>
		<category><![CDATA[Robot arm tutorial]]></category>
		<category><![CDATA[robotic arm circuit]]></category>
		<category><![CDATA[robotic arm control]]></category>
		<category><![CDATA[robotic arm design]]></category>
		<category><![CDATA[robotic arm schematic]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=223</guid>
		<description><![CDATA[Robot arm at this time has been used in major industries. This robot is used to make production more quickly and accurately. But you know that to design a robot arm requires an accurate calculation? Yes, the robot arm is one of the robots that have a working principle similar to the human arm movement. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a target="_blank" title="Robotics Arm Tutorial and Design" href="http://schematics.circuitdiagram.net/viewer.php?id=klz1248271965s.jpg"><img class="aligncenter" src="http://schematics.circuitdiagram.net/thumbs/klz1248271965s.jpg" border="0" alt="Robotics Arm Tutorial and Design" title="Robotics Arm Tutorial and Design" /></a></p>
<p>Robot arm at this time has been used in major industries. This <a title="robotics" href="http://robotechno.us">robot</a> is used to make production more quickly and accurately. But you know that to design a robot arm requires an accurate calculation?</p>
<p>Yes, the robot arm is one of the robots that have a working principle similar to the human arm movement. To design a robot arm is very complex because it requires the cooperation of appropriate motor movement. You should also consider the type and torque of motor and also determine where your motor will attach.</p>
<p>If you will make your own robot arm, it&#8217;s good if you are visiting <a target="_blank" rel="nofollow" href="http://www.societyofrobots.com/robot_arm_tutorial.shtml">this page</a> .. <img src='http://robotechno.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Robotics Arm Tutorial and Design" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/robotics-arm-tutorial-design.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sound Activation Schematic Diagram</title>
		<link>http://robotechno.us/sound-activation-schematic-diagram.html</link>
		<comments>http://robotechno.us/sound-activation-schematic-diagram.html#comments</comments>
		<pubDate>Tue, 07 Jul 2009 04:48:05 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[rangkaian sound activation]]></category>
		<category><![CDATA[sound sensor circuit diagram]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=218</guid>
		<description><![CDATA[Sound activation also knows as tone detector is one of sensing system that usually used for robot start up activation. When some frequency have received by microphone in this circuit, then the robot will start to move. I’ve collected some schematic diagrams of sound activation as follow: Sound Activation schematic 1 Sound Activation schematic 2 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sound activation</strong> also knows as <strong>tone detector</strong> is one of sensing system that usually used for <strong>robot</strong> start up activation. When some frequency have received by <strong>microphone</strong> in this circuit,  then the <a target="_blank" href="../"><strong>robot</strong></a> will start to move.</p>
<p>I’ve collected some <a target="_blank" href="http://skema-elektronik.blogspot.com/">schematic diagrams</a> of sound activation as follow:</p>
<p><strong>Sound Activation schematic 1</strong><br />
<a target="_blank" title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=cqs1235545113h.jpg"><img title="Sound Activation Circuit for your Robot" src="http://schematics.circuitdiagram.net/thumbs/cqs1235545113h.jpg" border="0" alt="Sound Activation Circuit diagram for your Robot" /></a></p>
<p><strong>Sound Activation schematic 2</strong><br />
<a target="_blank" title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=cqs1235546186y.jpg"><img title="Sound Activation Circuit for your Robot" src="http://schematics.circuitdiagram.net/thumbs/cqs1235546186y.jpg" border="0" alt="Sound Activation Circuit diagram" /></a></p>
<p><span id="more-218"></span><strong>Sound Activation schematic 3</strong><br />
<a target="_blank" title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=bwy1235548383s.gif"><img title="Sound Activation Circuit for your Robot" src="http://schematics.circuitdiagram.net/thumbs/bwy1235548383s.gif" border="0" alt="Sound Activation Circuit for your Robot" /></a></p>
<p><strong>Sound Activation 4 schematic</strong><br />
<a target="_blank" title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=opt1235547018k.jpg"><img title="Sound Activation Circuit for your Robot" src="http://schematics.circuitdiagram.net/thumbs/opt1235547018k.jpg" border="0" alt="Sound Activation Circuit for your Robot" /></a></p>
<p><strong>Sound Activation schematic 5</strong><br />
<a target="_blank" title="free schematic diagram" href="http://schematics.circuitdiagram.net/viewer.php?id=klz1235548246e.JPG"><img title="Sound Activation Circuit for your Robot" src="http://schematics.circuitdiagram.net/thumbs/klz1235548246e.JPG" border="0" alt="Sound Activation Circuit" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/sound-activation-schematic-diagram.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book: C Programming for AVR Microcontrollers</title>
		<link>http://robotechno.us/book-c-programming-for-avr-microcontrollers.html</link>
		<comments>http://robotechno.us/book-c-programming-for-avr-microcontrollers.html#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:53:54 +0000</pubDate>
		<dc:creator>Robotics Technology</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Robotics Ebooks]]></category>
		<category><![CDATA[Robotics Tutorial]]></category>
		<category><![CDATA[AVR Microcontroller]]></category>
		<category><![CDATA[avr programming]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[programming guide]]></category>
		<category><![CDATA[robotics ebook]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=215</guid>
		<description><![CDATA[This can be used as reference book for  AVR microcontroller programming. 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: • Have an intermediate understanding of the C programming language. • Have a elementary understanding microcontroller architecture. • [...]]]></description>
			<content:encoded><![CDATA[<p><img title="C Programming for AVR Microcontrollers" src="http://ecx.images-amazon.com/images/I/513B78BMB7L._SL500_AA240_.jpg" alt="c programming" hspace="5" width="144" height="144" align="left" />This can be used as reference <a target="_blank" title="free downloadable ebooks" href="http://ebooks.penyet,net/">book</a> for  AVR microcontroller programming. As we know, AVR family is cheap, easy and the most used microcontroller in <a target="_blank" title="robotics technology" href="http://robotics.penyet.net/">Robotics</a>.</p>
<p>By the time you complete the text and projects you will:<br />
<span id="more-215"></span><br />
• Have an intermediate understanding of the C programming language.<br />
• Have a elementary understanding <a target="_blank" title="microcontroller tutorial" href="../category/robotics-tutorial/electronics/microcontroller">microcontroller</a> architecture.<br />
• Be able to use the WinAVR and AVR Studio tools to build programs.<br />
• Be able to use C to develop microcontroller functions such as:<br />
<span id="more-282"> </span></p>
<ul>- Port Inputs and Outputs<br />
- Read a joystick<br />
- Use timers<br />
- Program a Real Time Clock<br />
- Communicate with PC<br />
- Conduct analog to digital and digital to analog conversions<br />
- Measure temperature, light, and voltage<br />
- Control <a target="_blank" title="microcontroller tutorial" href="../dc-motors-for-your-robots.html">motors</a><br />
- Make music<br />
- Control the LCD<br />
- Flash LEDs like crazy</ul>
<p>Download ebook <strong><a target="_blank" title="C Programming for Microcontrollers" href="http://www.4shared.com/file/119377854/47c606fd/C_Programming_for_Microcontrol.html?s=1">C Programming for Microcontrollers</a></strong><br />
or<br />
Buy <a target="_blank" title="C Programming for Microcontrollers" href="http://www.amazon.com/gp/product/0976682206?ie=UTF8&amp;tag=digcamnewandr-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0976682206"><strong>C Programming for Microcontrollers</strong> book from amazon.com</a> for US$ 49.95</p>
]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/book-c-programming-for-avr-microcontrollers.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
