Skip to main content

Offroad Wheelchair Update 1 - To Retrofit or Reinvent?

Recently, we at Freeside Atlanta teamed up with the Alchemical Arts Alliance and My Inventor Club to design and build an Offroad Wheelchair so that our friend Robin can get around their events. Together, we've raised about $2,000 for the project.

The design phase is usually the most difficult part of the projects, and it is often the most expensive place to make a mistake. Committing the resources to a poorly-designed project can cause the entire thing to be wasted, so we designed the Offroad Wheelchair project very carefully.

We started with the constraints – We need ease of maneuverability, an ability to overcome obstacles and take fairly steep inclines, longevity to make it through events up to a week long, and recoverability in case it gets stuck. Also, biggest two constraints – Budget (~$2000) and time to prototype (2 months)

From that, we landed on 3 design options –
1 – Electric motors with onboard generator for periodic battery charge
2 – Modifying an existing lawnmower or outdoor vehicle with hydraulic controls and automation
3 – Modifying a zero-turn lawnmower to suit our purpose

After weighing the options, we chose option one for its low noise and high efficiency. Next step - simulate the design. I used the website Study Physics to figure out the torque requirement to pull a simulated wheelchair + passenger up a given slope. Then I simulated it in a spreadsheet starting with the worst-case scenario so I could play with the numbers. The inputs are in orange and the rest are calculations.

In other words, the force required to take a vehicle up a 15 degree slope is a bit more than half of the force required to lift it all the way off the ground. To find the torque requirement, the force needs to be distributed around the wheel, since the wheel radius affects the leverage exerted by the motor.

Therefore, the minimum torque of the motors is about 200 pound feet. Is that feasible for an electric motor? Let’s look at the best motor example I could find - 

This means that the system required two very powerful electric motors, running near peak torque continuously, and geared down 60x. They exist, but they are about $600 each and don’t usually match each other’s output exactly. Plus, the motor controllers are $200-$400 each! That means that this project is neither feasible nor practical, as the entire budget could be spent on 2 motors with their respective transmissions and controllers. It won’t work. But, this is why we simulate. It’s time to drop back and try again.

The hydraulic modification of an existing vehicle seems interesting, but also time-consuming. Plus, it wouldn’t be able to pivot in place like the other two design options, which is important to delivering the rider to exactly their target. Not to mention that the drive of the wheels will probably be locked together, so there is nothing stopping the thing from sliding down a slope. It also requires the modification of a ~$1000 platform with up to $800 in hydraulics and most options aren’t configured for somebody to easily get into from a wheelchair.

Then, Shane from My Inventor Club sent me an email about a zero-turn mower that was available in our price range. Zero-turn mowers use hydrostatic transmissions to convert the high-rpm, low-torque energy from an engine into low-speed, high-torque power with hydraulics. The mower we chose is a Grasshopper 725k. The actual torque isn’t listed in any of the data sheets, but the horsepower (25) and wheel diameter (22in) are. So now we just need to find the torque and update our simulation to see if it will work.
If we know how to find torque then we just need to find the rpm at the wheels at the top speed, discount it by about 30% for conversion losses, and that will be near our actual torque.
First, get the top speed to feet per minute – 

Then, turn that to rpm using (the diameter of the tire) * (pi) to get the ground it covers per revolution.

Finally, you can do the torque conversion – 
 The zero-turn mower is 800lbs, so it is much heavier. The torque required to haul it up a 15 degree slope is 530 pound-feet, so it might be able to crawl along if it can keep traction. However, rolling over would be a concern at that angle anyway. Therefore, the zero-turn is feasible and reasonably meets the requirements of the project.

We can look into supplementing the power of the motors with a winch if the vehicle gets stuck somewhere that the torque/traction can’t overcome and reduce engine noise, but we're in the ballpark now. So, we’ve settled on a design – a retrofit of a zero-turn mower with a winch. It will be faster and more cost-effective to retrofit a used device that has been engineered to a similar task than to design and build something new from scratch. However, this platform could serve as a prototype for some future design, so we can work out the issues through iterative prototyping.

Until then, we’ll do the most effective and cost-effective Offroad Wheelchair that our constraints allow and document it so others can duplicate and improve the idea.

Check in on the Offroad Wheelchair page for links and info, including the simulation spreadsheet that I used (you get to point out my mistakes!) and the first video of the mower that we selected.

Comments

Popular posts from this blog

A Capacitive-Touch Janko Keyboard: What I Did at the 2017 Georgia Tech Moog Hackathon

Last weekend (February 10-12, 2017) I made a Janko-layout capacitive-touch keyboard for the Moog Werkstatt at the Georgia Tech Moog Hackathon. The day after (Monday the 13th), I made this short video of the keyboard being played: "Capacitive Touch Janko Keyboard for Moog Werkstatt" (Text from the video doobly doo) This is a Janko-layout touch keyboard I made at the 2017 Moog Hackathon at Georgia Tech, February 10-12. I'm playing a few classic bass and melody lines from popular and classic tunes. I only have one octave (13 notes) connected so far. The capacitive touch sensors use MPR121 capacitive-touch chips, on breakout boards from Adafruit (Moog Hackathon sponsor Sparkfun makes a similar board for the same chip). The example code from Adafruit was modified to read four boards (using the Adafruit library and making four sensor objects and initializing each to one of the four I2C addresses is remarkably easy for anyone with moderate familiarity with C++), and ...

Atlanta Cosplay Meetup: Group Build Update #3

It's been a while since we posted a progress report for the Atlanta Cosplay Meetup's ongoing project, and with Dragon Con right around the corner, we're nearing the finish line. Let's take a look and see what's been going on the last few months! Check out our previous progress reports here: Progress update #1 Progress update #2 Read on to see where we're at now...

What to Do With a Stack of Picture Frames?

When You Have Too Much Free Stuff! Our newest member Raul got his hands on a stack of about 40 picture frames that were being junked. On a general note Freeside tends to discourage large piles of objects randomly appearing as it tends to collect in corners. Raul got permission from our projects team with a time limit of a few weeks. In this case unnecessary, as the membership more or less attacked the pile of boxes and rapidly rendered them into things. Unfortunately starting off all the frames looked something like this: Not terribly useful. We don't even have any idea who these guys are. After a few passes through the planer, however, we get something like this: A perfectly good picture frame useful for stuff. First idea was to push a couple of these through a the laser cutter. Concept good, aim.... Aim was a little off. Also we had just rebuilt the laser computer and electronics so there were a couple of kinks to work out in CamBam's post processor: &nbsp ...