making portable SERVO ?(webshooter project)

ok so im trying to make a webshooters and i need servos for this project,but im having trouble how do you make servos controlled by buttons that are portable and dont need to be connect to an computer with an arduino card and if possible would i need a battery pack or a sort of arduino card that is portable?

I have no idea what "a webshooters" is but to make an Arduino system including servos portable you just need it to be powered from a battery pack.

Loading the program is a one-time thing and once that's been done no computer connection is required.

Steve

ok thanks ,but lets say i need a button or potentiometer to control the servo is it possible to make the portable as well would i need a battery pack for that.

sablemotion:
ok thanks ,but lets say i need a button or potentiometer to control the servo is it possible to make the portable as well would i need a battery pack for that.

The servo is an electrically driven device so how else would you think it would work..?

You could use a servo tester available on Ebay for a couple of dollars if you do not need anything fancy. ( and a battery of course)

sablemotion:
ok thanks ,but lets say i need a button or potentiometer to control the servo is it possible to make the portable as well would i need a battery pack for that.

Almost anything that can be run from an Arduino can be run from batteries. Often you can get away with only one battery if it's a fairly small project but sometimes you may need more. That's when details of EXACTLY what you're trying to do become important.

Steve