im planning to make a robotic hand and dunno where to start at programming
Pls help
im planning to make a robotic hand and dunno where to start at programming
Pls help
Firstly, define your hardware. What do you want to control? What do you want it to do? What causes the control to vary?
What experience do you have in electronics and programming.
Weedpharma
Khatanbold:
im planning to make a robotic hand and dunno where to start at programmingPls help
You can't start programming until you have something to program. Have you built the hand yet?
Do you have any plans yet for the hardware needed to interface the hand with an Arduino?
i really wont do a hand itself ill only program it
Khatanbold:
i really wont do a hand itself ill only program it
You said this:
im planning to make a robotic hand
Still, what do you mean?
Do you want to write the program for an existing hand now, or do you want to write a program for a non-existent hand?
If the former, the hardware info is needed, as asked. ie How many servos, which servo is connected to which finger, exactly what you want the hand/fingers to do, how will it be controlled and much more.
If the latter, well, that's just silly.
all i need is a little help what u guys commonly do on programmin robots
Khatanbold:
all i need is a little help what u guys commonly do on programmin robots
Without further information, that's impossible.
First you need to design the robot/robotic hand, decide what all of the hardware will be, then write code for that specific hardware, to perform specific tasks.
Write a program wot makes the hand open and close, and the arm to move around.
There you are, what we do for robotics.
For more info we need to know what hardware you are using and what you want it to do.
Weedpharma
Khatanbold:
all i need is a little help what u guys commonly do on programmin robots
Create a setup() function. Put some stuff in it.
Create a loop() function. Put some stuff in it.
Create some other functions. Put some stuff in them.
Repeat until the robot does what you want.
Without a clue as to what your robot is to do, what hardware you are using, or how it is connected, you just sound like a clueless dope.
all i need is a little help what u guys commonly do on programmin robots
A place to start.