but I’m afraid the Particle won’t power it to get the torque I’d like out of it. My current servo is rated at 3kg.cm @ 4.8V, but that’s probably half or a third of what I’d like. The linked servo is rated at 19.3kg.cm @ 7.4V, which would do the trick great if I could get that voltage.
I know almost nothing about electronics–this is kind of an introductory project for me. I know there are other servos out there at <5V that can get ~12-14kg.cm of torque. But is there any way that I can get the full performance of the one I linked? Increase voltage somehow? Again, I don’t quite understand the electrical science part of this at all. Any help would be appreciated.
Oh gosh I have a lot to learn. How do you envision this being used? Would I just plug this directly into the Photon and keep the servo plugged into the Photon on the VIN pin? Wouldn’t that still be 4.8V?
Or would I splice the USB cable and pigtail part into the Photon and part into the servo?
Info: I currently have a less-torque servo drawing power off the VIN pin.
@syndac, I would not recommend powering the servo via the Vin pin of the Photon. The Photon’s onboard protection diode can only handle 3A peak (not sustained) and may overheat and get damaged. Instead, I suggest an approach I used for the Message Torch I built, which uses a large number of Neopixels. However, it will require some wiring and soldering.
Get a good quality 5V power supply with a current rating exceeding the max servo current which, in this case, is 3A. This Adafruit one can supply 4A.
Then get an adapter with screw terminals like this one. Using some hookup wire (18-22AWG), you would connect power and ground from the screw terminal to both the Photon’s Vin/GND pins and the Servo’s power/GND pins. There are other ways to do this including a dedicated servo control board (adafruit) but it all comes down to the need to power the servo(s) separately from the Photon and not through the Photon’s Vin pin when using high-current servos.
@syndac, the 2.1mm connector is fine but I’m not sure how much current solderless protoboards are rated for. Nonetheless, keeping wires short should be ok. As for the wires in the maker kit, they would need to match the size of the wires on the servo. I believe they should be able to handle the current.
Good thinking on the breadboard. After some research, it looks like there’s a ton of folks that use 12V @ 5+ amps. Breadboard models probably vary, but I’ll try it out.
@syndac, one thing you might want to add is a 100uF to 470uF electrolytic capacitor between the power lines on the protoboard. This will smooth power while the servo is moving.