Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Help with this project

Status
Not open for further replies.

lovesaints

New Member
So, I create a project for my exam, It is a remote control mini forklift that programmed with Arduino-UNO. There are some method that require to attention:

1. Able to Forward/Backward, Left/Right.
2. Able to lift object without fall when moving.
3. Able to remote controlled.
4. What is the Arduino program for the servo motor that able to control direction of the wheel when turn left and right?
5. There is 2 sides of the fork that can lift. Normal forklift only have 1 side to lift, so I decide to lift at both side, is that possible?

Help me with these problem, very appreciate your help.
 
Hi.

What problem? You have only managed to presentate a vague ida of a project. You have not even started on your project and yet you claim to have a problem?
 
Point #5. Yeah you can, but its not feasible. You rather just turn the unit around and lift up other objects. Reasons:

The opposite end of the one side with the forks on it, should have a counter weight. So, for 2 sets of forks on either side, you would need to have 2 counter weights, doubling the load on the puny machine right on the get go. also the full length of the fork lift will increase, possibly making navigation through narrow turns etc difficult.

If you have both sides with forks, turning may be an issue, as one set of wheels will be used for steering typically the back, and since there will be a load on it, it will make those motors huff and puff when turning, most likey leading to undesired operation, you turn to full turning capacity, but it only turns to 75% due to the load on the wheels.

Having only one set of forks is great for this, due to when loading the forks with a crate, it reduces the weight on the back wheels a little, the steering wheels, making it a little easier to steer.
This covers point #2 aswell.

Google "arduino servo control", there are many links. Even some videos.

Even for remote control, google it.

You are gonna need a voltage regulated power source for the Uno. Get a 9V supply, and step down to 5V with a regulator.
How far along are you at the moment?
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top