Shop OBEX P1 Docs P2 Docs Learn Events
A SUPER-Sensor robot — Parallax Forums

A SUPER-Sensor robot

.:John:..:John:. Posts: 64
edited 2007-10-15 12:00 in Robotics
Could I just take a HUGE amount of sensors and attach them to my boebot with several other processors running as "slave" modules. I do not know spin so i could not use a prop. I really want too though. So is there a master-slave system for stamps or props. The stamp can handle software that modifies itself right? The robot would then use (maybe) crustcrawler arms that are Packed w/ sensors. If the thing ran self modifying software, I could use stimuli to teach my 'bot right.

Comments

  • WhelzornWhelzorn Posts: 256
    edited 2007-10-10 01:59
    You could attach as many sensors as you have IO pins, but why? instead of loading the thing up with sensors you should try and use as few as is necessary, and place them strategically. This way you can save on battery life as well as cost.
  • DgswanerDgswaner Posts: 795
    edited 2007-10-15 07:29
    The only way I know is to to using a serial connection serin and serout... You could then set up a master slave chain of stamps quite easily, the big issue is timing. a stamp can only doing one thing at a time, and your Master stamp could only communicate with one stamp at a time, so it gets a bit tricky to juggle all of the inputs, communications and decision making all at once. it's doable tho. there are people on the forum that have done this successfully.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    A complex design is the sign of an inferior designer. - Jamie Hyneman, Myth Buster
  • crgwbrcrgwbr Posts: 614
    edited 2007-10-15 12:00
    It would be much easier to accomplish if you switch to props (not to mention, cheaper $$). The main thing is, don't be afraid of Spin. That how I was for a while, until I looked at some sample code and realized, "Hey, this is simpler than Pbasic."

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "... one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." -

    "If Python is executable pseudocode, then perl is executable line noise."

    "The best accelerator available for a Mac is one that causes it to go at 9.81 m/s2."

    "My software never has bugs. It just develops random features."

    "Windows isn't a virus, viruses do something."

    "Programmers are tools for converting caffeine into code."

    "Enter any 11-digit prime number to continue."
Sign In or Register to comment.