Project feasibility - Advice and guidance wanted

Hi all,

I am a complete newbie with regards to using Arduino and general circuitry building and I am looking for some guidance/advice/confirmation from you guys.

Basically I am undertaking a project which involves a device which requires two degrees of articulation plus a lighting system.

I plan to use two servo motors to power this movement, and a 12V LED light strip for the lighting.

Having done some prior research, I know how to rig up the LED strip with the Arduino, and likewise with the servo motors.

However this is where I start walking in to fog...

Ideally, I would like to control the LED strip and two servos from the same Arduino and also power the LED strip and servos from two different power sources - one for the motors, one for the LED strip. The Arduino will be connected via USB to a PC.

In terms of operation, I would like to control the light strip in terms of on/off and possibly with dimmer control.

The motors will be operated sequentially: servo 1 rotates > servo 2 rotates > servo 1 reverse rotates > servo 2 reverse rotates

So I have in my head, an Arduino, two battery packs (12V & 6V), an LED strip (incl. mosfet & resistor) and two servo motors on a shared breadboard.

Is this something that will/can work or is it an ill-informed pipedream? Any advice would be greatly appreciated.

Cheers,

Iain

Yes it can work although it is a bit messy. You could just use one 12V power source for your LEDs and regulate the 12V down to 6 for the servos. Or you could use a 5V LED strip and run the servos off 5V as well.

Note that most servos will not rotate by over about 200 degrees, the exact value depends on the servo.

Thank you for your reply.

Unfortunately the project requirements demand the brightest possible LED strip, so the 12V supply will be fully dedicated to powering the strip.

The LED strip is also required to be on during the servos operation - basically the LED strip needs to be on the whole time of operation.

I need one servo that can rotate 90 degrees, and another which can fully rotate 360 degrees - I have read that a sail winch servo can achieve this?

Sail winch servos can rotate about 3 turns with full position control.

I think you can also get servos that will do a full 360 deg with position control. However beware that many people refer to a continuous rotation servo as a 360 deg servo and they do not have position control - only speed and direction.

...R

Unfortunately the project requirements demand the brightest possible LED strip, so the 12V supply will be fully dedicated to powering the strip.

Sorry but that is a noncense.

The LED strip is also required to be on during the servos operation - basically the LED strip needs to be on the whole time of operation.

So what?

Sorry, excuse my ignorance.

So if I split the 12v supply between the LED strip and the servo at the same time, will the LED's brightness not be affected?

Hi,
Welcome to the forum.

What is the power , wattage, of your LED array going to be?

A 5V 10W array will be as bright as a 12V 10W array.

Have you checked that the servos you are looking at have the torque required to move your light array.

The Arduino can control the servos and dim/switch ON/OFF your array, with a PC as the master control.

Tom.. :slight_smile:

Thanks.. Tom... :slight_smile:

Hi Tom,

I require 1 metre of LED strip, which according the the product spec requires 25W.

I believe the torque required to move the section of device is capable of the servo motors.

Thank you for your reply.

So if I split the 12v supply between the LED strip and the servo at the same time, will the LED's brightness not be affected?

No it won't. We are talking about a regulated supply. The voltage will always be 12V up to the maximum current of the power supply. If you do not have enough current then get a bigger supply. You can also use a switching regulator on the servo supply, that will make the current draw less as they are about 90% efficent.

trustybutler:
So if I split the 12v supply between the LED strip and the servo at the same time, will the LED's brightness not be affected?

As long as the supply can provide enough power, no. So get a big enough power supply.

For your 6V servo best to get a buck converter rather than a linear regulator (you'll need a good heat sink as the regulators will have to absorb as much power as the servos take). Or you can get 12V servos of course.