Author Topic: motor drivers for a electric wheelchair  (Read 12213 times)

0 Members and 1 Guest are viewing this topic.

Offline andd64Topic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
motor drivers for a electric wheelchair
« on: October 09, 2008, 03:49:03 PM »
Hey guys,

I have in my possession an old "fortress" electric wheelchair, except everything is stripped but the base (the wheels), the motors, and the battery.  There is no model information anywhere on it - i tried looking online for schematics but this brand of wheelchair is no longer operating, and there's absolutely no information.  Only markings i found on it was a sticker with this information: its 2.2 (could be a 1.2, the stickers really old) Amps, possibly 183 RPMS (this seems low though).

Does anyone know what kind of motor controllers i can get that will work with this? I have no other information about the wheelchair. 

Offline ArcMan

  • Supreme Robot
  • *****
  • Posts: 519
  • Helpful? 4
  • Mmmm... Plasma
Re: motor drivers for a electric wheelchair
« Reply #1 on: October 09, 2008, 09:35:26 PM »
2.2 A does seem low for a wheelchair motor.  The wheelchair motors on my yard robot are 24 VDC @ 11 A full load.  I use the Dimension Engineering Sabertooth 2X25 for them.  There are other drives out there, but the Dimension Engineering drives are well-engineered.  It's amazing to me that some other drives are rated for high amperages like 25A but only have terminal blocks rated for 10A.  Buyer beware.

Offline dsheller

  • Full Member
  • ***
  • Posts: 72
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #2 on: October 10, 2008, 02:02:44 AM »
I agree with the above, those are some good drivers... as for the markings. I highly doubt it's running at only 2.2 A...  Also, are you sure there isn't a gearbox attached that is gearing it down to 183 RPMS?

Offline andd64Topic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #3 on: October 11, 2008, 01:21:26 PM »
Also, are you sure there isn't a gearbox attached that is gearing it down to 183 RPMS?

i have no idea about the gearbox, it could be a possibility, i'll try taking a picture of it sometime this weekend and putting it up.

I use the Dimension Engineering Sabertooth 2X25 for them.  There are other drives out there, but the Dimension Engineering drives are well-engineered.

Will any driver from Dimension Engineering do? Can you suggest any that are "generic" enough for me to use?

Offline dsheller

  • Full Member
  • ***
  • Posts: 72
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #4 on: October 11, 2008, 03:33:14 PM »
Dimension sells different size drivers for different motors... you're going to have to find out what the stall current is on that motor before you can pick a suitable driver.

Offline ArcMan

  • Supreme Robot
  • *****
  • Posts: 519
  • Helpful? 4
  • Mmmm... Plasma
Re: motor drivers for a electric wheelchair
« Reply #5 on: October 11, 2008, 08:22:50 PM »
That's definitely the best course of action.

But if you are not able to determine the stall current of you motor, you should be safe with the 2X25 for wheelchair motors.  They're not going to draw > 25A each.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: motor drivers for a electric wheelchair
« Reply #6 on: October 15, 2008, 07:20:23 AM »
Quote
They're not going to draw > 25A each
not guaranteed . . . get some batteries and hook it up directly to the motors, and then measure the current draw under load

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: motor drivers for a electric wheelchair
« Reply #7 on: October 15, 2008, 05:38:58 PM »
I recall that someone made a motor driver PCB on the forum. I don't remember if it was for this kind of high amperage or not .Anyone remember ?
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline andd64Topic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #8 on: November 04, 2008, 09:58:59 PM »
so i decided to get the sabertooth 2x25 motor drivers.  but before i buy them i need to ask you guys one more thing - i need to connect a joystick to the wheelchair, the problem is that it currently doesnt have the joystick or any wiring.  Is there any website/info you guys could give me on how to connect a joystick to what to drive the wheelchair?  Lets say i want to do this without a microcontroller if that's even possible.  Also any recommendations on where to get the joystick? Or maybe its better to get it from a dump.

Offline ArcMan

  • Supreme Robot
  • *****
  • Posts: 519
  • Helpful? 4
  • Mmmm... Plasma
Re: motor drivers for a electric wheelchair
« Reply #9 on: November 04, 2008, 10:13:47 PM »
You will definitely need some kind of "translation" control system if you use a single joystick.  You will have to convert the joystick's left/right/fwd/rev inputs into differential drive signals for the motor drive.  A microcontroller is very well suited to this task.

I'm sure you'll want an analog type joystick to give you variable speed control.  Google is your friend.  There are many analog joysticks out there.

Offline hudbrog

  • Jr. Member
  • **
  • Posts: 40
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #10 on: November 05, 2008, 08:28:13 AM »
About joystick... I really enjoyed interfacing playstation 2 gamepad to microcontroller(and it is really easy. took me less than hour to write ARM code and processing sketch). And you'll still have lots of additional control elements for anything you'll ever want to attach to your chair.. like rocket launchers or anything )

Offline andd64Topic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #11 on: November 05, 2008, 11:30:45 AM »
hmm ok so if i get the dimension engineering drivers, i would connect the drivers to the motor and the mcu, and the joystick directly to the mcu? or would i also connect the joystick to the motor drivers?


Offline hudbrog

  • Jr. Member
  • **
  • Posts: 40
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #12 on: November 05, 2008, 11:33:17 AM »
joystick only to mcu.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: motor drivers for a electric wheelchair
« Reply #13 on: November 08, 2008, 02:35:27 AM »
Quote
hmm ok so if i get the dimension engineering drivers, i would connect the drivers to the motor and the mcu, and the joystick directly to the mcu? or would i also connect the joystick to the motor drivers?
Instead of a mcu, another option is to buy a remote control and receiver. You can hook it directly up to the sabertooth without a mcu. Any rule against a remote control joystick? :P

Offline andd64Topic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #14 on: November 08, 2008, 10:46:59 AM »
Admin would this be done through infrared?  That sounds like a viable idea - but i can't imagine this.  Please explain?

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: motor drivers for a electric wheelchair
« Reply #15 on: November 08, 2008, 11:10:39 AM »
Nope, through RF.

Its the same remote control system used for RC toys/planes/etc.

Basically you will have a remote control wheelchair.

Here is a perfect example:
http://www.societyofrobots.com/robotforum/index.php?topic=5442.0

Offline andd64Topic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: motor drivers for a electric wheelchair
« Reply #16 on: November 08, 2008, 12:34:25 PM »
Here is a perfect example:
http://www.societyofrobots.com/robotforum/index.php?topic=5442.0

That is a great example - the problem is i want to stay away from batteries and have the joystick controller powered by the wheelchair battery.


I really enjoyed interfacing playstation 2 gamepad to microcontroller(and it is really easy. took me less than hour to write ARM code and processing sketch). And you'll still have lots of additional control elements for anything you'll ever want to attach to your chair.. like rocket launchers or anything )

hudbrog that sounds pretty cool, do you have any more information about this?  Like what would i connect where?

EDIT

nvm hudbrog i found a lot of stuff online and even on SOR to explain how. 
« Last Edit: November 08, 2008, 01:11:06 PM by andd64 »

 


Get Your Ad Here