<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Robotics</title>
        <link>http://4volt.com:8080/Blog/category/13.aspx</link>
        <description>This is a collection of all my robotics posts</description>
        <language>en-US</language>
        <copyright>4volt</copyright>
        <generator>Subtext Version 2.1.1.1</generator>
        <item>
            <title>Using Hobby RC parts in DIY projects</title>
            <link>http://4volt.com:8080/Blog/archive/2010/06/05/using-hobby-rc-parts-in-diy-projects.aspx</link>
            <description>&lt;p&gt;I’m always happy when I find a new kind of part that is cheap and easy to use with DIY electronics projects or robotics, the more standardized the better.&lt;/p&gt;  &lt;p&gt;There’s a whole world of smart electronics and helper things in the hobby and remote control world that are great for robots and other things.&lt;/p&gt;  &lt;p&gt;You probably already know that hobby servos are easy to control from any microcontroller like the arduino, but there are a bunch of other things that are just as easy to use. Generic motor controllers, battery systems are also equally as useful, but are sometimes hard to sort out the jargon and acronyms that R/C hobbyists use.&lt;/p&gt;  &lt;p&gt;Some of the terms are pretty confusing, and a lot of acronyms and other R/C only rating systems are used. I’ve made this short reference to make it easer to sort out what all those things mean. I've found myself wondering more then once what the difference between an ESC and a BESC, or what a 2S2P 10C battery is.&lt;/p&gt;  &lt;h3&gt;Power / Voltage Regulation&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a name="Power Regulation"&gt;&lt;/a&gt;&lt;strong&gt;ESC&lt;/strong&gt;      &lt;br /&gt;(Electronic Speed Controller)&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Uses a PWM signal to control the speed of a motor&lt;/li&gt;      &lt;li&gt;ECS’s are made for either brushless or brushed motors (See motors)&lt;/li&gt;      &lt;li&gt;ESC's are rated in Amps (A) for how large of a load/motor they can control       &lt;br /&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;strong&gt;BEC&lt;/strong&gt;      &lt;br /&gt;(Battery Eliminator Circuit)      &lt;br /&gt;Steps a higher voltage down to a lower voltage, a kind of voltage regulator      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;UBEC       &lt;br /&gt;&lt;/strong&gt;(Ultimate BEC)      &lt;br /&gt;Same as a standard BEC, but made for higher voltages      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;BESC&lt;/strong&gt;      &lt;br /&gt;(Battery eliminator speed controller)      &lt;br /&gt;An ESC with BEC      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LVC       &lt;br /&gt;&lt;/strong&gt;(Low Voltage Cutoff)      &lt;br /&gt;Keeps LIPO batteries from becoming too drained, which can be dangerous, usually a feature of a controller      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;DVM&lt;/strong&gt;      &lt;br /&gt;(Digital VoltMeter)&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Controller Acronyms&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a name="Controller Acronyms"&gt;&lt;/a&gt;&lt;strong&gt;RX&lt;/strong&gt; – receiver &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Receives a control signal from the transmitter, output's a PWM signal for servos or speed controllers &lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;strong&gt;TX&lt;/strong&gt; – transmitter &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;(The remote you hold in your hand) &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;h3&gt;Battery Terms&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a name="Battery Terms"&gt;&lt;/a&gt;&lt;strong&gt;LiPo, LI-PO, Li-Poly       &lt;br /&gt;&lt;/strong&gt;Short for lithium ion polymer battery, the standard type of R/C battery      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LiFe - LiFePO4&lt;/strong&gt;      &lt;br /&gt;Lithium Iron Phosphate battery, generally safer then LIPO batteries, better shelf life, faster charging &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;NiMh       &lt;br /&gt;&lt;/strong&gt;Cheaper, but generally not as good as LiPo or LiFe      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;S Rating&lt;/strong&gt; (Like: 1S, 2S, 4S, 6S, etc)      &lt;br /&gt;Number of cells in a battery pack      &lt;br /&gt;A single &lt;strong&gt;LiPo&lt;/strong&gt; cell is 3.7v  &lt;br /&gt;A single &lt;strong&gt;LiFe&lt;/strong&gt; cell is 3.5v       &lt;br /&gt;A single &lt;strong&gt;NiMh&lt;/strong&gt; cell is 1.2v      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;P Rating&lt;/strong&gt; (Like: 2P, 4P, etc)      &lt;br /&gt;Number of parallel lines in the battery, each parallel doubles the mAh the battery can deliver      &lt;br /&gt;      &lt;br /&gt;A &lt;strong&gt;2S2P&lt;/strong&gt; battery has 4 cells in 2 parallel lines      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;C Rating&lt;/strong&gt; (Like: 1C, 10C, 20C, etc)      &lt;br /&gt; Amount of current battery can discharge in an hour      &lt;br /&gt;1C = Batteries entire capacity      &lt;br /&gt;      &lt;br /&gt;A &lt;strong&gt;10C, 500mAh&lt;/strong&gt; battery can discharge at 5,000mA (5A) max, and have about a 6 minute life at max discharge      &lt;br /&gt;      &lt;br /&gt;A &lt;strong&gt;20C, 500mAh&lt;/strong&gt; battery can discharge at 10,000mA (10A) max, and have about a 3 minute life at max discharge      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Charging Bag, Charge Pack       &lt;br /&gt;&lt;/strong&gt;A fireproof safety bag for storing batteries       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LIPO Monitor       &lt;br /&gt;&lt;/strong&gt;An alarm that goes off if the battery voltage drops too low. Batteries that drop too low can be damaged, or possibly explode.&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Motor Terms&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a name="Motor Terms"&gt;&lt;/a&gt;&lt;strong&gt;Brushless Motor       &lt;br /&gt;&lt;/strong&gt;A motor that runs off of A/C power, and has no "brushes" that transfer current into the rotating spindle. Brushless motors are similar to stepper motors, but only have two coils.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Brushed, Canned, Standard Motor       &lt;br /&gt;&lt;/strong&gt;A traditional DC driven motor       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Coreless motor       &lt;br /&gt;&lt;/strong&gt;A motor without the iron core in it's windings       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Outrunner motor       &lt;br /&gt;&lt;/strong&gt;Brushless motors where the casing spins and the center stays still &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Motor is mounted by the back of the shaft &lt;/li&gt;      &lt;li&gt;Low RPM's, high torque &lt;/li&gt;      &lt;li&gt;Silent        &lt;br /&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;strong&gt;Inrunner motor       &lt;br /&gt;&lt;/strong&gt;Brushless motors where the center core spins, and the casing is fixed &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Motor is mounted by motor casing &lt;/li&gt;      &lt;li&gt;High RPM's, low torque &lt;/li&gt;      &lt;li&gt;More efficient than outrunners        &lt;br /&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;strong&gt;GB       &lt;br /&gt;&lt;/strong&gt;Gear box, usually for planes      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;KVM, kv-RPM, KV       &lt;br /&gt;&lt;/strong&gt;A motors' RPM in thousands per volt supplied&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Servo Terms&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;KG Rating &lt;/strong&gt;(Like: 10kg, 20kg, etc…)      &lt;br /&gt;Amount of force the servo can exert in kg/cm      &lt;br /&gt;Can also be rated in oz-in (Imperial)      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;G Rating&lt;/strong&gt; (Like: 30g, 50g, etc…)      &lt;br /&gt;How heavy the servo is      &lt;br /&gt;Can also be rated in oz (Imperial)      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Sec Rating&lt;/strong&gt; (Like: 0.20sec, 0.50sec)      &lt;br /&gt;How fast the servo can rotate in seconds (usually for 60 degrees)      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Digital Servo&lt;/strong&gt;      &lt;br /&gt;Pretty much like a non-digital servo, but uses a microcontroller brain&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/198.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2010/06/05/using-hobby-rc-parts-in-diy-projects.aspx</guid>
            <pubDate>Sat, 05 Jun 2010 09:29:33 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/198.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2010/06/05/using-hobby-rc-parts-in-diy-projects.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/198.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Testing Jansen Walker Version 3</title>
            <link>http://4volt.com:8080/Blog/archive/2010/02/15/testing-jansen-walker-version-3.aspx</link>
            <description>&lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3984.jpg"&gt;&lt;img title="Jansen Legs" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="333" alt="Jansen Legs" width="500" border="0" src="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3984_thumb.jpg" /&gt;&lt;/a&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Over the last week I’ve been working on the next version of the Jansen Walker, this will be the 3rd release. &lt;/p&gt;
&lt;p&gt;The goal is to make it much easier to assemble, faster, and 1/3rd larger using 3mm (1/8in) material.&lt;/p&gt;
&lt;p&gt;The biggest change is that instead of using modified servos, which seem to scare a lot of people off, use geared motors which are about the same price. That will make the electronics side easier, perhaps slightly more expensive depending on your controls.&lt;/p&gt;
&lt;p&gt;  &lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/image_2.png"&gt;&lt;img title="Tamyia Geabox" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="240" alt="Tamyia Geabox" width="240" border="0" src="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/image_thumb.png" /&gt;&lt;/a&gt; &lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3990.jpg"&gt;&lt;img title="Tamiya Gearbox" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="160" alt="Tamiya Gearbox" width="240" border="0" src="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3990_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The new version will use the Tamiya Twin-Motor Gearbox, that has a good 203:1 ratio that is ideal for a medium to low RPM walker. It’s $10.95 at &lt;a target="_blank" href="http://www.sparkfun.com/commerce/product_info.php?products_id=319"&gt;SparkFun&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I see three obvious ways to control the walker electronically:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Very simple: switches and batteries &lt;br /&gt;
    Direct wired buttons to the motor and battery would work well, but have no speed control &lt;/li&gt;
    &lt;li&gt;A generic R/C setup with a remote, receiver, and two small speed controllers. I think this would be fun. &lt;/li&gt;
    &lt;li&gt;An arduino or any microcontroller with a motor shield &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I’m also playing around with ideas to make assembly easier and faster. Currently it takes about 4-6 hours to assemble, mainly because of all the legs and joints. There are 5 joints per leg, and there are 12 legs.&lt;/p&gt;
&lt;p&gt;The next thing I'll be trying is nylon tubing and compression using bolts, that should allow for secure joints that still still rotate freely. As soon as my parts arrive I’ll be testing this method, I think it will shorten assembly time by as much as half.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/image_4.png"&gt;&lt;img title="image" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="209" alt="image" width="240" border="0" src="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/image_thumb_1.png" /&gt;&lt;/a&gt; &lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3980.jpg"&gt;&lt;img title="Many Joints" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="160" alt="Many Joints" width="240" border="0" src="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3980_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3997.jpg"&gt;&lt;img title="Assembled Walker" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="333" alt="Assembled Walker" width="500" border="0" src="http://4volt.com/Blog/images/4volt_com_8080/Blog/WindowsLiveWriter/TestingJansenWalkerVersion3_B86B/IMG_3997_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/193.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2010/02/15/testing-jansen-walker-version-3.aspx</guid>
            <pubDate>Mon, 15 Feb 2010 23:03:04 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/193.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2010/02/15/testing-jansen-walker-version-3.aspx#feedback</comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/193.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Power required to emulate a human brain</title>
            <link>http://4volt.com:8080/Blog/archive/2010/02/05/power-required-to-emulate-a-human-brain.aspx</link>
            <description>&lt;p&gt;Recently, &lt;a href="javascript:void(0);/*1265441229892*/"&gt;I posted a article&lt;/a&gt; about how much computational power it would take to emulate the human brain, and my calculations were off by a factor of 10. I've corrected my estimates and here are the updated sections:&lt;/p&gt;
&lt;h3&gt;Emulating the Human Brain&lt;/h3&gt;
&lt;p&gt;The &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Blue_brain"&gt;Blue Brain Project&lt;/a&gt; has successfully simulated 1 cordical column on the &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Magerit"&gt;Magerit super computer&lt;/a&gt; (100 TeraFLOPS), and human brain has an estimated &lt;a target="_blank" href="http://www.ted.com/talks/henry_markram_supercomputing_the_brain_s_secrets.html"&gt;1,000,000 columns&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So with 5.2 ExaFlops, one could emulate 52,000 cordial columns. And that’s 1/20th of enough power to emulate a human brain. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;To emulate the entire human brain you would need approximately 100 ExaFLOPs&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;That's a lot of FLOPS! &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I chose the above estimation because many others rely on calculating how many operations per second the brain can processes, not how many computer calculations to emulate the brain. I.E. It takes many more computer computations to emulate a brain computation.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt; Fore some more notes see: &lt;a href="javascript:void(0);/*1265439113406*/"&gt;http://www.smartcomputing.com/articles/2002/s1302/39s02/39s02.pdf &lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;a target="_blank" href="http://www.ted.com/talks/henry_markram_supercomputing_the_brain_s_secrets.html"&gt;Henry Markham in his recent TED talk&lt;/a&gt;, thinks that a human brain could be emulated in 10 years. &lt;br /&gt;
&lt;p&gt;I agree with his estimate, using Moore's law 10 years seems like an achievable goal.&lt;/p&gt;
If you are interested in the subject you may also like &lt;a href="javascript:void(0);/*1265440768018*/"&gt;Ray Kurzweil's&lt;/a&gt; research and books.&lt;img src="http://4volt.com:8080/Blog/aggbug/191.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2010/02/05/power-required-to-emulate-a-human-brain.aspx</guid>
            <pubDate>Sat, 06 Feb 2010 07:27:47 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/191.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2010/02/05/power-required-to-emulate-a-human-brain.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/191.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Total Processing Power of the Internet</title>
            <link>http://4volt.com:8080/Blog/archive/2010/01/18/total-processing-power-of-the-internet.aspx</link>
            <description>&lt;p&gt;As a brain exercise I decided to try and estimate the total processing power of all the computers on the entire internet, and see if that is enough processing power to emulate the human brain. &lt;/p&gt;
&lt;p&gt;Since this is an estimate, I will try my best to figure it out with public data.&lt;/p&gt;
&lt;p&gt;Here was my process:&lt;/p&gt;
&lt;h3&gt;Total Number of Computers&lt;/h3&gt;
&lt;p&gt;No one knows exactly how many people (computers) are connected to the internet since a single IP address can be shared with any number of pc’s, but the best estimate I was able to find was here: &lt;a href="http://www.internetworldstats.com/stats.htm" target="_blank"&gt;Internet World Stats&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They use population statistics and penetration data to estimate this. This does not include extraneous connected devices like gaming consoles, or other devices.&lt;/p&gt;
&lt;p&gt;Total Computers: 1,733,993,741 (1.7 Billion)&lt;/p&gt;
&lt;h3&gt;Effective Processing Power per Node&lt;/h3&gt;
&lt;p&gt;Since all the computers are separated by the internet, I chose to use &lt;a href="mailto:SETI@home"&gt;SETI@home&lt;/a&gt; as a benchmark  for the effective benchmark of how much processing on average a node can handle&lt;/p&gt;
&lt;p&gt;According to &lt;a href="http://boincstats.com/stats/project_graph.php?pr=sah" target="_blank"&gt;BOINC stats&lt;/a&gt;, Seti has 186,250 active computers (more inactive ones), and the peak processing speed is 704.507 TeraFLOPS (tF). (As of 01/17/2010)&lt;/p&gt;
&lt;p&gt;That’s 3.782 GigaFLOPS (gF) per node.&lt;/p&gt;
&lt;p&gt;Also, on average computers running SETI are probably faster then the average computer online, especially considering poorer countries. So lets round down the average to 3gF.&lt;/p&gt;
&lt;p&gt;3 GigaFLOPS is much lower then the peak processing power of a modern computer, a (Intel Core i7 965 XE), can process about 70, while some of the newest GPU cards can process upwards of 1,000 GigaFLOPS.&lt;/p&gt;
&lt;p&gt;This leaves me to believe that tele-processing is very inefficient compared to traditional supercomputers, though it is not without advantage.&lt;/p&gt;
&lt;h3&gt;Total Processing Power&lt;/h3&gt;
&lt;p&gt;Now, assume all 1.7B computers were all running this hypothetical peer to peer processing application, and bandwidth was not a bottle neck.&lt;/p&gt;
&lt;p&gt;1,733,993,741 * 3 = (5,201,981.223 TeraFLOPS, or 5.2 ExaFLOPS)&lt;/p&gt;
&lt;p&gt;In case your wondering: &lt;br /&gt;
&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;1 Peta = 1,000 Tera&lt;br /&gt;
&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;1 Exa = 1,000 Peta&lt;/p&gt;
&lt;p&gt;Currently the fastest supercomputer is “Jaguar” with 2,331 TeraFLOPS. (&lt;a href="http://www.top500.org/list/2009/11/100" target="_blank"&gt;Top 500 November 2009&lt;/a&gt;)&lt;/p&gt;
&lt;h3&gt;Emulating the Human Brain&lt;/h3&gt;
&lt;p&gt;The &lt;a href="http://en.wikipedia.org/wiki/Blue_brain" target="_blank"&gt;Blue Brain Project&lt;/a&gt; has successfully simulated 1 cordical column on the &lt;a href="http://en.wikipedia.org/wiki/Magerit" target="_blank"&gt;Magerit super computer&lt;/a&gt; (100 TeraFLOPS), and human brain has an estimated &lt;a href="http://www.ted.com/talks/henry_markram_supercomputing_the_brain_s_secrets.html" target="_blank"&gt;1,000,000 columns&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So with 5.2 ExaFlops, one could emulate 52,000 cordial columns. And that’s 1/20th of enough to emulate a human brain. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;To emulate the entire human brain you would need approximately 100 ExaFLOPs&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;That's a lot of FLOPS! &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I chose the above estimation because many others rely on calculating how many operations per second the brain can processes, not how many computer calculations to emulate the brain. I.E. It takes many more computer computations to emulate a brain computation. Just like any hardware emulator is inefficient, a brain emulator is very inefficient. &lt;/p&gt;
&lt;p&gt; Fore some more notes see: &lt;a href="javascript:void(0);/*1265439113406*/"&gt;http://www.smartcomputing.com/articles/2002/s1302/39s02/39s02.pdf &lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Wrap-up&lt;/h3&gt;
&lt;p&gt;After reading more about the Blue Brain Project, they are emulating a cordial column, as well as analyzing and visualizing that data, which is not necessary for a independent AI.That coupled with the inefficiencies in communication with tele-processing, I suspect that there is a lot of improvement that can be made.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ted.com/talks/henry_markram_supercomputing_the_brain_s_secrets.html" target="_blank"&gt;Henry Markham in his recent TED talk&lt;/a&gt;, thinks that a human brain could be emulated in 10 years. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I agree with his estimate, using moore's law 10 years seems like an achievable goal.&lt;/p&gt;
&lt;p&gt;If you are interested in the subject you may also like &lt;a href="javascript:void(0);/*1265440768018*/"&gt;Ray Kurzweil's&lt;/a&gt; research and books.&lt;br /&gt;
&lt;/p&gt;
&lt;h3&gt;Alternatives&lt;/h3&gt;
&lt;p&gt;More likely a successful AI would be a efficient &lt;a href="http://en.wikipedia.org/wiki/Emergent_behaviour#Computer_AI" target="_blank"&gt;Emergent&lt;/a&gt;-type hive AI. Where independent nodes contribute to a beneficial goal with independent actions. This would not look like a traditional AI to us, the patterns would probably to numerous and vague to track accurately.&lt;/p&gt;
&lt;p&gt;This was meant as a thought experiment, if you have any comments please leave them. I will revise this article as I see fit.&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/189.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2010/01/18/total-processing-power-of-the-internet.aspx</guid>
            <pubDate>Mon, 18 Jan 2010 23:38:03 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/189.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2010/01/18/total-processing-power-of-the-internet.aspx#feedback</comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/189.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Using the Minimal Arduino</title>
            <link>http://4volt.com:8080/Blog/archive/2009/05/27/using-the-minimal-arduino.aspx</link>
            <description>&lt;p&gt;Todbot has posted an excellent tutorial on how to setup and use the minimal Arduino, which is the bare minimum you need to run a ATmega chip and the Arduino bootloader.&lt;/p&gt;  &lt;p&gt;Todd goes into detail about how to get the bootloader onto the chip as well as how to setup the Arduino environment to use it.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/" target="_blank"&gt;&lt;img title="image" style="display: inline; margin: 8px 0px 0px" height="180" alt="image" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/UsingtheMinimalArduino_7BC3/image_6.png" width="240" /&gt;&lt;/a&gt; &lt;a href="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/" target="_blank"&gt;&lt;img title="image" style="display: inline; margin: 8px 0px 0px" height="180" alt="image" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/UsingtheMinimalArduino_7BC3/image_5.png" width="240" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Even if your not interested in building an Arduino from scratch, It’s a good read if you are interested in the technical aspects of what makes the Arduino work.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/" href="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/"&gt;http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/165.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2009/05/27/using-the-minimal-arduino.aspx</guid>
            <pubDate>Wed, 27 May 2009 15:47:48 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/165.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2009/05/27/using-the-minimal-arduino.aspx#feedback</comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/165.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Stripping a Scanner for Parts (in 10 minutes)</title>
            <link>http://4volt.com:8080/Blog/archive/2009/05/20/stripping-a-scanner-for-parts-in-10-minutes.aspx</link>
            <description>&lt;p&gt;I’m starting on a project that I’ll be using stepping motors and belts, and after looking for cheap parts online, I thought I could do better by stripping down some old scanners. &lt;/p&gt;
&lt;p&gt;People are excited to get rid of there old computer stuff, the great thing is it doesn't matter if the old scanner works. Even if it doesn't turn on likely the motor and mechanical parts are still good for salvage. I posted a ad on Portland’s craigslist in the wanted section and got several responses, in a week I had a bunch of scanners for free, I only had to pick them up. I found that putting in the ad that you would be reusing the parts for a robotics project people were very interested.&lt;/p&gt;
&lt;p&gt;Scanners are easy to take apart, they are pretty simple machines and generally there are some catches, and a screw or two around the edges of the top cover.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2056.jpg" target="_blank"&gt;&lt;img width="295" height="197" title="Scanner without cover" style="margin: 8px 0px 0px; display: inline;" alt="Scanner without cover" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2056_thumb.jpg" /&gt;&lt;/a&gt; &lt;a href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2060.jpg" target="_blank"&gt;&lt;img width="295" height="197" title="Open case scanner" style="margin: 8px 0px 0px; display: inline;" alt="Open case scanner" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2060_thumb.jpg" /&gt;&lt;/a&gt; &lt;a href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2057.jpg" target="_blank"&gt;&lt;img width="295" height="197" title="Stepper motor detail" style="margin: 8px 0px 0px; display: inline;" alt="Stepper motor detail" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2057_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once the cover is off, you can start stripping parts, the valuable and easy to use parts are the stepper motor, linear slide, belt and gears. There may also be an optical end-stop sensor, and some buttons that are easy to re-use. You can get more hardcore and try to salvage parts on the actual circuit board, but that takes a bit of research to figure out what is useful.&lt;/p&gt;
&lt;p&gt;Here are the parts from two example scanners, both have similar parts and took about 10 minutes to gut.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2065.jpg" target="_blank"&gt;&lt;img width="295" height="197" title="Parts from 1st scanner" style="margin: 8px 0px 0px; display: inline;" alt="Parts from 1st scanner" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2065_thumb.jpg" /&gt;&lt;/a&gt; &lt;a href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2067.jpg" target="_blank"&gt;&lt;img width="295" height="197" title="Parts from 2nd scanner" style="margin: 8px 0px 0px; display: inline;" alt="Parts from 2nd scanner" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/StrippingaScannerforPartsin10minutes_12F94/IMG_2067_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From all my scanners I salvaged at least:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;1 Stepper Motor&lt;/li&gt;
    &lt;li&gt;1 Linear slide bar&lt;/li&gt;
    &lt;li&gt;1 Timing belt&lt;/li&gt;
    &lt;li&gt;1 Set of gears for the belt&lt;/li&gt;
    &lt;li&gt;A few buttons and LED’s&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If I were to buy those parts I would be spending at least $20-30, and they are all in good usable condition, just for the stepper motors alone it was worth my time. Also most of not all of those scanners would have went to the landfill. I was able to recycle most of the electronics, and I put the plastic shells in the city recycle bin, that’s something you can’t do while the electronics are still inside. That’s a net win anyway you look at it.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Update:&lt;/span&gt; While it's outside the scope of this article (10 minutes or less) to get into the details of salvaging more electronics, read the comments  below for some more interesting comments and uses or other parts found in scanners.&lt;br /&gt;
&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/162.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2009/05/20/stripping-a-scanner-for-parts-in-10-minutes.aspx</guid>
            <pubDate>Thu, 21 May 2009 04:35:12 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/162.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2009/05/20/stripping-a-scanner-for-parts-in-10-minutes.aspx#feedback</comments>
            <slash:comments>9</slash:comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/162.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Jansen Walker Beta 2</title>
            <link>http://4volt.com:8080/Blog/archive/2009/05/04/jansen-walker-beta-2.aspx</link>
            <description>&lt;p&gt;I’m releasing the plans for the beta 2 of the &lt;a target="_blank" href="http://4volt.com/Projects/Jansen/"&gt;Jansen Walker&lt;/a&gt;, &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/JansenWalkerBeta2_E2D/full%20assembily%20beta%201.2_2.jpg"&gt;&lt;img height="183" width="295" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/JansenWalkerBeta2_E2D/full%20assembily%20beta%201.2_thumb.jpg" alt="Beta 2 - Main Platform" style="margin: 8px 0px 0px; display: inline;" title="Beta 2 - Main Platform" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Improvements include:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;3 pairs of leg on each side instead of 2&lt;/li&gt;
    &lt;li&gt;A drop-in platform for the center&lt;/li&gt;
    &lt;li&gt;Several other small improvements&lt;/li&gt;
    &lt;li&gt;Improved building plans.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Check out the &lt;a target="_blank" href="http://4volt.com/Projects/Jansen/"&gt;Jansen Walker project page&lt;/a&gt; for all the files and plans.&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/156.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2009/05/04/jansen-walker-beta-2.aspx</guid>
            <pubDate>Mon, 04 May 2009 08:00:31 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/156.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2009/05/04/jansen-walker-beta-2.aspx#feedback</comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/156.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Theo Jansen on &amp;quot;Robots Podcast&amp;quot;</title>
            <link>http://4volt.com:8080/Blog/archive/2009/04/27/theo-jansen-on-quotrobots-podcastquot.aspx</link>
            <description>&lt;p&gt; It’s no secret that I’m a fan of Theo Jansen’s work, he is the inventor of the Jansen Mechanism that I used as the basis of my recent &lt;a target="_blank" href="http://4volt.com/Projects/Jansen/"&gt;Jansen Walker&lt;/a&gt; project.&lt;/p&gt;
&lt;p&gt;Jansen was recently interviewed on the generically named "Robots Podcast" where he spoke about his thoughts on if he was a artist or scientist, if the &lt;a href="http://www.strandbeest.com/index.html"&gt;Strandbeest&lt;/a&gt; have thoughts, his building materials, the design of the legs, how he would like the &lt;a href="http://www.strandbeest.com/index.html"&gt;Strandbeest&lt;/a&gt; to outlive him, also microcontrollers and commercialism.&lt;/p&gt;
&lt;p&gt;Check out the podcast over at &lt;a target="_blank" href="http://www.robotspodcast.com/podcast/2009/04/robots-giant-roaming-creatures.html"&gt;Robots Podcast&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/TheoJansenonRobotsPodcast_246/image_2.png"&gt;&lt;img height="237" width="200" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/TheoJansenonRobotsPodcast_246/image_thumb.png" alt="image" style="margin: 8px 0px 0px; display: inline;" title="image" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/151.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2009/04/27/theo-jansen-on-quotrobots-podcastquot.aspx</guid>
            <pubDate>Mon, 27 Apr 2009 07:09:15 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/151.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2009/04/27/theo-jansen-on-quotrobots-podcastquot.aspx#feedback</comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/151.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Jansen Walker Beta 1 Official Release</title>
            <link>http://4volt.com:8080/Blog/archive/2009/04/19/jansen-walker-beta-1-official-release.aspx</link>
            <description>&lt;p&gt;I’m officially releasing my Jansen Walker as a beta with the source files and a video!&lt;/p&gt;
&lt;p&gt;   &lt;/p&gt;
&lt;div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:dce33596-7a87-4f37-9843-6bab557c49f2" style="margin: 0px; padding: 0px; display: inline; float: none;"&gt;
&lt;div&gt;&lt;object height="300" width="400"&gt;
&lt;param name="allowfullscreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;
&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4221721&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" /&gt;&lt;embed height="300" width="400" src="http://vimeo.com/moogaloop.swf?clip_id=4221721&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" /&gt;&lt;/object&gt;&lt;br /&gt;
&lt;a href="http://vimeo.com/4221721"&gt;4volt Jansen Walker Beta 1 Video&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Jansen Walker: An openly designed Creative Commons licensed robot. &lt;/p&gt;
&lt;p&gt;What you see here is the Beta 1 version of the walker, a laser-cut robot, based on the Jansen Mechanism. It has 8 legs and scuttles similar to a crab walking sideways. The brain is a Arduino, and the legs are powered by 2 micro-servos modified for continuous rotation. &lt;/p&gt;
&lt;p&gt;If you would like to buy a kit of just the plastic in its current state, check out the &lt;a href="http://4volt.com/donate.aspx"&gt;donate page&lt;/a&gt;, or take the plans to any of the many laser cutting services.&lt;/p&gt;
&lt;p&gt;For the full write up and source files check out &lt;a href="http://4volt.com/Projects/Jansen/"&gt;4volt.com/Projects/Jansen/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/150.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2009/04/19/jansen-walker-beta-1-official-release.aspx</guid>
            <pubDate>Sun, 19 Apr 2009 09:24:21 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/150.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2009/04/19/jansen-walker-beta-1-official-release.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/150.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Modifying Micro Servos for Continuous Rotation</title>
            <link>http://4volt.com:8080/Blog/archive/2009/04/18/modifying-micro-servos-for-continuous-rotation.aspx</link>
            <description>&lt;p&gt;There are many ways to power your next project but I’m quite partial to the continuous rotation servo because it’s very easy to hook up to your micro controller, you don’t need to build or buy a separate controller or h-bridge to power the motor. In a servo all that is built in. All you need to do is connect the power directly to your battery and send a low-voltage control signal to tell it what you want it to do.&lt;/p&gt;
&lt;p&gt;Servos out of the box are meant to rotate in a fixed range of 180 degrees, but modifying them for continuous rotation is easy, my first servo took about 30 minutes, and now I can do them in about 15 with no problems.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;strong&gt;Take the back cover off&lt;/strong&gt; &lt;br /&gt;
    You’ll need a small jewelers screw driver. There is one long screw in each corner. &lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Take out the gears&lt;/strong&gt; &lt;br /&gt;
    The gears will slip out easily from the casing, you may need a small pliers for the main (largest) gear. &lt;br /&gt;
    Make sure that the largest gear has teeth all around the outside of large part of the gear. I've recently come across some micro servos that do not have teeth all the way around and are impossible to modify for continuous rotation.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Cut the mechanical stops off &lt;br /&gt;
    &lt;/strong&gt;Usually there is a small tab on the inside of the gear cover, easily removed &lt;br /&gt;
    There may also be a stop inside the potentiometer, since the pot is essentially also the axel you’ll have to leave it in, but make sure that it can rotate all the way around. You may need to snip off some small metal tabs on the inside of the pot. &lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Add some resistors &lt;br /&gt;
    &lt;/strong&gt;There are three wires coming off of the pot, snip all three off and solder two resistors starting from the middle wire, connecting one to each of the other wires. In these photos the wires are Green Red and Yellow. &lt;br /&gt;
    &lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/ModifyingMicroServosforContinuousRotatio_12DB4/IMG_1982.jpg"&gt;&lt;img height="197" width="295" title="IMG_1982" style="margin: 8px 0px 0px; display: inline;" alt="IMG_1982" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/ModifyingMicroServosforContinuousRotatio_12DB4/IMG_1982_thumb.jpg" /&gt;&lt;/a&gt; &lt;a target="_blank" href="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/ModifyingMicroServosforContinuousRotatio_12DB4/IMG_1988.jpg"&gt;&lt;img height="197" width="132" title="IMG_1988" style="margin: 8px 0px 0px; display: inline;" alt="IMG_1988" src="http://4volt.com/Blog/images/4volt_com/Blog/WindowsLiveWriter/ModifyingMicroServosforContinuousRotatio_12DB4/IMG_1988_thumb.jpg" /&gt;&lt;/a&gt; &lt;br /&gt;
    &lt;br /&gt;
    I used 1.75k resistors, but your servo may be different, use a multimeter to determine what is best for you. &lt;br /&gt;
    &lt;strong&gt;&lt;br /&gt;
    Note:&lt;/strong&gt; I hoped to take to pot off the axle and glue it into it’s center point, but that’s impossible with most micro servos since the axle is part of the pot. &lt;br /&gt;
    &lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Re-assemble&lt;/strong&gt; &lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Center&lt;/strong&gt; &lt;br /&gt;
    &lt;br /&gt;
    The one thing about modifying servos for continuous rotation is that when you use the resistor method it's likely that they are not perfectly balanced. You can tell if you have that problem when the center PWM value sent to the servo and it starts rotating, when it should be stopped. I use the SoftwareServo.h library that lets you adjust the center PWM value to compensate in software&lt;br /&gt;
    &lt;br /&gt;
    If your using the Arduino, here is a script that uses the SoftwareServo library and a loop to continually adjust the “setMaximumPulse” property on the servo object. &lt;br /&gt;
    &lt;br /&gt;
    Upload the sketch, open your serial monitor pane, and wait for the servo to stop spinning, when it does write down the last number shown in the serial monitor and use it in the setup of your servo. For more details see the script source:&lt;br /&gt;
    &lt;br /&gt;
    &lt;a href="http://4volt.com/projects/random/Continuous_Rotation_Servo_Test.pde.txt"&gt;Continuous_Rotation_Servo_Test.pde&lt;/a&gt; &lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://4volt.com:8080/Blog/aggbug/149.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>4volt</dc:creator>
            <guid>http://4volt.com:8080/Blog/archive/2009/04/18/modifying-micro-servos-for-continuous-rotation.aspx</guid>
            <pubDate>Sun, 19 Apr 2009 04:29:43 GMT</pubDate>
            <wfw:comment>http://4volt.com:8080/Blog/comments/149.aspx</wfw:comment>
            <comments>http://4volt.com:8080/Blog/archive/2009/04/18/modifying-micro-servos-for-continuous-rotation.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://4volt.com:8080/Blog/comments/commentRss/149.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>