Suggestions for new project.

Hello All,

am a newbie, wanted to do a project which involves two P12-P linear actuator (two Max. Operating Voltages: 6V or 12V), a thumb joystick and a arduino (am not sure which one to buy)

So basically, i want to control actuators using joystick.

When joystick is moved left, one actuator should extended upto to certain length
and when that joystick was centered, same actuator should come to retracting position

When joystick is moved right, another actuator should extended upto to certain length
and when that joystick was centered, same actuator should come to retracting position

When joystick is moved up, both actuator should extend up to certain length and should stay there even though joystick was centered.

When joystick is moved down, both actuator should come to retracting position and should stay there even though joystick was centered.

I wanted to use either Auxiliary car power outlet (12 V DC) or any other rechargeable battery pack as Power source, so need your input on which arduino should I purchase that i can work with above mentioned actuators, which version actuators(6V or 12V) and what battery pack? and if any other components if required.

if possible, diagram of connections and arduino code will be helpful.

Delta_G:
Looks like a job for an UNO or just about any Arduino board.

You can suggest which things i should be buy for my project from your store atleast?

Are you offering to pay me to do all the work for you? Or do you think this is just a spot to get all your work done for free? We will help, but this isn't a free code writing service.

Good point. This is my personnel project so let me try this first using your blogs guidelines as starters and see. If I can't then sure, helping must be appreciated.

sharath91221:
Good point. This is my personnel project so let me try this first using your blogs guidelines as starters and see. If I can't then sure, helping must be appreciated.

There is a difference between helping someone who is stuck, and just simply providing code. People here will be very willing to help resolve problems or answer questions.

Great. Then am sure you guys can help me on things that must purchase from your site required for my project

And i should go through all the guidelines, references you guys put together in the document/blogs and figure out how can i complete the project :slight_smile:

Understood, My bad. But as starters, can you help on things i need to purchase please?

Thank you

Arduino UNO tech spec says:
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limit) 6-20V

Thus that mean i can use 12v DC voltage as input or not?

Does that mean i can use 12v DC voltage as input or not?

Yes you can power with 12v through the barrel jack if the Arduino and what is connected to it are not using too much current. Heat gets dissipated through the voltage regulator and 9v is probably preferred.

Your two actuators can not be driven directly from the Arduino, and I recommend a dual channel motor driver based on the TB 6612 like this one

or this

Means it's better to use 7volt than 12volt on the DC socket.

An Uno runs on 5volt. Anything more than 7volt is turned into heat.
At 12volt, you can't draw more than 100mA from an Uno before the 5volt regulator overheats.

A separate 5volt cellphone charger connected to the USB socket is even better.
Leo..

Excellent

What about current?
As per those actuator spec. It says:
Stall current: 550 mA @6v, 210 mA @12v

I think a got a very good reference from below video:

Thank you Delta_G, Romonaga, cattledog, Wawa. I started coding and making things working.