robotic arm

hi im teen from israel
and i had made a robotic arm
but the board that i put had been fell and broked
so i have a quastion
wich arduino board can help me to control 6 servo motor with 6 potentiometer
or computer mouse
if theres no one give me a name of a board that can controll 6 servo motor
with comuter or any thing
can help me
thank you very much
mohammad fandy

Arduino Uno, Mega, Nano, Mini, Micro

Your choice

fandy123:
wich arduino board can help me to control 6 servo motor with 6 potentiometer

Any Arduino with at least six input pins and six output pins should be capable (so that just rules out the tiny ones).

For each servo you would do an analogRead to determine the position of the potentiometer, and use the Servo library to generate the output signal to move the servo to the corresponding position.

(so that just rules out the tiny ones).

what do you mean by that?

The Nano, Micro and Mini all have enought inputs and outputs, I just checked. Which ones are not compatible for this project?

HazardsMind:

(so that just rules out the tiny ones).

what do you mean by that?

The Nano, Micro and Mini all have enought inputs and outputs, I just checked. Which ones are not compatible for this project?

Well, I was thinking it might be a bit tricky with some of the ATtinys.

Oh. yea I can see that. Im surprised that there are no breakout boards for the micro and mini yet.