<div dir="ltr">ahhhh that is where the jittery servo comes from...<div><br></div><div>I added capacitors thinking it was dirty voltage.</div><div><br></div><div>I will post my code later. </div><div><br></div><div>R,</div>
<div>Alan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 27, 2013 at 1:30 PM, Bill Farrow <span dir="ltr"><<a href="mailto:bill@arrowsreach.com" target="_blank">bill@arrowsreach.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Sep 27, 2013 at 12:11 PM, Alan Wiggs <<a href="mailto:alanwiggs@gmail.com">alanwiggs@gmail.com</a>> wrote:<br>

</div><div class="im">> I have a project where I am running 4 servos and calling to (simple) falling<br>
> interrupts on Pins 2 & 3.<br>
<br>
</div>I believe the Arduino servo library uses the 16 bit timer (TMR0 ?) to<br>
interrupt the CPU in order to update the pins connected to each servo.<br>
 It should be able to support more than 4 servos, but please check the<br>
source code for the library and let us know.<br>
<br>
Do the external interrupt pins conflict with the timer interrupt ?<br>
<br>
Could your external interrupt code be taking too long and holding off<br>
the interrupt from the timer, resulting in jittery PWM signals to the<br>
servos ?<br>
<span class="HOEnZb"><font color="#888888"><br>
Bill<br>
</font></span></blockquote></div><br></div>