ElectricSpidey
- Joined Dec 2, 2017
- 3,336
It doesn't do anything bad, but using a NPN instead of a PNP forces you to set it up in follower mode which becomes reliant on the divider created by the 4017 and the LED net, as I stated above.
Your Q1 will start to turn off as the trigger voltage approaches 2/3 V, but that is not a big deal. The main reason was to make it work with the yellow LED. Now that I think about it though, what is the point of the 4017? You could just double the size of C1 and feed the output of the first 555 to Q1.
ooh I see. I didnt get that was what you meant. Thanks. It makes sense.It doesn't do anything bad, but using a NPN instead of a PNP forces you to set it up in follower mode which becomes reliant on the divider created by the 4017 and the LED net, as I stated above.
But the 555 does drive the servo when LED2 is not in the circuit.I don't think that the output of a 555 can drive your servo. Try using a transistor as a driver (being driven by the 555).
I explained this before. Your LED is drawing so much current that there isn’t enough left from the 4017 to drive the transistor. It looks like a dead short to the transistor base.But the 555 does drive the servo when LED2 is not in the circuit.
OK, that's a good reason! I missed that part.As described I want the circuit to terminate after the servo has moved 5 times. And that is why I use the 4017.
Yes you did and I did understand it the first timeI explained this before. Your LED is drawing so much current that there isn’t enough left from the 4017 to drive the transistor. It looks like a dead short to the transistor base.
Increase the 330Ω ohm resistor significantly (someone mentioned 10kΩ), or add another transistor to drive the LED with a lower current or (I’m not sure you can do this in your circuit) move the LED after the transistor.
BTW, you stated the LED needs 20mA. That’s likely the maximum allowed current. Modern LEDs may turn on with as little as 2mA. That knowledge should make you feel better about increasing the LED current limiting resistor. And may adequately reduce the current demanded from the 4017 when your LED is in the circuit.
If you don’t understand this, please ask more questions. Please don’t ignore it, because that will make you getting an answer more difficult and drawn out.
I cant. The last timer is making a PWM signal to the servo.Why not just put the LED on one or more of the other 4017 outputs to check its function? (maybe the carry out) Don't forget the resistor.
In your original description you seem to imply that you wanted a speed change on the servo between 4017 output pulses, also the schematic seems to indicate this, but when I watch the video it seems to only stop and go?
If you don’t really need a speed change I would suggest trying to control the second 555 with its reset line instead of the high side switch as you have it.
Move the output from the diode array from the transistor to the reset line of the 555, and remove the transistor. (and LED)
Reset line is active low…so it will run when the 4017 outputs are high, and stop when low.
I can understand your desire not to have trim pots in the final circuit. Just a point of information, though. Hobby servos positioning is not consistent from servo to servo, nor manufacturer to manufacturer. Hence, it may be to your advantage to keep the trim pots.okay so I've done what you told me to do in the other thread and that works.
I have also replaced R4 and R5 with two trimpots so I was able to adjust the position of the servo. And that works fine as well. I'd rather not have them in my final circuit though.
this circuit is just for one single santa jumping jack. Just for fun.I can understand your desire not to have trim pots in the final circuit. Just a point of information, though. Hobby servos positioning is not consistent from servo to servo, nor manufacturer to manufacturer. Hence, it may be to your advantage to keep the trim pots.
A 1750ms signal applied to different servos will result in slightly different positions for each one.
I use a microprocessor library to control servos in my largest project that used the pulse width to position the horn. Since its in software, I have a table of the servos, with values for minimum, neutral and maximum signal pulse widths. And I have a function to map positions in degrees to the specific pulse width for each servo.
That’s my software. You’re controlling the servo via hardware. And thence I recommend keeping the trim pots.
Just to let you know... in many of my circuits I leave trim pots in place. You never know when the servo for your Santa Jumping Jack needs replacement. If you design your circuit with fixed resistors, you may have to break down your printed circuit board to replace the resistors with new values?this circuit is just for one single santa jumping jack. Just for fun.