|
Posted by on May 29, 2007, 12:12 pm
> dmehl...@keenebroadband.com wrote:
> > Also, I mentioned that input would come by a button, but I would like
> > to try and have it be voice-activated. The only way I think I could
> > do this is by having a simple software program that is voice-activated
> > which would control this robotic arm. Is it very complicated to have
> > all input for control be activated by software?
> No, that's not complicated. You just need to use a serial motor or
> servo controller; Pololu (http://www.pololu.com ) makes several of these.
> You can then drive the controller directly from your desktop machine,
> which will also be what responds to the voice command. Total budget
> should be about $20 for the controller, maybe $40 or so for servos or
> motors, and whatever misc. hardware you need for the arm, assuming you
> already have a desktop computer with speech recognition. (It's built
> into all Macs, but you may need to add a USB microphone.)
> As for the motor vs. servo issue, for an application like this, I'd
> suggest using servos, since they have built-in position control.
> Lynxmotion sells some good (though not cheap) brackets that make it very
> easy to connect servos in various ways.
> Best,
> - Joe
That is helpful, but the controllers I looked at require the signals
be sent manually through the serial port. I have no idea how to do
something like that. Is there not a simple software program that I
can use to activate the servo controller, without entering low-level
commands?
|
> project I'm working on. It is a very simple robotic arm with 2
> degrees of freedom powered by two motors. I want it to execute a very
> simple sequence of about four steps, activated by the push of a
> button. What is the best type of kit or system to use? I am thinking
> about using a basic stamp, but I really have no preference. My budget
> is no more than $500.
> Also, I mentioned that input would come by a button, but I would like
> to try and have it be voice-activated. The only way I think I could
> do this is by having a simple software program that is voice-activated
> which would control this robotic arm. Is it very complicated to have
> all input for control be activated by software?