How to control servo from Duet board May 05, 2015 11:42AM |
Registered: 8 years ago Posts: 2 |
Re: How to control servo from Duet board May 05, 2015 12:28PM |
Registered: 9 years ago Posts: 14,646 |
Re: How to control servo from Duet board May 05, 2015 02:24PM |
Registered: 8 years ago Posts: 2 |
Re: How to control servo from Duet board May 05, 2015 04:33PM |
Registered: 9 years ago Posts: 14,646 |
Re: How to control servo from Duet board November 09, 2015 07:55PM |
Registered: 10 years ago Posts: 36 |
Re: How to control servo from Duet board November 10, 2015 03:42AM |
Registered: 9 years ago Posts: 14,646 |
Re: How to control servo from Duet board November 10, 2015 04:50AM |
Registered: 8 years ago Posts: 5,232 |
Re: How to control servo from Duet board November 10, 2015 08:57PM |
Registered: 10 years ago Posts: 36 |
Quote
dc42
I can't help you with servo wiring because I have never used them. If you are only using the servo to deploy a Z probe, have you considered using one of my IR sensor Z probes instead? E3D originally planned to use a servo deployed switch for their BigBox printer, but now they are supplying this instead. See [miscsolutions.wordpress.com].
Re: How to control servo from Duet board July 19, 2016 10:14AM |
Registered: 6 years ago Posts: 109 |
Re: How to control servo from Duet board July 19, 2016 02:26PM |
Registered: 8 years ago Posts: 5,232 |
Re: How to control servo from Duet board July 20, 2016 09:25AM |
Registered: 6 years ago Posts: 109 |
Quote
o_lampe
Why not use a linear actuator to move the plotter pen up/down? This would be much easier to implement.
Re: How to control servo from Duet board July 20, 2016 11:38AM |
Registered: 8 years ago Posts: 5,232 |
Re: How to control servo from Duet board July 20, 2016 01:57PM |
Registered: 11 years ago Posts: 548 |
Re: How to control servo from Duet board July 21, 2016 12:40PM |
Registered: 9 years ago Posts: 14,646 |
Quote
o_lampe
I'm not sure, if a simple PWM signal would work.
A servo needs 1-2ms signal length, not a "duty cycle" of x.xx%
You would need a timed signal that fits in the general interrupt service routine.
-Olaf