So I’d got a quick question about capacitors and servos I’m having some trouble just figuring out how much would I need for my servos when it comes to capacitor microfarads. I’m currently working on a project with 14 servos now all of which takes up to 6vs and I’ve have a separate external supply with 6v battery holder and was wondering if for each of the servos would I need a single capacitor with the same amount for each servo or would a large one suffice for all. Any advice. I’d appreciate it and any other components would I need to add on to get a good current flow. HELP!!!
Exactly how are you powering these servos ?
All the servos all 14 to be exact….. are connected to a breadboard along with a external supply 6v 4 AA battery pack holder as its supply. No capacitors or any other components aside from the terminal box that’s connected to the battery holder on the breadboard.
With a external supply and 5v from the usb cable to arduino as well
Also for some odd reason after disconnecting the 5v usb from the laptop to arduino I’ve turned on the 6v AA battery to start my servos and it’s not getting the full delivery of flow to the servos. Is there something I’m missing or would all the batteries need to be fully max and another question probably a stupid one could I have 2 external supplies like a 6v battery holder and 1.5battery with a voltage regulator or something or would I need just some capacitors.
Always show us a good schematic of your proposed circuit.
Show us a good image of your ‘actual’ wiring.
Give links to components.
4 AA batteries will not be able to power 14 servos.
4 AA batteries might be able to power 2 servos.
A schematic would be nice, but I don't think you have enough current, caps wouldn't do much because they don't eliminate the need to power your device, they just make it so that you have some immediate power reserve for peak consumption, close to the load, or are used to filter out various noise in combination with resistors and inductors
Imagine a hard bass kick, requires alot of quick power to move the speaker, thus output cap on the amp...
Yeah sorry about that I don’t even know how to make a schematic lol . I’ll get back to getting a schematic soon.
Never written a schematic lol will be back soon with that.
For what you've described, a sheet of paper, a pen, and a bit of viewing of other schematic offerings on this forum is all you need. Then, use a phone camera, take a pic of the schematic, and post it here.
Schematic advice:
Positive to top of sheet, negative to bottom, power and signal flow generally from left to right. Use (+5V) and GND labels liberally, to avoid lines all over the place. When you do have multiple power sources, use unique labels unless they connect together. E.G. 12V(A) and 12V(B) if you have two 12V sources. GNDA and GNDB similarly. LEDs and associated resistors, generally drawn vertically. Pullup resistors same, if used. Inputs that are dependent on using internal pullups in the Arduino I generally add a ^ on, to remind me to enable the pullup in the sketch, but that's only me, not a common thing.
Liberally label everything, so we know what's what.
If you want to do a nice job on the first try there are electrotechnical mathematics tools online, like calculators for series and parallel connections, voltage dividers etc...
This will help you greatly to understand the basics as there are formulae, and basic schematics.
Electical symbol chart will help too.
You at least need to learn Ohms and Kirchhoff laws, very basic stuff (about 3 linear equations) and you will get a much better grip on how dc behaves with multiple power sources or loads.
Then you need to know the power rating of your load(servos), voltage and current needs, and your source voltage and current capability.
Idealy batteries would give unlimited current, and only voltage and capacity are in play, but because of internal resistance due to real world materials, flowing current creates a voltage drop inside the battery, since the single batt capacity is low that drop can stop your circuit from functioning, measure voltage on battery when idle vs when running, you will see, and when Arduino is plugged in, additional current is supplied thru USB, lowering the batt current and overall drop.
That's why you probably need more capacity/parallel, that divides current between cells, thus lowering voltage drop,by amount of cells, thus multiplies possible current available to the load.
But you need to have parallel blocks connected in series then, because the voltage in parallel stays the same. And parallel batteries must be on the same charge level or connected with diodes, to prevent one trying to charge the other.
https://fluxandcoil.com/batteries-series-parallel
Half a day's work, to really learn.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.