![]() |
![]() |
![]() |
|
|
|||||||
| Robotics Chat Specific to discussions about robots and the making of. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
can anybody tell me how to get more:
1.power Or 2.speed out of a simple moter, ie , if its possible. i need to use the same robot for speed racing and then robotwars. for racing i'll need max possible speed, and for the wars....max possible power. is it possible to use the same motors. in fact i would appreciate if someone could explain what power output of a motor depends on. also, i need a little help in modifiying my robot. i need a new turning mechanism. i'm using differential spin between the motors to turn. can someone point a better method where i can CONTROL THE AMOUNT THAT MY ROBOT TURNS, RATHER THAN TURNING 90 DEGREES ALL THE TIME (eg. electromagnet, but again i can't seem to figure out how to control the amount i turn...like using a pot in place of a steering wheel :wink: .....).
__________________
vishal |
|
|
|
|
|
|
(permalink) | ||
|
Quote:
Quote:
|
|||
|
|
|
|
|
(permalink) | |
|
Quote:
1.how do i slow the motor. currntly i'm stopping it completely while the other runs at full speed. this means each time i turn, the car turns s full 90 2.turning motion is quite jerky. controlling it is difficult. i was hoping to use a solenoid and vary the currnt to it (using a pot), so that the magnet moves slightly if i increase the current only slightly....and so on,.....then i could somehow hook it up to an axle(i'll figure that out later :wink: ). problem is i've never used a solenoid before. i dont even know if this kind a mechanism is possible.
__________________
vishal |
||
|
|
|
|
|
(permalink) | ||
|
Quote:
Quote:
|
|||
|
|
|
|
|
(permalink) |
|
First of all ,if ur in India which by looking at ur name i suppose so, whatever competitions u intend to go for do take into consideration the fact that 90% of the robots competing are going to only turn 90 degrees.
The only robot that i've heard does really cool stuff is the one built by D.P.S RK Puram in Delhi which has been winning the IIt tech fest for the past few years now .(but i have never had a chance to see their robot so i cannot comment ) So why take the the drastic step of changing the entire principle on which your robot works? Better still include better technology in a new robot and take both to the competitions and your chances of winning it will increase! :wink: |
|
|
|
|
|
|
(permalink) |
|
First of all ,if ur in India which by looking at ur name i suppose so, whatever competitions u intend to go for do take into consideration the fact that 90% of the robots competing are going to only turn 90 degrees.
The only robot that i've heard does really cool stuff is the one built by D.P.S RK Puram in Delhi which has been winning the IIt tech fest for the past few years now .(but i have never had a chance to see their robot so i cannot comment ) So why take the the drastic step of changing the entire principle on which your robot works? Better still include better technology in a new robot and take both to the competitions and your chances of winning it will increase! :wink: |
|
|
|
|
|
|
(permalink) |
|
I'd use a "drive by wire" sort of system. You should use H-bridges to drive each motor. This lets you drive the motor forward and backward and vary th power. You should also build a optical encoder fro each wheel so you can tell how fast its going.
About the drive by wire system. Rather than have your control inputs go strait to the motors you should have them go to a microcontroller. The microcontroller can figure out what you want to do and more precicely control the motors to do what you want. So instead of doing things like "right motor on" you could tell the microcontroller to turn the robot 30 degrees and the microcontroller controls the motors to make that happen. This would let you design a much more intuitive and easy to use control system for your robot. |
|
|
|
|
|
|
(permalink) |
|
I totall agree with nigel, instead of changing the hardware it would be better to change the software and go for pulse width modulation. This will help you in achieving precision turns and proper spped control of your DC motor.
|
|
|
|
|
|
|
(permalink) |
|
you could use motor driver chips to control both speed and direction(forward/reverse).
i use L298 controller for my robots. each chip could control two motors at a time. to control motor speed use PWM in the enable pin. it also has an option to stop the motor immediately (dynamic braking i suppose)! for precise steering, i recommend using either servo or stepper motors. |
|
|
|
|