and apparently, no he didn't

who you going to believe? The generally accepted quotation, which was a true statement at the time, or a Wired article? :-)

a single pi could control upto 28 servos using software and the onboard GPIOs.

That dosn't allow for background software to running, so things will hang and be "not smooth". The robotic arm controller also needs to sending realtime feedback, and that means running a few socket connections, and a bunch of other position monitoring software within the arm controller. All non-blocking.

As I think now, even a PI may be stretching it's power to do all that.

I have a Pi which complains that the processor may not be able to keep up with the process of re-expanding a low-quality video to full-screen. So the Pi still is slightly underpowered, although it is a great device. The price is dropping on 8 core alternatives to the Pi, which have more memory, ethernet ports, and still low power. But Pi's are still good for smaller processing projects, I like them.

All this robotic stuff is probably done best with kernel modules anyways. Instead of running programs, you load a module which does it directly in the kernel.

.... eh it's nice to ponder all that could be done with single-board computers.


I'm not really a human, but I play one on earth. ..... an animated JAPH

In reply to Re^5: Perl, JavaScript and Strandbeests by zentara
in thread Perl, JavaScript and Strandbeests by cavac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.