<?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 Articles</title>
	<atom:link href="http://robotechno.us/category/robotics-articles/feed" rel="self" type="application/rss+xml" />
	<link>http://robotechno.us</link>
	<description>Robotics Technology &#124; Robotics News, Articles and Tutorial</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Arduino Hardware (Part 2)</title>
		<link>http://robotechno.us/arduino-hardware-part-2.html</link>
		<comments>http://robotechno.us/arduino-hardware-part-2.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:08:51 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Arduino Tutorials]]></category>
		<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[Arduino bluetooth]]></category>
		<category><![CDATA[arduino hardware]]></category>
		<category><![CDATA[Arduino pin]]></category>
		<category><![CDATA[Arduino schematics]]></category>
		<category><![CDATA[Stand alone Arduino]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1428</guid>
		<description><![CDATA[This article is a continuation of Arduino hardware part 1 that talks about Arduino Board, COMMUNICATION CABLE (Serial / USB), Arduino power supply, PC / LAPTOP +-USB Serial Adapter.  In this section we will discuss more  about Arduino Hardware : With what Arduino elements can interact?, Arduino Prototyping, etc. The Arduino is based on the ATmega168 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/wp-content/uploads/2012/01/Arduino-USB-board.jpg"><img class="size-medium wp-image-1430 aligncenter" title="Arduino USB board" src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-USB-board-300x224.jpg" alt="Arduino USB board 300x224 Arduino Hardware (Part 2)" width="300" height="224" /></a>This article is a continuation of <a href="http://robotechno.us/arduino-hardware-part-1.html">Arduino hardware part 1</a> that talks about Arduino Board, COMMUNICATION CABLE (Serial / USB), Arduino power supply, PC / LAPTOP +-USB Serial Adapter.  In this section we will discuss more  about Arduino Hardware : With what Arduino elements can interact?, Arduino Prototyping, etc.<strong></strong><span id="more-1428"></span><a href="http://robotechno.us/arduino-hardware-part-2.html/arduino-usb-board-pin-out" rel="attachment wp-att-1429"><img class=" wp-image-1429 aligncenter" title="Arduino USB board pin" src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-USB-board-pin-out-300x221.jpg" alt="Arduino USB board pin out 300x221 Arduino Hardware (Part 2)" width="300" height="221" /></a><a href="http://robotechno.us/wp-content/uploads/2012/01/Arduino-board-scheme.jpg"><br />
</a>The Arduino is based on the ATmega168 chip or Atmega8. We take as reference with  USB board. The following is an explanation of the pin in the image above. Starting from the top center of the pin clockwise :<br />
· Analog reference pin (orange)<br />
· Digital Signal Ground (green light)<br />
· Digital Pins 3-13 (green)<br />
· Digital pins 1-2 / O serial port: TX / RX (dark green)<br />
· Reset Button (dark blue)<br />
· Input circuit serial programmer (turquoise)<br />
· Analog Input Pins 0-5 (light blue)<br />
· Power and Ground Pins (power: orange, earth, light orange)<br />
· Input from an external power supply (9-12V DC) &#8211; X1 (pink)<br />
· Switches between external power supply or power through the USB port &#8211; SV1 (purple)<br />
· USB port (yellow)</p>
<p><a href="http://robotechno.us/wp-content/uploads/2012/01/Arduino-board-scheme.jpg"><img class="size-medium wp-image-1431 aligncenter" title="Arduino board scheme" src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-board-scheme-300x198.jpg" alt="Arduino board scheme 300x198 Arduino Hardware (Part 2)" width="300" height="198" /></a><strong>Arduino Board Prototyping</strong><br />
This board is designed to incorporate additional basic Arduino hardware design. It incorporates an array of holes in which to assemble our additional hardware. You do not have serial or USB, making it necessary to have another board to program the chip. In their absence you can use a parallel programmer or an AVR ISP.<br />
<a href="http://robotechno.us/arduino-hardware-part-2.html/board-prototyping" rel="attachment wp-att-1432"><img class="size-medium wp-image-1432 aligncenter" title="Arduino Board Prototyping" src="http://robotechno.us/wp-content/uploads/2012/01/Board-Prototyping-300x192.jpg" alt="Board Prototyping 300x192 Arduino Hardware (Part 2)" width="300" height="192" /></a><br />
<strong>Bluetooth</strong><br />
It is the last version in which you are working. Eliminates the need for cables to communicate with a PC or other Bluetooth device, such as a mobile phone. The design still need to debug it, so they are not yet available and the scheme or CAD files.</p>
<p><strong>Stand-alone (Independent)</strong><br />
If you want to directly use the ATmega8 chip on PCB board or breadboard, without wanting to use Arduino parts which is not necessary, The Arduino schematic is available here for you.<a href="http://robotechno.us/arduino-hardware-part-2.html/stand-alone-arduino" rel="attachment wp-att-1433"><img class="size-medium wp-image-1433 aligncenter" title="Stand-alone Arduino" src="http://robotechno.us/wp-content/uploads/2012/01/Stand-alone-Arduino-187x300.jpg" alt="Stand alone Arduino 187x300 Arduino Hardware (Part 2)" width="187" height="300" /></a></p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-hardware-part-1.html" rel="bookmark">Arduino Hardware (Part 1)</a> <br />In this article, We will discuss about the Arduino hardware for those who are beginners. I will only summarize the important things and this article will be presented in two parts. Arduino board USB to serial adapter The first thing you need is an Arduino board. There are several models, ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-uno-schematic-board-software-tutorial.html" rel="bookmark">Arduino UNO Schematic, Board, Software and Tutorial</a> <br />Here the Arduino UNO Schematic, Board, Software and Tutorial... Arduino is already widely used for robotics applications, so i think you need to learn about Arduino.. :) Arduino UNO Board: Arduino UNO Schematic: &nbsp; Adruino UNO Schematic and PCB Design Download: EAGLE files (rev2): arduino-uno-rev2-reference-design.zip Schematic (rev2): arduino-uno-rev2-schematic.pdf EAGLE files ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-tutorial-collection-wiring-code.html" rel="bookmark">Arduino Tutorial: Controlling the LED&#8217;s Blinking Rates using Potensiometer</a> <br />This is a tutorial about controlling the LED's blinking rates using potensiometer. A potentiometer is really a simple knob that gives a adjustable resistance, which we are able to read into the Arduino board as an analog value. In this simple tutorial, you will see how the resistance value of ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/explanation-arduino.html" rel="bookmark">Few explanation about the Arduino</a> <br />What is Arduino? Arduino is a tool for making computers that can sense and control the physical world through your computer. It is a development platform open-source physical computing, based on a simple microcontroller board and a development environment for creating software (programs) for the board. Arduino can use to ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-tutorial-piezo-element-detect-vibration.html" rel="bookmark">Arduino Tutorial: Use a Piezo Element to Detect Vibration</a> <br />Arduino Tutorial: Use a Piezo Element to Detect Vibration. This tutorial shows you how to use a Piezo element to detect vibration, in this case, a knock on a door, table, or other solid surface. A piezo is an electronic device that generates a voltage when it's physically deformed by ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/arduino-hardware-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Hardware (Part 1)</title>
		<link>http://robotechno.us/arduino-hardware-part-1.html</link>
		<comments>http://robotechno.us/arduino-hardware-part-1.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:16:47 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Arduino Tutorials]]></category>
		<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[arduino board]]></category>
		<category><![CDATA[arduino communication cable]]></category>
		<category><![CDATA[arduino hardware]]></category>
		<category><![CDATA[arduino power supply]]></category>
		<category><![CDATA[Arduino usb to serial adapter]]></category>
		<category><![CDATA[serial arduino board]]></category>
		<category><![CDATA[usb arduino board]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1413</guid>
		<description><![CDATA[In this article, We will discuss about the Arduino hardware for those who are beginners. I will only summarize the important things and this article will be presented in two parts. Arduino board USB to serial adapter The first thing you need is an Arduino board. There are several models, and we even can build [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/wp-content/uploads/2012/01/Arduino-hardware.jpg"><img class="size-medium wp-image-1415 aligncenter" title="Arduino board" src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-hardware-300x217.jpg" alt="Arduino hardware 300x217 Arduino Hardware (Part 1)" width="300" height="217" /></a>In this article, We will discuss about the Arduino hardware for those who are beginners. I will only summarize the important things and this article will be presented in two parts.</p>
<p><strong>Arduino board USB to serial adapter</strong><br />
The first thing you need is an Arduino board. There are several models, and we even can build our own board. The Arduino is &#8220;open hardware&#8221;, which means that the design is freely distributed and used. All schemes are required to integrate our board has been widely available on the web.</p>
<p><span id="more-1413"></span>Especially for beginners, we recommend purchasing one of the models distributed through the web Arduino (http://www.arduino.cc/en/Main/Hardware) board specific serial (RS232) and USB. While the model serial have to weld all the elements (resistors, capacitors, etc &#8230;), the USB model is now ready for use.</p>
<p><strong>ARDUINO COMMUNICATION CABLE (Serial / USB)</strong><br />
Depending on the model of the Arduino board that we want to choose a serial or USB cable. A serial cable must have two connectors at the end of the DB-9. One male (to connect the board) and one female (for connecting to PC). It is very important to check that the serial cable is not of type &#8220;NULL MODEM&#8221; because it is useless.<br />
<a href="http://robotechno.us/arduino-hardware-part-1.html/serial-and-usb-cable" rel="attachment wp-att-1416"><img class="size-medium wp-image-1416 aligncenter" title="Serial and USB cable" src="http://robotechno.us/wp-content/uploads/2012/01/Serial-and-USB-cable-300x168.jpg" alt="Serial and USB cable 300x168 Arduino Hardware (Part 1)" width="300" height="168" /></a>The USB cable must be as shown in the image above. With a type A connector (for connecting to PC) and one type B (for connecting to the board) at their ends no mistake with mini-USB cable which is usually used with smaller devices such as cameras and readers cards.</p>
<p><strong>ARDUINO POWER SUPPLY (OPTIONAL)</strong><br />
While in case of the USB card it is not necessary to use an external power source, since the same USB cable is provided, in the case serial board is necessary to have an external source.</p>
<p>You can use a DC power supply or battery / battery with appropriate connector. But nevertheless recommended the use of power supply and should not be considered a replacement battery if you run out of charge.</p>
<p>In both cases the source voltage can be between 6 and 25 volts, and the polarity of the connector should be as shown in the picture.</p>
<p><a href="http://robotechno.us/arduino-hardware-part-1.html/arduino-power-supply" rel="attachment wp-att-1417"><img class="size-full wp-image-1417 aligncenter" title="Arduino power supply" src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-power-supply.jpg" alt="Arduino power supply Arduino Hardware (Part 1)" width="652" height="212" /></a>An important issue to consider is that the USB board gives us the ability to power the board through an external power source. The following figure shows the position where it must be a &#8220;jumper&#8221; to feed the board through the USB cable. If placed in another position the board can take power from an external source.<a href="http://robotechno.us/arduino-hardware-part-1.html/external-power-source-jumper" rel="attachment wp-att-1420"><img class="size-medium wp-image-1420 aligncenter" title="External power source jumper select" src="http://robotechno.us/wp-content/uploads/2012/01/external-power-source-jumper-300x232.jpg" alt="external power source jumper 300x232 Arduino Hardware (Part 1)" width="300" height="232" /></a></p>
<p><strong>PC / LAPTOP +-USB to Serial Adapter (optional)</strong><br />
To program the board is required to have a PC or laptop with a serial and / or USB to connect to the Arduino board. This is necessary to consider the type of plaque when we connect, as well as the availability of the serial / USB from our equipment.</p>
<p><a href="http://robotechno.us/arduino-hardware-part-1.html/arduino-board-usb-to-serial-adapter" rel="attachment wp-att-1421"><img class="size-full wp-image-1421 aligncenter" title="Arduino board USB to serial adapter" src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-board-USB-to-serial-adapter.jpg" alt="Arduino board USB to serial adapter Arduino Hardware (Part 1)" width="274" height="211" /></a><br />
Currently, most PC-s has a serial and USB ports, though often difficult to find a laptop with a serial port. When using the serial board and serial port is not available it is necessary to have a USB to serial cable converter.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-hardware-part-2.html" rel="bookmark">Arduino Hardware (Part 2)</a> <br />This article is a continuation of Arduino hardware part 1 that talks about Arduino Board, COMMUNICATION CABLE (Serial / USB), Arduino power supply, PC / LAPTOP +-USB Serial Adapter.  In this section we will discuss more  about Arduino Hardware : With what Arduino elements can interact?, Arduino Prototyping, etc. The Arduino ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-uno-schematic-board-software-tutorial.html" rel="bookmark">Arduino UNO Schematic, Board, Software and Tutorial</a> <br />Here the Arduino UNO Schematic, Board, Software and Tutorial... Arduino is already widely used for robotics applications, so i think you need to learn about Arduino.. :) Arduino UNO Board: Arduino UNO Schematic: &nbsp; Adruino UNO Schematic and PCB Design Download: EAGLE files (rev2): arduino-uno-rev2-reference-design.zip Schematic (rev2): arduino-uno-rev2-schematic.pdf EAGLE files ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/explanation-arduino.html" rel="bookmark">Few explanation about the Arduino</a> <br />What is Arduino? Arduino is a tool for making computers that can sense and control the physical world through your computer. It is a development platform open-source physical computing, based on a simple microcontroller board and a development environment for creating software (programs) for the board. Arduino can use to ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-tutorial-piezo-element-detect-vibration.html" rel="bookmark">Arduino Tutorial: Use a Piezo Element to Detect Vibration</a> <br />Arduino Tutorial: Use a Piezo Element to Detect Vibration. This tutorial shows you how to use a Piezo element to detect vibration, in this case, a knock on a door, table, or other solid surface. A piezo is an electronic device that generates a voltage when it's physically deformed by ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/parallax-boe-bot-robot-kit-serial-version.html" rel="bookmark">Parallax Boe-Bot Robot Kit (Serial Version)</a> <br />Build and program a high-quality, complex robot with a BASIC Stamp 2 microcontroller runnig on a Board of Education project platform. With the Boe-Bot Robot kit you can do over 40 hands-on activities! Program your Boe-Bot Robot to navigate on its own with touch, light and infrared sensors. Easy to ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/arduino-hardware-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Brain&#8221; developed for robotic (Evolvable Hardware)</title>
		<link>http://robotechno.us/brain-developed-robotic-evolvable-hardware.html</link>
		<comments>http://robotechno.us/brain-developed-robotic-evolvable-hardware.html#comments</comments>
		<pubDate>Sat, 14 Jan 2012 19:05:04 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[Brain for robotic]]></category>
		<category><![CDATA[EHW]]></category>
		<category><![CDATA[Evolvable Hardware]]></category>
		<category><![CDATA[Kyrre Glette]]></category>
		<category><![CDATA[Professor Jim Torresen]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1400</guid>
		<description><![CDATA[Over the decades, people have tried to copy a human mind, to use the software more and more sophisticated, creating a more sophisticated artificial intelligence system. But, despite all efforts, even the best artificial intelligence system is slightly larger than average intelligence cockroaches. What is the problem? So far, all systems based on artificial intelligence [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/brain-developed-robotic-evolvable-hardware.html/kyrre-glette-and-jim-torresen" rel="attachment wp-att-1405"><img class="size-medium wp-image-1405 aligncenter" title="Kyrre Glette and Jim Torresen" src="http://robotechno.us/wp-content/uploads/2012/01/Kyrre-Glette-and-Jim-Torresen-300x211.jpg" alt="Kyrre Glette and Jim Torresen 300x211 Brain developed for robotic (Evolvable Hardware)" width="300" height="211" /></a>Over the decades, people have tried to copy a human mind, to use the software more and more sophisticated, creating a more sophisticated artificial intelligence system. But, despite all efforts, even the best artificial intelligence system is slightly larger than average intelligence cockroaches.</p>
<p>What is the problem? So far, all systems based on artificial intelligence software that works on the hardware has not changed. All changes to existing hardware to be done through software. But the development team from the University of Oslo (Oslo University) in Norway has taken a step which might form the basis of the next generation of hardware.</p>
<p><span id="more-1400"></span>Professor Jim Torresen and Kyrre Glette built a developing hardware (Evolvable Hardware &#8211; EHW), which uses genetic algorithms. In other words, they created a computer &#8220;hardware&#8221; that can evolve.</p>
<p>System Torres and Gletta genetic means is that the hardware design, which can be most effective to accomplish the task. In the real world may need 20-30 thousand generations before the biological system will find a great configuration for solving a particular problem, and it can take 8-9 hundreds thousands of years. The system created by the Norwegian team spends the same amount of generation for a few seconds.</p>
<p>Work on EHW systems began in the late 90s. Torres Team began using evolutionary algorithms in 2004, when they made a robot chicken &#8220;Henriette&#8221;. Robot using evolutionary principles in its software in order to learn how to do some action, without attempting to understand the world and create a solution through the use of artificial intelligence.</p>
<p>Robot &#8220;Henriette&#8221; trying to apply random changes in their actions corresponding to the problem, and choose the best of them. So, after finding the best, it is able to solve their specific problems. Thanks to &#8220;Henriette&#8221; is to better understanding how evolution works. Similarly, the evolution of system hardware to work for finding configuration that will be most effective in solving problems.<br />
<a href="http://robotechno.us/brain-developed-robotic-evolvable-hardware.html/the-concept-of-evolvable-hardware-ehw" rel="attachment wp-att-1402"><img class="size-medium wp-image-1402 aligncenter" title="The concept of Evolvable Hardware (EHW)" src="http://robotechno.us/wp-content/uploads/2012/01/The-concept-of-Evolvable-Hardware-EHW-300x76.jpg" alt="The concept of Evolvable Hardware EHW 300x76 Brain developed for robotic (Evolvable Hardware)" width="300" height="76" /></a><br />
Evolution can solve many problems that the programmer should generally provide capabilities to solve or address them. Let us assume the robot was sent to Mars and fell into the pit. Using evolutionary methods, the robot could learn how to climb out of the pit without human help.<br />
<a href="http://robotechno.us/wp-content/uploads/2012/01/An-example-of-a-reconfigurable-EHW-circuit.jpg"><img class="size-medium wp-image-1401 aligncenter" title="An example of a reconfigurable EHW-circuit" src="http://robotechno.us/wp-content/uploads/2012/01/An-example-of-a-reconfigurable-EHW-circuit-300x213.jpg" alt="An example of a reconfigurable EHW circuit 300x213 Brain developed for robotic (Evolvable Hardware)" width="300" height="213" /></a><br />
Now the team wants to develop a robot to assist in the installation of oil pipes and other oilfield equipment at a depth of 2,000 meters. This depth makes it nearly impossible for a direct link with the robot. He should have 2-3 miles of wires extending behind it, or to transmit signals by means of the echo, which in turn will give a considerable delay between the command and its execution. Evolutionary robot could find a solution to problems encountered on site within a few seconds without operator intervention.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/evolutionary-robotics.html" rel="bookmark">Evolutionary Robotics</a> <br />Evolutionary Robotics (ER) is known as the methodology that uses evolutionary computation to build up controllers intended for autonomous robots. Algorithms in ER typically operate on populations of candidate controllers, initially selected through numerous distribution. This population is then repeatedly changed according to a fitness function. In the case of ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/how-robots-will-invade-our-lives.html" rel="bookmark">How robots will invade our lives</a> <br />TED - In this prophetic talk from 2003, roboticist Rodney Brooks talks about how robots are going to work their way into our lives -- starting with toys and moving into household chores ... and beyond. Rodney Brooks builds robots based on biological principles of movement and reasoning. In other ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/what-is-the-best-robotics-kit-available-for-500-or-less.html" rel="bookmark">What is the best robotics kit available for $500 or less?</a> <br />I am looking for a Christmas present for my husband. He works in the field of artificial intelligence. I have seen several robotics kits, but I am unsure which is best for someone who is older (26) and has a lot of programming experience, but not much experience with robotics ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/developing-robots-with-human-like-behaviour.html" rel="bookmark">Developing robots with human-like behaviour</a> <br />Giving robots the human touch Â© Shutterstock European and Japanese scientists have been successful in the field of artificial intelligence, especially regarding the development of robots that carry out repetitive tasks in process control and assembly. But challenges still exist. Determined to bring to market robots with human-like behaviour, scientists ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/robotics-book-the-allure-of-machinic-life-cybernetics-artificial-life-and-the-new-ai-bradford-books.html" rel="bookmark">Robotics Book: The Allure of Machinic Life: Cybernetics, Artificial Life, and the New AI (Bradford Books)</a> <br />Here is the book related to robotics: Book title: The Allure of Machinic Life: Cybernetics, Artificial Life, and the New AI (Bradford Books) The Allure of Machinic Life: Cybernetics, Artificial Life, and the New AI (Bradford Books) Technical details/features and description: ISBN13: 9780262515023Condition: NewNotes: BRAND NEW FROM PUBLISHER! BUY WITH ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/brain-developed-robotic-evolvable-hardware.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robot cleaner Mint &#8211; a (video) a quiet, simple and inexpensive</title>
		<link>http://robotechno.us/robot-cleaner-mint-video-quiet-simple-inexpensive.html</link>
		<comments>http://robotechno.us/robot-cleaner-mint-video-quiet-simple-inexpensive.html#comments</comments>
		<pubDate>Mon, 09 Jan 2012 16:58:58 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[Robotics Videos]]></category>
		<category><![CDATA[cheap cleaner robot]]></category>
		<category><![CDATA[inexpensive robot cleaner]]></category>
		<category><![CDATA[Robot cleaner]]></category>
		<category><![CDATA[Robot cleaner Mint]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1390</guid>
		<description><![CDATA[Advances in technology make human work more easily. For example, cleaning the house with mops, brushes and brooms now has been replaced by a vacuum cleaner, which has increased the efficiency, while keeping the same labor costs. And then, in recent years a growing number of emerging robot cleaner &#8211; small devices that do self [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/robot-cleaner-mint-video-quiet-simple-inexpensive.html/robot-cleaner-mint" rel="attachment wp-att-1391"><img class="size-medium wp-image-1391 aligncenter" title="Robot Cleaner Mint" src="http://robotechno.us/wp-content/uploads/2012/01/Robot-Cleaner-Mint-300x223.jpg" alt="Robot Cleaner Mint 300x223 Robot cleaner Mint   a (video) a quiet, simple and inexpensive" width="300" height="223" /></a>Advances in technology make human work more easily. For example, cleaning the house with mops, brushes and brooms now has been replaced by a vacuum cleaner, which has increased the efficiency, while keeping the same labor costs. And then, in recent years a growing number of emerging robot cleaner &#8211; small devices that do self cleaning, allow homeowners to do something more interesting, for example, watching TV, reading books or chatting with old friends.</p>
<p><span id="more-1390"></span>The problem with most of these devices is that they are robotic vacuum cleaners, a powerful engine that produces a lot of noise, which is often hampered and even annoying. For that reason, the Mint Robot cleaner deserve to be alternative for the automatic cleaning robot. Unlike most other cleaning robots, this is not a vacuum cleaner, but scouring the floor (in the kit are provided fabrics for wet and dry). This means that there are only motor sound during those moves that we can ignored.<br />
<a href="http://robotechno.us/robot-cleaner-mint-video-quiet-simple-inexpensive.html/northstar" rel="attachment wp-att-1392"><img class="size-medium wp-image-1392 aligncenter" title="NorthStar" src="http://robotechno.us/wp-content/uploads/2012/01/NorthStar-300x295.jpg" alt="NorthStar 300x295 Robot cleaner Mint   a (video) a quiet, simple and inexpensive" width="300" height="295" /></a><br />
Another element of the robot&#8217;s navigation module is NorthStar, which is a small cube to be installed anywhere in the room. This module creates a digital map of &#8220;locality&#8221; and wirelessly transmits it to the robot so that the robot knew where and how to move. This whole process happens almost instantly, most of the time is cleaning.</p>
<div style="text-align: center; margin: auto"><object type="application/x-shockwave-flash" style="width:320px; height:265px;" data="http://www.youtube.com/v/SJZe5LfYBqU?version=3" allowscriptaccess="always" allowfullscreen="true"><param name="movie" value="http://www.youtube.com/v/SJZe5LfYBqU?version=3" /></div>
<p>During operation, Mint demonstrates the capabilities of artificial intelligence, excellent mastering with the task. Even getting lost, the robot will seek out and did not stop cleaning. The room in which the cleaning by hand requires 5-10 minutes, the robot will clean for about an hour, but all this time, owner of the house can do their own thing, not wasting time on everyday issues. And finally, the main advantage of this robot cleaner is low in price.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/neato-xv11-vacuum-cleaner-robot-introduced-neato-robotics.html" rel="bookmark">Neato XV-11 Vacuum Cleaner Robot introduced by Neato Robotics</a> <br />Our robotics world has a new guest. Guest's name was neato XV-11, a commercial robot that will help you in doing homework. This robot is a robotic vacuum cleaner that will clean your entire floor, stairs and the corners of your home. Do you interested to have it ..? Neato ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/evolution-robotics-minttm-automatic-floor-cleaner-set-for-european-launch-and-expanded.html" rel="bookmark">Evolution Robotics&#8217; Mint(TM) Automatic Floor Cleaner Set for European Launch and Expanded &#8230;</a> <br />Evolution Robotics' Mint(TM) Automatic Floor Cleaner Set for European Launch and Expanded ... Following exciting sellout in 2010, Mint adds Good Housekeeping VIP Award and CES Innovations 2011 Design and Engineering Award to list of accolades LAS VEGAS, Jan. 6, 2011 - (CES - CONSUMER ELECTRONICS SHOW) Evolution Robotics, Inc., ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/theres-a-robot-in-our-house.html" rel="bookmark">There&#8217;s a Robot in Our House!</a> <br />"AI." "Bicentennial Man." "The Jetsons." "Richie Rich." "I, Robot." These films and TV programs may have elicited various emotions and opinions from the viewers. Indeed, these movies and shows have unveiled the different sides of robots. However, they still point out a certain fact --- that robots, or robotic devices, ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/roomba-robotic-vacuum-cleaner.html" rel="bookmark">Roomba robotic vacuum cleaner</a> <br />The following is information about the Roomba, known as Robotic FloorVac. The Roomba is an autonomous robotic vacuum cleaner made and sold by iRobot. Under normal operating conditions, it is able to navigate a living space and its obstacles while vacuuming the floor. The Roomba was introduced in 2002; as ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/new-robotics-will-soon-revolutionize-industry-and-services-world.html" rel="bookmark">New Robotics Will Soon Revolutionize Industry And Services World</a> <br />In the past few years industrial processes have monopolised practically all robotic developments and applications. However, the current tendency is marked by new robotics which will have a great impact in various spheres from the industrial to services and including entertainment and care assistance for persons, amongst other applications. This ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/robot-cleaner-mint-video-quiet-simple-inexpensive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Few explanation about the Arduino</title>
		<link>http://robotechno.us/explanation-arduino.html</link>
		<comments>http://robotechno.us/explanation-arduino.html#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:34:43 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Arduino Tutorials]]></category>
		<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[advantages of Arduino]]></category>
		<category><![CDATA[Arduino advantages]]></category>
		<category><![CDATA[Arduino boards]]></category>
		<category><![CDATA[Arduino explanation]]></category>
		<category><![CDATA[explanation about the Arduino]]></category>
		<category><![CDATA[What is Arduino?]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1383</guid>
		<description><![CDATA[What is Arduino? Arduino is a tool for making computers that can sense and control the physical world through your computer. It is a development platform open-source physical computing, based on a simple microcontroller board and a development environment for creating software (programs) for the board. Arduino can use to create interactive objects, reading data [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/explanation-arduino.html/arduino-board" rel="attachment wp-att-1384"><img class="size-medium wp-image-1384 aligncenter" title="Arduino " src="http://robotechno.us/wp-content/uploads/2012/01/Arduino-board-300x249.jpg" alt="Arduino board 300x249 Few explanation about the Arduino" width="300" height="249" /></a><strong>What is Arduino?</strong></p>
<p>Arduino is a tool for making computers that can sense and control the physical world through your computer. It is a development platform open-source physical computing, based on a simple microcontroller board and a development environment for creating software (programs) for the board.</p>
<p><span id="more-1383"></span>Arduino can use to create interactive objects, reading data from a variety of switches and sensors and control many types of lights, motors and other physical actuators. Arduino projects can be stand alone or communicate with a program (software) running on your computer (eg Flash, Processing, MaxMSP). Board can be mounted alone or buy a ready to use software development and you can download it for free. The Arduino programming language is an implementation of Wiring, a similar physical computing platform, which in turn is based on Processing, multimedia programming environment.</p>
<p><strong>Why should Arduino?</strong><br />
There are many other microcontrollers and microcontroller platforms available for physical computing. Parallax Basic Stamp, BX-24 from Netmedia, Phidgets, MIT Handyboard, and many others offer similar functionality. All these tools organize the complicated work of programming a microcontroller-friendly packages. Arduino can simplify the work with a microcontroller, offering several advantages over other systems for teacher, student and amateur. Here are some advantages of Arduino:</p>
<ul>
<li><strong>Affordable</strong> &#8211; The Arduino boards are more affordable compared to other microcontroller platforms. The most expensive version of an The Arduino module can be mounted by hand, and even mounted and costs much less than 60 €</li>
<li><strong>Multi-Platform</strong> &#8211; The The Arduino software runs on Windows operating systems, Macintosh OSX and Linux. Most environments for microcontrollers are limited to Windows.</li>
<li><strong>The programming environment simple -</strong> Arduino is easy to use  programming environment for beginners and flexible enough for advanced users. Teacher thinking is based on the Arduino programming environment Procesing with students to learn to program in this environment will feel familiar with the Arduino development environment.</li>
<li><strong>Software upgradeable and open-source -</strong> The Arduino software is published under a free license and ready to be extended by experienced programmers. The language can be extended through C + + libraries, and if you are interested in learning more about the technical details, you can jump into the programming language C in which AVR is based. Similarly can be added directly in AVR C code in your programs if you wish.</li>
<li><strong>Scalable hardware and open source</strong> &#8211; Arduino is based on ATMEGA168 microcontrollers, ATMega328 and ATmega1280. The planes of the modules are published under Creative Commons license, so experienced circuit designers can make their own version of the module, expanding or optimizing. Even relatively inexperienced users can build the development board version to understand how it works and save some money.</li>
</ul>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-uno-schematic-board-software-tutorial.html" rel="bookmark">Arduino UNO Schematic, Board, Software and Tutorial</a> <br />Here the Arduino UNO Schematic, Board, Software and Tutorial... Arduino is already widely used for robotics applications, so i think you need to learn about Arduino.. :) Arduino UNO Board: Arduino UNO Schematic: &nbsp; Adruino UNO Schematic and PCB Design Download: EAGLE files (rev2): arduino-uno-rev2-reference-design.zip Schematic (rev2): arduino-uno-rev2-schematic.pdf EAGLE files ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-hardware-part-2.html" rel="bookmark">Arduino Hardware (Part 2)</a> <br />This article is a continuation of Arduino hardware part 1 that talks about Arduino Board, COMMUNICATION CABLE (Serial / USB), Arduino power supply, PC / LAPTOP +-USB Serial Adapter.  In this section we will discuss more  about Arduino Hardware : With what Arduino elements can interact?, Arduino Prototyping, etc. The Arduino ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-tutorial-display-characters-lcd-module.html" rel="bookmark">Arduino Tutorial: Display Characters on LCD Module</a> <br />This tutorial will show you how to use and connect your LCD character module with Arduino Uno , Arduino Mega or any other Arduino board. This is about how to display characters on LCD module from Arduino module. Hardwares LCD module (16x2 or 20x4) - http://store.fut-electronics.com/Products/PDF/1602A.pdf Arduino uno or arduino ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/arduino-hardware-part-1.html" rel="bookmark">Arduino Hardware (Part 1)</a> <br />In this article, We will discuss about the Arduino hardware for those who are beginners. I will only summarize the important things and this article will be presented in two parts. Arduino board USB to serial adapter The first thing you need is an Arduino board. There are several models, ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/bird-house-sends-tweets-occupants-homevideo.html" rel="bookmark">A bird house that sends Tweets when the occupants are at home(Video)</a> <br />This video shows how to build a arduino bird house that uses solar energy to send tweets, each time the bird enters or leaves the house, that is, you can tell when someone is at home and other things that might interest people fan of birds. Have a look video ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/explanation-arduino.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVR GCC : Microcontrollers Port Management (Part 1)</title>
		<link>http://robotechno.us/avr-gcc-microcontrollers-port-management-2.html</link>
		<comments>http://robotechno.us/avr-gcc-microcontrollers-port-management-2.html#comments</comments>
		<pubDate>Wed, 28 Dec 2011 00:04:17 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[AVR-GCC]]></category>
		<category><![CDATA[DDRD register]]></category>
		<category><![CDATA[Management of the ports]]></category>
		<category><![CDATA[Microcontrollers Port Management]]></category>
		<category><![CDATA[Registers and DDRx PORTx]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1360</guid>
		<description><![CDATA[Management of the ports in the AVR GCC. Registers and DDRx PORTx. FSE. Bitwise operations. The function of delay. Unconditional jump in the program. Ports of the microcontroller &#8211; this I / O devices, allowing the microcontroller to send or receive data. The default port of the AVR microcontroller has eight bits of data that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Management of the ports in the AVR GCC. Registers and DDRx PORTx. </strong><br />
<strong>FSE. Bitwise operations. </strong><br />
<strong>The function of delay. Unconditional jump in the program.</strong></p>
<p>Ports of the microcontroller &#8211; this I / O devices, allowing the microcontroller to send or receive data. The default port of the AVR microcontroller has eight bits of data that can be transmitted or received simultaneously. Each grade (or bit) corresponds to the output (pin) microcontroller. The legs of the microcontroller is also called pins. To designate ports use letters A, B, C, etc. Number of I / O ports varies depending on the model of the microcontroller. Any port of the microcontroller can be configured as input or output.</p>
<p>To do this, you should write to the corresponding port register DDRx desired value. In addition, as an input or output can be configured separately, any output (pin) port. In any case, if  you want to configure all port or a single output, you will need to work with DDRx register.</p>
<p><span id="more-1360"></span>DDRx &#8211; direction data register. This register determines whether one or the other output port of input or output. If a discharge register DDRx contains a logical unit, the corresponding port pin is configured as an output, otherwise &#8211; as an input. The letter x in this case should designate a port name with which you work. Thus, for this will be port A register DDRA, Port B &#8211; DDRB register, etc.</p>
<p>Using the AVR GCC , written in the appropriate register a certain value can be one of the following methods.</p>
<p>For all the ports at once.</p>
<p>DDRD = 0xFF;</p>
<p>All D port pins are configured as outputs.</p>
<p>0xFF &#8211; hexadecimal representation of ff, where 0x is the prefix used to write hexadecimal numbers. In decimal representation this will be number 255, and in binary it would look like 11111111. That is, all bits of DDRD register will be written to logic one.</p>
<p>In AVR GCC to represent binary numbers use the prefix 0b. Thus, the number 11111111 to be presented in the program as 0b11111111. We can write the previous command for better readability.</p>
<p><strong>DDRD = 0b11111111;</strong></p>
<p>While such a record and is more obvious when you configure the ports made ​​to use the hex representation of numbers.</p>
<p>In order to configure all port pins as inputs D, you should write down all the bits in the register DDRD logical zeros.</p>
<p><strong>DDRD = 0&#215;00;</strong></p>
<p>in DDRD register can be written and the other numbers.  For example:</p>
<p><strong>DDRD = 0xb3;</strong></p>
<p>0xb3 &#8211; hexadecimal representation of the number 179. In binary it would look like 10,110,011. That is part of the output port D is configured as outputs, and some &#8211; as inputs.</p>
<p><strong>PD0 &#8211; 1 (out)</strong><br />
<strong> PD1 &#8211; 1 (out)</strong><br />
<strong> PD2 &#8211; 0 (input)</strong><br />
<strong> PD3 &#8211; 0 (input)</strong><br />
<strong> PD4 &#8211; 1 (out)</strong><br />
<strong> PD5 &#8211; 1 (output)</strong><br />
<strong> PD6 &#8211; 0 (input)</strong><br />
<strong> PD7 &#8211; 1 (out)</strong></p>
<p>Each bit registers DDRx can be installed separately. For example, to configure a separate output PD2 as output, we need a corresponding bit in DDRD register to record 1. To do this, use the following construction.</p>
<p><strong>DDRD | = 1 &lt;&lt;2;</strong><a href="http://robotechno.us/wp-content/uploads/2011/12/DDRD-register.jpg"><img class="size-medium wp-image-1361 alignright" title="DDRD Register" src="http://robotechno.us/wp-content/uploads/2011/12/DDRD-register-300x183.jpg" alt="DDRD register 300x183 AVR GCC : Microcontrollers Port Management (Part 1)" width="300" height="183" /></a></p>
<p>1 &lt;&lt;2 &#8211; performs the shift left 2 bits, that is to the right added two zero bits, and turns 100, and the sign &#8220;|&#8221;, standing in front of the sign of the assignment &#8220;= &#8220;performs bitwise logical operation of addition.</p>
<p>With the addition of a logical 0 +0 = 0, 0 +1 = 1 1 +1 = 1 . The logical addition in another operation called OR</p>
<p>Thus, the bits stored in register DDRD, added to a binary 100, presented at the 8-bit microcontroller register as 00,000,100, and the result is written back to register DDRD.</p>
<p>To configure the output PD2 separately as an input, we need a corresponding bit in DDRD register write 0. To do this, use the following construction.</p>
<p>DDRD &amp; = ~ (1 &lt;&lt;2);</p>
<p>In this case, the result of shifting units at two positions to the left is inverted by inverting the bit-operations, denoted by a &#8221; ~ . &#8221;</p>
<p>When we get the inversion instead of zeros, but instead of ones &#8211; are zero. This logical operation is also called the operation NOT.</p>
<p>Thus, when one bit inversion 00,000,100 11,111,011 we get. (For information about working with numbers in the microcontroller, see the sidebar below.)</p>
<p><a href="http://robotechno.us/wp-content/uploads/2011/12/DDRD-register1.jpg"><img class="alignright size-medium wp-image-1362" title="DDRD register" src="http://robotechno.us/wp-content/uploads/2011/12/DDRD-register1-300x172.jpg" alt="DDRD register1 300x172 AVR GCC : Microcontrollers Port Management (Part 1)" width="300" height="172" /></a>The resulting number by performing a bitwise logical multiplication is multiplied by k number stored in the register DDRD, and the result is written into the register DDRD.</p>
<p>When the logical multiplication of 0 * 0 = 0, 0 * 1 = 0, 1 * 1 = 1 . The operation of logical multiplication operation is also called AND.</p>
<p>So we shifted to the left by two positions ones transformed with inversion at zero and multiplied by the corresponding bit which stored in register DDRD. When multiplied by zero, we get zero. Thus, the PD2 bit is zero.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/avr-gcc-microcontrollers-port-management-part-2.html" rel="bookmark">AVR GCC : Microcontrollers Port Management (Part 2 end)</a> <br />A continuation of the article AVR GCC : Microcontrollers Port Management (Part 1). &gt;&gt;Once the data transfer direction for the port is configured, you can set the port value to be stored in the appropriate register PORTx. PORTx - register the port, where x is the port name. If the output is ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/avrgcc-code-compliance.html" rel="bookmark">AVR-GCC : CODE COMPLIANCE</a> <br />On the Internet there are many examples of code for AVR-GCC , written using functions and macros that are no longer supported in newer versions of the compiler. To use these examples and understand them with the essence of the ports of the microcontroller, you need to rewrite code or ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/voltage-comparator.html" rel="bookmark">Voltage Comparator</a> <br />In electronics, a comparator is a device which compares two voltages or currents and switches its output to indicate which is larger. More generally, the term is also used to refer to a device that compares two items of data. Output voltage will "switch" whenever the input voltage (at the ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/the-atmel-avr-and-its-development-hardware-up-close.html" rel="bookmark">The Atmel AVR and its Development Hardware Up Close</a> <br />The AVR series consists of a fairly broad range of hybrid-bit-width microcontrollers (nominally 16-bit code word, 8-bit data bus and ALU) sharing a common instruction set and differing primarily in the on-chip peripherals and package options. These devices donÃ¢â‚¬â„¢t show a clear genealogical relationship to any other microcontroller core IÃ¢â‚¬â„¢m ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/processing-frequency-of-color-sensor-tcs230-with-microcontroller-at89s51.html" rel="bookmark">Processing Frequency of Color Sensor TCS230 with Microcontroller AT89S51</a> <br />The TCS230 programmable color light-to-frequency converter combines configurable silicon photodiodes and a current-to-frequency converter on single monolithic CMOS integrated circuit. The output is a square wave (50% duty cycle) with frequency directly proportional to light intensity (irradiance). The full-scale output frequency can be scaled by one of three preset values ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/avr-gcc-microcontrollers-port-management-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultra-realistic robot HRP-4C walks like a man (video)</title>
		<link>http://robotechno.us/ultrarealistic-robot-hrp4c-walks-man-video.html</link>
		<comments>http://robotechno.us/ultrarealistic-robot-hrp4c-walks-man-video.html#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:55:26 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[Robotics News]]></category>
		<category><![CDATA[AIST]]></category>
		<category><![CDATA[humanoid robot]]></category>
		<category><![CDATA[pretty girl robot]]></category>
		<category><![CDATA[robot HRP-4C]]></category>
		<category><![CDATA[robot walks like a man]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1308</guid>
		<description><![CDATA[As you know, most robots are made imitating man or other living creatures, because nature is much more talented designer than a man. But the man himself is the subject of the most frequently imitated in robotics, and the word &#8220;robot&#8221; we often imagine the sort of humanoid creature. However, despite the fact that many [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/ultrarealistic-robot-hrp4c-walks-man-video.html/hrp-4c-robot" rel="attachment wp-att-1310"><img class="aligncenter size-medium wp-image-1310" title="HRP-4C robot" src="http://robotechno.us/wp-content/uploads/2011/12/HRP-4C-robot-300x240.jpg" alt="HRP 4C robot 300x240 Ultra realistic robot HRP 4C walks like a man (video) " width="300" height="240" /></a>As you know, most robots are made imitating man or other living creatures, because nature is much more talented designer than a man. But the man himself is the subject of the most frequently imitated in robotics, and the word &#8220;robot&#8221; we often imagine the sort of humanoid creature.<br />
<span id="more-1308"></span>
<div style="text-align:center">
<div style="margin-top:10px">
<object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/YvbAqw0sk6M?fs=1"></param><param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/YvbAqw0sk6M?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="320" height="265" allowfullscreen="true"></embed></object></div>
</div>
<p>However, despite the fact that many of the humanoid robot called human-or, in reality they are like us only vaguely. However small team of scientists achieved a breakthrough of the National Institute of Advanced Industrial Science and Technology (AIST) with his trademark wards robot HRP-4C, which already was very similar to human, or rather a pretty girl.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/hrp4-humanoid-robot-robocop.html" rel="bookmark">HRP-4, Humanoid Robot Looks Like RoboCop</a> <br />Japanese scientists presents a robot soldier. Robot called HRP-4 is the latest version of humanoid robots in Sakura country. HRP-4 was developed by Kawada Industries and the National Institute of Advances Industrial Science &amp; Technology (AIST). The robot can stand on one foot. The robot can also keep track of ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/beautiful-humanoid-robot-wedding-fashion-show.html" rel="bookmark">Beautiful Humanoid Robot Wedding Fashion Show</a> <br />What is your opinion about above female humanoid robot..? She's beautiful, isn't..? The researchers add some new "features" on this robot, especially in the face by adding a winking eye movements and mouth movements. May be Asimo robot is better in body movement but this female robot have rich in ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/iran-unveils-humanoid-robot-called-surena-2.html" rel="bookmark">Iran Unveils Humanoid Robot called Surena 2</a> <br />image: gulfnews.com This is the latest humanoid robot made in Iran. The robot is called "Surena 2", this is the second humanoid robot made by Iran. Iranian President Mahmoud Ahmadinejad, in particular launched a robot weighing 45 kg and height 1.45 meters in a technology event titled "Day of Industry ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/hrp4c-beautiful-robot-dance.html" rel="bookmark">HRP-4C: a beautiful robot that can dance well</a> <br />Japanese humanoid robot has been recorded many achievements. Previously she had been dazzling the public at the time the robot runs into catwalk models and sing songs. Now, the robot showed her shrewdness in dance with real dancers! Watch this video: HRP-4C can now be operated only by using the ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/short-history-robot.html" rel="bookmark">Short History of Robot</a> <br />The word robot was introduced to the public by the Czech writer Karel Capek in his play R.U.R. (Rossum's Universal Robots), published in 1920. The play starts in a factory that makes artificial individuals called robots creatures who can be mistaken for humans - though they're closer to the modern ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/ultrarealistic-robot-hrp4c-walks-man-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self balancing LEGO robot</title>
		<link>http://robotechno.us/balancing-lego-robot.html</link>
		<comments>http://robotechno.us/balancing-lego-robot.html#comments</comments>
		<pubDate>Wed, 05 Oct 2011 00:06:47 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[lego robot]]></category>
		<category><![CDATA[lego robotics]]></category>
		<category><![CDATA[LegWay]]></category>
		<category><![CDATA[robot balance]]></category>
		<category><![CDATA[robot balancing]]></category>
		<category><![CDATA[self balancing robot]]></category>
		<category><![CDATA[Steve Hassenplug]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1131</guid>
		<description><![CDATA[This Self balancing LEGO robot idea may be somewhat outdated, but I want to discuss it because the ideas are simple and easy to build using LEGO robots. Balancing robot on two wheels is a little complicated in design realization for some people, this is partly true. Making such robots require accelerometers, gyroscopes and sophisticated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robotechno.us/balancing-lego-robot.html/legway-robot-ballancing" rel="attachment wp-att-1132"><img class="aligncenter size-medium wp-image-1132" title="Legway robot ballancing" src="http://robotechno.us/wp-content/uploads/2011/10/Legway-robot-ballancing-289x300.jpg" alt="Legway robot ballancing 289x300 Self balancing LEGO robot" width="289" height="300" /></a>This Self balancing LEGO robot idea may be somewhat outdated, but I want to discuss it because the ideas are simple and easy to build using LEGO robots.</p>
<p><span id="more-1131"></span>Balancing robot on two wheels is a little complicated in design realization for some people, this is partly true. Making such robots require accelerometers, gyroscopes and sophisticated software. But in fact, a simple balancing robot can even be built from Lego parts using a relatively simple sensors and a set of Lego Mindstorms. It&#8217;s like a Lego robot that was built in 2003, by Steve Hassenplug. Steve called it LegWay Lego robot and uses two optical proximity sensor EOPD (Electro Optical Proximity Detector) from HiTechnic. Lego robot device is easy to understand just by looking at the photo above. Two sensors mounted in such a way as to control the distance to the surface along which the robot moves. If the distance to the surface beneath the sensor is reduced or, conversely, increases, the robot produces the appropriate motion with the flattening of the engine. Steve Hassenplug Lego robot is able to balance, to walk in a line or circle on the ground.</p>
<p style="text-align: left;"><a href="http://robotechno.us/balancing-lego-robot.html/sensors-location" rel="attachment wp-att-1135"><img class="size-medium wp-image-1135 aligncenter" title="Sensors Location" src="http://robotechno.us/wp-content/uploads/2011/10/Sensors-Location-300x222.jpg" alt="Sensors Location 300x222 Self balancing LEGO robot" width="267" height="196" /></a>A more stable structure of the proposed James Matthews in November 2004. He uses standard LEGO sensors that respond to reflected light, put them in front of and behind the robot. This design allows the robot Lego to create a more stable balance, but in order to run on the phone, you should use additional sensors. The code that controls the robot is very simple. James Mafius write with NQC, using BricxCC software environment. Maybe if you use this code you will need an individual sensor calibration.<a href="http://robotechno.us/balancing-lego-robot.html/lego-legway-ballancing" rel="attachment wp-att-1144"><img class="size-medium wp-image-1144 alignright" title="LEGO Legway ballancing" src="http://robotechno.us/wp-content/uploads/2011/10/LEGO-Legway-ballancing-202x300.jpg" alt="LEGO Legway ballancing 202x300 Self balancing LEGO robot" width="202" height="300" /></a></p>
<blockquote><p># Define SENSOR_3_THRESHOLD 49<br />
# Define SENSOR_1_THRESHOLD 45</p>
<p>Task main ()<br />
{<br />
/ / Setup</p>
<p>/ / Now balance!<br />
until (false) {<br />
if ( SENSOR_1 &gt; = SENSOR_1_THRESHOLD) {<br />
OnFwd ( OUT_A );<br />
OnRev ( OUT_C ​​);<br />
Wait (1);<br />
}<br />
if ( SENSOR_3 &gt; = SENSOR_3_THRESHOLD) {<br />
OnRev ( OUT_A );<br />
OnFwd ( OUT_C ​​);<br />
}<br />
}<br />
}</p></blockquote>
<p>Balancing Lego robot can be constructed from a set of Mindstorms NXT. Philippe Hurbain proposed the construction of a robot using only one sensor. The robot called Philip NXTway .</p>
<p><a href="http://robotechno.us/wp-content/uploads/2011/10/NXTway.jpg"><img class="aligncenter size-full wp-image-1167" title="NXTway" src="http://robotechno.us/wp-content/uploads/2011/10/NXTway.jpg" alt="NXTway Self balancing LEGO robot" width="646" height="314" /></a></p>
<p>To write a program used by NBC and BricxCC programming environment. Compiled program can be download <a target="_blank" href="http://downloads.computerhowto.us/dll/nyv8b8" rel="external nofollow" target="_blank">here</a>. To load a compiled program in the NXT using the download button on the panel in a standard programming environment, Lego Mindstorms NXT. In February 2007, Ryo Watanabe of Waseda University, who inspired design lego-robotics Hassenplug and Hurbain, has created a sophisticated version of the balancing robot using a gyro-sensor. Robot named NXTway-G.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/lego-robotic-tutorial.html" rel="bookmark">Lego Robotic Tutorial</a> <br />This is the robot tutorial collection about how to control your Lego robot. Lego is often conduct robot competition, by studying this tutorial, you will more easily understand about your lego robot and you will be more confident to partisipate the lego competition. This tutorial contains the Lego robotic tutorial: ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/lego-mindstorms-nxt.html" rel="bookmark">LEGO Mindstorms NXT</a> <br />Sure, Mindstorms NXT is a toy, but it is an important toy, like a piano or a chemistry set. It's one of those items that engages an imagination and possibly opens doors to new interests. Since our future is surely to be shared with robots--it's already started happening, just look ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/lego-research.html" rel="bookmark">LEGO Research</a> <br />LEGO Research Students from Oakbrook Middle School are thrilled Friday as a robotic arm moves along with Jenna Nott, a research coordinator at the Medical University of South Carolina, who demonstrates a robotic arm built entirely of Legos that uses electronic sensors to mimic human movement. Read more on The ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/williamsburg-montessori-students-study-math-and-science-through-lego-robots.html" rel="bookmark">Williamsburg Montessori students study math and science through Lego robots</a> <br />Williamsburg Montessori students study math and science through Lego robots The school received a $ 2,320 grant to study Lego robotics. — Williamsburg Montessori School students Yara Yousef and Jackie Humphreys crawled around on the floor of their technology classroom Wednesday using a robot made of Legos to draw a ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/latest-robotics-release-by-microsoft.html" rel="bookmark">Latest robotics release by Microsoft</a> <br />Microsoft released the latest version of its robot-building platform for professionals and hobbyists of the Lego Mindstorms AlphaRex level. This robotics news come from cnet.com, said about Microsoft's latest robotics release... here the news: Microsoft released the latest revision of its robotics development software platform at the RoboDevelopment Conference and ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/balancing-lego-robot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BEAM robot types</title>
		<link>http://robotechno.us/beam-robot-types.html</link>
		<comments>http://robotechno.us/beam-robot-types.html#comments</comments>
		<pubDate>Sun, 11 Sep 2011 16:42:03 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[beam robot types]]></category>
		<category><![CDATA[Classes of BEAM-robots]]></category>
		<category><![CDATA[Photovore]]></category>
		<category><![CDATA[Solaroller]]></category>
		<category><![CDATA[type of BEAM robots]]></category>
		<category><![CDATA[Walker]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1113</guid>
		<description><![CDATA[Here are some examples of the type of BEAM robots : Solaroller &#8211; a small robot on wheels that moves through the energy produced by solar batteries. The functioning of the robot consists of two phases: phase accumulation of energy in a capacitor and a phase when the capacitor is rapidly discharged into the electric motor. Depending on the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><a href="http://robotechno.us/beam-robot-types.html/solarroller" rel="attachment wp-att-1114"><img class="aligncenter size-full wp-image-1114" title="Solaroller" src="http://robotechno.us/wp-content/uploads/2011/09/Solarroller.jpg" alt="Solarroller BEAM robot types" width="211" height="154" /></a></strong></p>
<p>Here are some examples of the type of BEAM robots :</p>
<p style="text-align: left;"><strong>Solaroller</strong> &#8211; a small robot on wheels that moves through the energy produced by solar batteries. The functioning of the robot consists of two phases: phase accumulation of energy in a capacitor and a phase when the capacitor is rapidly discharged into the electric motor. Depending on the design, solarroller on a single charge can travel from a few millimeters to a few steps. <span id="more-1113"></span></p>
<p><strong><a href="http://robotechno.us/beam-robot-types.html/photovore" rel="attachment wp-att-1115"><img class="aligncenter size-full wp-image-1115" title="Photovore" src="http://robotechno.us/wp-content/uploads/2011/09/Photovore.jpg" alt="Photovore BEAM robot types" width="206" height="183" /></a>Photovore</strong> &#8211; these are two solarroller&#8217;a connected together. The basis of such robots is Photovore response of phototropism, which causes them to move to the brightest source of light. The main sensors are photoelectric sensors such robots, to determine the direction of the light source. Often, robots equipped with tactile sensors to detect and circumvent obstacles encountered on the road. Mechanical scheme Photovore usually very simple: robots do not use gears and move directly on the axes of the two motors.<br />
<a href="http://robotechno.us/beam-robot-types.html/walker-beam-robot" rel="attachment wp-att-1116"><img class="aligncenter size-full wp-image-1116" title="Walker" src="http://robotechno.us/wp-content/uploads/2011/09/Walker-BEAM-robot.jpg" alt="Walker BEAM robot BEAM robot types" width="259" height="228" /></a><br />
<strong>Walker</strong> &#8211; walking robot, referring to the most numerous class of BEAM-robots. The most common robots in this class have four legs driven by two motors. Number of legs and modes of transportation in walker&#8217;ov not limited. The electronic circuits are most commonly used neural circuits built on the oscillators. This is not a complete list of classes BEAM-robots that can be counted more than two dozen. There are also stationary robots.</p>
<p><strong>Pummers,</strong> which accumulate energy during the day, which they use after dark to colorful lighting effects. Like nothing on earth.</p>
<p><strong>Turbots</strong> , moving on curved &#8220;arms&#8221;, and many others.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/create-simple-beam-robot-tutorial.html" rel="bookmark">Create a simple BEAM robot tutorial</a> <br />As you know, we will Create a simple robot that will go toward the light and stop if there is no light. This BEAM robot is very simple even a someone without knowledge of the BEAM robots can make it. Scheme to make the robot is described in many sites, ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/words-beam-robots-alive.html" rel="bookmark">Four words that make BEAM robots alive.</a> <br />Biology - the world around us, after 4 billion years of evolution is an excellent source of inspiration, especially when at our disposal modern materials, engines and electronics. BEAM-robots can borrow finds mother nature in order to best adapt to the real world. Electronics - used to control the BEAM-robot. ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/feel-robot.html" rel="bookmark">Feel Like a Robot</a> <br />Robokit perception kit Robotic perception kit allows you to experience what it feels robot endowed with only an ultrasonic sonar and infrared sensor. Kit for robot perception of the world, created by Paul Granzhonom (Paul Granjon), includes goggles, a helmet and an electronic device that allows a person to see ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/the-difference-between-stepper-motors-servos-and-rc-servos.html" rel="bookmark">The Difference Between Stepper Motors, Servos, and RC Servos</a> <br />Stepper motors: A stepper motor's shaft has permanet magnets attached to it. Around the body of the motor is a series of coils that create a magnetic field that interacts with the permanet magnets. When these coils are turned on and off the magnetic field causes the rotor to move. ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/h-bridge-for-your-robot.html" rel="bookmark">H-Bridge for your robot</a> <br />H-Bridge is a must used for your robot to control the motors... the speed and the direction of each motor. There are many kinds of H-Bridge. For low current DC motor, you can use IC L293D or L298N to drive your motor. H bridge is an electronic circuit that enables ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/beam-robot-types.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four words that make BEAM robots alive.</title>
		<link>http://robotechno.us/words-beam-robots-alive.html</link>
		<comments>http://robotechno.us/words-beam-robots-alive.html#comments</comments>
		<pubDate>Thu, 08 Sep 2011 00:14:52 +0000</pubDate>
		<dc:creator>Robot Technology</dc:creator>
				<category><![CDATA[Robotics Articles]]></category>
		<category><![CDATA[beam robots]]></category>
		<category><![CDATA[Biology Electronics Aesthetics Mechanics]]></category>
		<category><![CDATA[Biotechnology Ethnology Analogy Morphology]]></category>
		<category><![CDATA[Building Evolution Anarchy Modularity]]></category>
		<category><![CDATA[make BEAM robots]]></category>

		<guid isPermaLink="false">http://robotechno.us/?p=1108</guid>
		<description><![CDATA[Biology &#8211; the world around us, after 4 billion years of evolution is an excellent source of inspiration, especially when at our disposal modern materials, engines and electronics. BEAM-robots can borrow finds mother nature in order to best adapt to the real world. Electronics &#8211; used to control the BEAM-robot. One feature of BEAM-style is [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://robotechno.us/words-beam-robots-alive.html/beam-robotics" rel="attachment wp-att-1109"><img class="aligncenter size-full wp-image-1109" title="BEAM robotics" src="http://robotechno.us/wp-content/uploads/2011/09/BEAM-robotics.jpg" alt="BEAM robotics Four words that make BEAM robots alive." width="250" height="169" /></a>Biology</strong> &#8211; the world around us, after 4 billion years of evolution is an excellent source of inspiration, especially when at our disposal modern materials, engines and electronics. BEAM-robots can borrow finds mother nature in order to best adapt to the real world.</p>
<p><strong><span id="more-1108"></span>Electronics</strong> &#8211; used to control the BEAM-robot. One feature of BEAM-style is a minimalist approach in the use of electronics, which allows you to create automatic graceful creations that mimic living creatures using only some parts of a solution. On again fairly simple schemes can achieve complex behavior and reactions to the world. Often neural chain can give much more adapted behavior than ten lines of code.</p>
<p><strong>Aesthetics</strong> &#8211; means that the BEAM-robots should look good. &#8220;I&#8217;m an engineer, but even I appreciate the beautiful design&#8221; &#8211; says Tilden. The design must be &#8220;beautiful&#8221;, not only in terms of design, but also on their design decisions. In addition, if the design looks &#8220;clean&#8221;, it is more likely that it will work well and it seemed easier to test and debug than a confused and rebellious design. &#8220;Do it nicely and it will work better.&#8221;</p>
<p><strong>Mechanics</strong> &#8211; is often the secret of good design BEAM-robot. Using the &#8220;clever&#8221; design, you can reduce the complexity of the rest of the robot (for example, reduce the number of actuators or sensors). Even the most simple design can be varied in behavior, if we apply the interesting mechanical solution.</p>
<p>Despite the fact that the acronym <strong>BEAM (Biology Electronics Aesthetics Mechanics)</strong> is well established and proposed by Tildenom in the BEAM-community there are a number of popular acronym with the word BEAM, such as these:</p>
<p><strong>Building Evolution Anarchy Modularity</strong><br />
(Creating a Modular Evolution of Anarchy)</p>
<p><strong>Biotechnology Ethnology Analogy Morphology</strong><br />
(Biotechnology Ethnology Analogy Morphology)</p>
<p>There is also every reason to believe and what is triple the acronym BEAM, that is just mean</p>
<p><strong>Biology Electronics Aesthetics Mechanics</strong><br />
<strong>Building Evolution Anarchy Modularity</strong><br />
<strong>Biotechnology Ethnology Analogy Morphology</strong></p>
<p>BEAM-robots, in contrast to conventional robots, based on digital technology and microprocessors are created by analog circuits. Instead of a discrete program of behavior of robots is given by the analog neural circuits capable of flexibly choose the way around obstacles and respond to the world.</p>
<div id="seo_alrp_related"><div class="seo_alrp_rl_content"><a href="http://robotechno.us/beam-robots.html" rel="bookmark">BEAM ROBOTS</a> <br />Creating BEAM-robots - it's not just the manufacturing process or a fascinating hobby. BEAM - an entire culture, with its philosophy, aesthetics, and a tremendous level of creativity. There are people who think BEAM-bots are not just a cult phenomenon, but a kind of religion. This is partly true. Although, ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/evolution-robotics-minttm-automatic-floor-cleaner-set-for-european-launch-and-expanded.html" rel="bookmark">Evolution Robotics&#8217; Mint(TM) Automatic Floor Cleaner Set for European Launch and Expanded &#8230;</a> <br />Evolution Robotics' Mint(TM) Automatic Floor Cleaner Set for European Launch and Expanded ... Following exciting sellout in 2010, Mint adds Good Housekeeping VIP Award and CES Innovations 2011 Design and Engineering Award to list of accolades LAS VEGAS, Jan. 6, 2011 - (CES - CONSUMER ELECTRONICS SHOW) Evolution Robotics, Inc., ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/biomorphic-robotics.html" rel="bookmark">Biomorphic Robotics</a> <br />Biomorphic robotics is a sub-discipline of robotics focused upon emulating the mechanics, sensor systems, computing structures and methodologies used by animals. In short, it is building robots inspired by the principles of biological systems. One of the most prominent researchers in the field of biomorphic robotics has been Mark W. ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/beam-robot-types.html" rel="bookmark">BEAM robot types</a> <br />Here are some examples of the type of BEAM robots : Solaroller - a small robot on wheels that moves through the energy produced by solar batteries. The functioning of the robot consists of two phases: phase accumulation of energy in a capacitor and a phase when the capacitor is rapidly discharged into the ...</div><br /><div class="seo_alrp_rl_content"><a href="http://robotechno.us/evolutionary-robotics.html" rel="bookmark">Evolutionary Robotics</a> <br />Evolutionary Robotics (ER) is known as the methodology that uses evolutionary computation to build up controllers intended for autonomous robots. Algorithms in ER typically operate on populations of candidate controllers, initially selected through numerous distribution. This population is then repeatedly changed according to a fitness function. In the case of ...</div><br /></div>]]></content:encoded>
			<wfw:commentRss>http://robotechno.us/words-beam-robots-alive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

