-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Servo Motor Voltage #22
Comments
Can I ask why are the servo motors (or where you saw the servo motors) being powered by 6.5V? Because if you feed more voltage than it's capable, you'll most definitely damage it some way or another... |
Hello @Seasandwpy and @AugustDG, it is true, that the Servos (MG996R) are powered at 6,5V via the XL4016/SZBK07 Buck-Converters output (passing through a relay if installed). This is because it provides some additional torque+speed and they are capable of handling this voltage. @AugustDG If you look at the specs at the TowerPro Homepage, its stated that the maximum operational voltage range is from ~4.8V to 6.6V - look here @Seasandwpy The configurations i mentioned are "with polarity protection diode" (never seen one tbh, mine where withoug) and "with capacitor"
The PCA9685 chip itself is only rated up to 5.5V (iirc), but the circuits are sepearated and there is no connection to V++. So no need to worry here and this is also the reason, why 6V max does not make so much sense to me. The powerlines on the pcb can handle higher voltage and only with high currents you should expects problems. A common mod is to enhance the power-rails (V++ & GND) from the terminal block to the pins (underside of the pins) of the channels with solid copper wires, so that the module itself can handle the high currents better. But thats basically it... So, the answer i can give: There are good reasons, why 6.5V should not be problematic. If you are unsure, than simply go with 6V...and if you feel comfortable, then increase with 0.1V steps or so until you reach a (imo) safe max of 6.5V. |
Great detailed response and thank you! 😁 |
Hi, I'm using 6.5V on the PCA9685 with no problems found. Many servos use 6V for their optimal power and giving them extra juice (+0,5V) is more than safe. Just provide them with enough current or the robot will stall. I believe this issue should be closed. |
In PCA9685, there are Vcc and V+. They are different, V+ is for Servo , maybe 6.5V or 8.4V or other. Vcc is for PCA chip and it should be max V is 6V. |
@liwenz What diodes did you use? I ordered some 15A on Amazon, but they only drop .136v each. |
Hi,
the servo motor is powered by 6.5V voltage with PCA9685 board, but the max V+ voltage for PCA9685 board is 6V. Will this be a problem?
The text was updated successfully, but these errors were encountered: