I have never used an arduino before so please be gentle xD.
Basically i need to control up to 10 servo's from an arduino mini 05 (i was reccomended this one) but i dont know how i would go about it or if it is actually possible. if anyone could help with this i would be grateful.
on a side note i dont have any of the parts yet so i cant test any feasibility myself, but also means i am open to suggestions
When you get "the parts", start with the BLINK sketch.
Then hook up a servo and try SWEEP.
For 10 servos, you are going to want to not power them off the Arduino. Get the parts, do the first two steps, and come back to talk about powering all of them up.
It seems feasible. The Servo library would support up to twelve servos on that board, and you've got twelve I/O pins available (or fourteen, if you're willing to sacrifice serial I/O).
Since that many servos won't leave you many pins to spare, it would pay you to look into all the other devices you need to connect to and whatever software needed to interface with those devices, and check that you have got enough pins, timers, memory etc for the overall project. Just the servos on their own looks feasible, though - barely.
Ive done some research and figured that controlling it through bluetooth would be the best option. So is it possible to connect 10 servos + bluetooth adapter + power supply for the board?