This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

motor control

hi everyone,
I am trying ot run a motor with the 80c51. anybody knows any good c program or asembly program to run a motor with the 80c51.

thanx for any help

Parents
  • We really need to know what sort of motor it is.

    Is it a simple DC motor, stepper motor or some other type? Do you want to go forward and backwards? Do you need to control the speed and if so how accurate does that need to be. How powerful is the motor need and what sort of loads. Does the load have a high inertia?

    Tell us all you can...

Reply
  • We really need to know what sort of motor it is.

    Is it a simple DC motor, stepper motor or some other type? Do you want to go forward and backwards? Do you need to control the speed and if so how accurate does that need to be. How powerful is the motor need and what sort of loads. Does the load have a high inertia?

    Tell us all you can...

Children
  • Thanks Graham

    Well this is a 1.5 v DC motor. I am trying to make a robotic arm. The motor is connected to the gear wheels. If the motor roates then it moves the gear wheel move, which makes the arm move.I do not need to control the speed. and this is not a powerful motor. Its a small motor, which has a gear wheel connected with that and which can be run by a 1.5 v battery. Now I am writing a software to run the motor. I am hoping if anyone can help me with that.

    Any hlep will be greatly appreciated