Author Topic: rc to analog speedcontrol (0 to 5 Volts)  (Read 1877 times)

0 Members and 1 Guest are viewing this topic.

Offline olyke1Topic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
rc to analog speedcontrol (0 to 5 Volts)
« on: December 21, 2009, 07:58:11 AM »
Hello,

I am a newbee. I am using regular DC motors with RC controll and a sabertooth motorcontroller. I would like to change to motors with an analog 0 to 5 Volt speedcontroller (2,5 V is neutral, 5V is full forward and 0 Volt is full backwards). Is it possible to go from servo controll to analog signal including the tanksteering capability?

Greetings, Henk
« Last Edit: December 21, 2009, 08:15:45 AM by olyke1 »

Offline Soeren

  • Supreme Robot
  • *****
  • Posts: 4,672
  • Helpful? 227
  • Mind Reading: 0.0
Re: rc to analog speedcontrol (0 to 5 Volts)
« Reply #1 on: December 21, 2009, 08:08:38 AM »
Hi,

(2,5 V is neutral, 5V is full forward and 5 Volt is full backwards). Is it possible to go from servo controll to analog signal including the tanksteering capability?
Yes, anything is possible with electronics... If you know how.

What is your level in electronics? Can you read a schematic, can you solder, do you know basic components etc.?
We allready established you can't distinguish a "0" from a "5"  ;D  But the rest we need to know.

Do you really want an analog voltage out? PWM is so much more efficient!
Bob Blick allready made a Servo Pulse to PWM converter.
Regards,
Søren

A rather fast and fairly heavy robot with quite large wheels needs what? A lot of power?
Please remember...
Engineering is based on numbers - not adjectives

Offline olyke1Topic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
Re: rc to analog speedcontrol (0 to 5 Volts)
« Reply #2 on: December 21, 2009, 08:30:28 AM »
Hello Soeren,

Thanks for your quick reply. I already changed my mistake with the 5 volts.

I know more then basic electronics and know how to solder and reading schematics.
I have build some simple robots and this will be me first big robot (over 100 pounds).
I have some strong motors but it is with the analog speedcontrol.
I can spent some money so the solution don't have to be cheap.

Greetings, Henk

 

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: rc to analog speedcontrol (0 to 5 Volts)
« Reply #3 on: December 21, 2009, 08:53:20 AM »
this might not be exactly what you're looking for, but look into an ESC. it is a motor driver that runs off servo pulses.
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline Soeren

  • Supreme Robot
  • *****
  • Posts: 4,672
  • Helpful? 227
  • Mind Reading: 0.0
Re: rc to analog speedcontrol (0 to 5 Volts)
« Reply #4 on: December 21, 2009, 02:14:56 PM »
Hi,

I know more then basic electronics and know how to solder and reading schematics.
I have build some simple robots and this will be me first big robot (over 100 pounds).
Great, are you comfortable around microcontrollers as well then?

Basically, there's 2 options:
- A microcontroller with D/A-converter can read the pulses, determine their length and then convert it to an analog voltage and output it.
- A couple of Sample&Hold circuits and a few op-amps (for analog computing and level conversion) can accomplish the same, but will take more real estate.
Regards,
Søren

A rather fast and fairly heavy robot with quite large wheels needs what? A lot of power?
Please remember...
Engineering is based on numbers - not adjectives