Maker Pro
Maker Pro

90 degree turn servo and controls

danfick

Jun 5, 2016
3
Joined
Jun 5, 2016
Messages
3
hi

I'm new to the forum but my research suggests that you are the people to ask about an electronics project. I am trying to build something that will house up to 8 servos that will need to turn 90 degrees, hold for 3 seconds and then turn back. What would I need for this? Can I get the servos programmed before the sequence starts or would I be best to manually initiate each one?

Thanks in advance for any help you can offer me

Dan
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
do all the servos need to move at the same time?

Or do the need to move independently?
 

BobK

Jan 5, 2010
7,682
Joined
Jan 5, 2010
Messages
7,682
Hi and welcome to the forum!

A servo requires a specific repeating signal to hold at any given position. Servos are not not programmed. You could program a microcontroller to do what you want, or a fairly simple circuit with 2 555 timers to do what you are asking.

I have no idea what you mean about manually initiating each one. Under what conditions do you want to start the sequence? Is it a push button, a particular time, or another signal coming from somewhere else?

Bob
 

danfick

Jun 5, 2016
3
Joined
Jun 5, 2016
Messages
3
It is for a shooting competition and the appropriate target costs around £2000. We need to have a random sequence of targets turning for 3 seconds with gaps of 5-20 seconds between each turn.
This is the target and it looks like an easy build except for the electronics

http://www.boards.ie/b/thread/2057456190
 

duke37

Jan 9, 2011
5,364
Joined
Jan 9, 2011
Messages
5,364
I would think that a solenoid, which only needs turning on and off, would do the job of a servo. You will need some way of producing a random signal. Have you thought about this?

Will you be picking up all the lead shot? I am discouraged to use a smidgeon of lead in solder.
 

Alec_t

Jul 7, 2015
3,587
Joined
Jul 7, 2015
Messages
3,587
A suitably programmed MCU could take care of the timing functions and actuator driving. However, you would need to provide an impact-buffering mechanism between each target and its actuator (/servo) to reduce impact forces; otherwise the actuators will have a short life.
 

danfick

Jun 5, 2016
3
Joined
Jun 5, 2016
Messages
3
The targets will be thin corrugated cardboard so there will be no shock as the round hits. The bit I'm struggling to get my head around is exactly which components I need
 

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
The targets will be thin corrugated cardboard so there will be no shock as the round hits. The bit I'm struggling to get my head around is exactly which components I need
Hi and welcome to the forum!

A servo requires a specific repeating signal to hold at any given position. Servos are not not programmed. You could program a microcontroller to do what you want, or a fairly simple circuit with 2 555 timers to do what you are asking.

I have no idea what you mean about manually initiating each one. Under what conditions do you want to start the sequence? Is it a push button, a particular time, or another signal coming from somewhere else?

Bob
You can also take a look at some hobby stores.
Servos are incredibly common, and there are a TON of resources out there.

If you are looking into servos, I would suggest you look here for some quick info : https://www.princeton.edu/~mae412/TEXT/NTRAK2002/292-302.pdf

Additionally, there are lots of other methods you can use... Servos are great when you need specific angles, turns, etc... if you just want something 'open' or 'closed' you can use solenoids, regular DC motors (with or without limit switches), or even pneumatics. (You can get voltage controlled pneumatic valves)

These other methods require a simple 'on or off' signal instead of trying to control the specific signal. I would only look at servos if the target needed variable positioning... or perhaps needed to move while 'exposed' to offer a challenge.
 
Top