Computer controlled wheel chair or pram

In summary, a professor told me that I could use crystal antennas for some range (say 30m), or use a remote-control robot kit. I can buy a kit or build one myself. Parallel or serial port programming might be easier for me to learn. I can use MATLAB for the interfacing.
  • #1
jasjit
8
0
Hello guys
Im totally new to this stuff and looking forward to work on it please help if you could...
I went to my professor for the same, she said that it can be done using parallel port programming or serial port...
But i don't know how to do it... can you please help how can i get started on that i think i need to learn parallel programming first? how hard is it...(i did study c and c++ earlier..if that helps)...

She said that you can use crystal antennas for some range (say 30m)...im planning to place two motors on the wheels and then use the computer to control its motion...
Please suggest any alternative method if you know some...
And sorry if i posted a wrong thread please don't delete it...
 
Last edited by a moderator:
Engineering news on Phys.org
  • #2
What you're hoping to do is no more complex than building a remote-control robot. I would suggest buying a remote-control robot kit, and upgrading the components to allow it to drive more powerful motors.

Here are a couple of good hobbyist-level sites for robot-building supplies and kits:

http://www.sparkfun.com/

http://www.parallax.com/
 
  • #3
Thanks for the reply mate..Nice suggestion
But i am not sure whether i can do that..because my professor might reject it...
Also what do you reckon parallel port or serial port programming...keep in mind i am a total beginner and will start studying now as programming is not my core subject ...
Also can i use MATLAB fot r the interfacing?
 
  • #4
Thanks for the reply mate..Nice suggestion
But i am not sure whether i can do that..because my professor might reject it...
Also what do you reckon parallel port or serial port programming...keep in mind i am a total beginner and will start studying now as programming is not my core subject ...
Also can i use MATLAB for the interfacing?
 
Last edited:
  • #5
You can't control a motor directly through a serial or parallel port unless you're talking about the communication protocol for the motor controller. Is utilizing a serial link part of your project requirement?

I'm imaginging your requirement is to basically be able to control two DC or stepper motors through a wireless link or some kind. This is a relatively easy thing to do as long as you get the right hardware to make it happen. For a small-scale robot, this could be accomplished with the following hardware list:

  • Microcontroller (Arduino, BASIC stamp, etc.)
  • Wireless link (maybe Bluetooth for example, which means a smartphone could be the remote controller)
  • Motor control board
  • Motor drivers
  • Motors

This can be accomplished is about a million different ways.
 
  • #6
As i said i have never done this before..so i was searching for the same whole day...
What i figured out is
Use a language c or c++ to connect to port..
connect port to the microcontroller (say 8051)
and then connect microcontroller to the motors...
Is it correct?
Also what should i go with parallel or serial...
Using smartphone is bloody cool but do you honestly think i can do it...
Sorry if i ask dumb questions but you seem to be my only hope...
 
  • #7
Where are you Mech Engg?
 
  • #8
Someone pls reply...i just need some guidance
 
  • #9
Generally microcontrollers are not used to control a motor directly due to the power requirements of the motors. In most (dare I say all) cases what's known as an "amplifier board" is used which takes commands from the microcontroller and implements them with the motor.

As I said before, everything you need is already available and done comonly. Connecting to the serial port is the easy part; you need to get a correct hardware list going first.

Also as I said before, if you have a requirement of communicating with the controller wirelessly, look into an off-the-shelf solution such as a bluetooth communication module. Having to engineer the entire system from scratch (including wireless communication) will bog you down in the details very fast.
 
  • #10
Example required hardware list:


Now keep in mind that amplifier is a hobbyist-grade robotic one (2A per motor, about 10W at 5V), so if you wanted a stronger one you'd have to go a bigger one. So say you're driving a set of industrial-grade motors, you would use a much larger amplifier (and power source) like from Parker for example:


The control inputs for the amplifier can still be accomplished with the Arduino, but larger motors have larger power requirements (the Paker can drive up to 6.5kW, that's a pretty big DC motor at about 8.7hp).

A list of industrial and scientific-grade DC Servo Drives can be found on GlobalSpec:
http://beta.globalspec.com/SpecSearch/Suppliers?QID=22390097&Comp=4140&sortBy=standardproduct
 
  • #11
Thanks a lot Mech you were quite precise with that. Well right now my exams are going on but after this week i will be free to go as deep as possible on this subject...So i will post more queries after that..
 

1. How does a computer controlled wheel chair or pram work?

A computer controlled wheel chair or pram works by using a combination of sensors, motors, and a central computer system. Sensors detect the user's movements and send signals to the computer, which then controls the movement of the motors to propel the chair or pram in the desired direction. The computer can also be programmed to respond to voice commands or other input from the user.

2. What are the benefits of using a computer controlled wheel chair or pram?

There are several benefits to using a computer controlled wheel chair or pram. It allows for greater independence and mobility for individuals with limited mobility. It also reduces strain on caregivers who may have to manually push a traditional wheelchair or pram. Additionally, the computer system can be programmed to avoid obstacles and provide a smoother ride for the user.

3. Are there any safety concerns with using a computer controlled wheel chair or pram?

Like any technology, there are potential safety concerns with using a computer controlled wheel chair or pram. It is important to regularly maintain and update the system to ensure proper functioning. Users should also be trained on how to operate the chair or pram safely and be aware of their surroundings. In case of any malfunctions, there should be a manual override option for the user or caregiver.

4. Can a computer controlled wheel chair or pram be customized for individual needs?

Yes, a computer controlled wheel chair or pram can be customized for individual needs. The sensors, motors, and computer system can be adjusted to accommodate different body types and levels of mobility. The programming can also be personalized to meet the specific needs and preferences of the user.

5. How is the battery life on a computer controlled wheel chair or pram?

The battery life on a computer controlled wheel chair or pram can vary depending on usage and the type of battery used. However, most systems have a long battery life and can be easily recharged. Some models also have the option to switch to manual mode in case the battery runs out during use.

Similar threads

Replies
24
Views
2K
Replies
4
Views
450
  • General Engineering
Replies
10
Views
2K
  • STEM Academic Advising
Replies
5
Views
941
Replies
4
Views
9K
Replies
9
Views
2K
  • Computing and Technology
Replies
6
Views
1K
  • Programming and Computer Science
Replies
7
Views
472
Replies
2
Views
3K
  • General Engineering
Replies
2
Views
3K
Back
Top