SlideShare a Scribd company logo
Contents
 Introduction
 Electric Wheel Chair (EWC) Mechanical
structure
 EWC Power System
 EWC Control System
 Future Improvement
Introduction
 “Give me a wheelchair that is light and compact, that fits in a small plane
when I need to fly out in the wet season. Make sure it’s comfortable, does
not give me pressure sores, to make me look like a cripple straight out of
hospital.
It has to be easy to push because I want to get out, go crabbing in the
boat and go fishing on the beach.” (Hales S 2001) This quotation
describes the needs of a wheelchair user in the community.
 A people with special needs is( 3_4)% of the total population.
 Electric wheel chairs (EWC) provide functional mobility for people with
both lower and upper extremity impairments. EWC are becoming
increasingly important as more users transition from manual mobility to
electric powered mobility specially in Palestine which has high percent of
disabled people due to many reasons
Our Contribution
Our contribution was to install all the
components in the project and do tests to get
our Goal . To find the best solution for each
situation individually. So, we will save power
and money. And it will be a very good business
here in Palestine. We will startup so soon
ELECTRIC WHEELCHAIR
Mechanical Structure
 Satisfies the
international
standards
 Satisfies the main
target of this project
EWC Control System
 Microcontroller
 Drive
 Power Switches
 Heat Sinking
 Optical Encoder
 Joystick
Microcontroller
 Arduino
Microcontroller
Arduino
Drive
 Why Drive Circuit?
• Isolation between low voltage(Microcontroller) and high voltage.
• Regulating the direction and speed of the motor.
 H-Bridge
H-bridge is an electronic circuit, containing four switching elements,
which enables a voltage to be applied across a load in either
direction, in an H like configuration. This circuit allows DC Motor to
run clockwise or anti-clockwise.
Drive
 Components of H-Bridge
• Power switches
• Catch diode
Drive
 Four Quadrant operations
Drive
 4-Q Current Paths in H-Bridge
Drive
 Regenerative braking
 Whenever the back-EMF is greater than this
voltage, you get regenerative braking.
 Dynamic braking
Drive
 Pulse width modulation (PWM)
The presence of PWM technique:
 Control Motor Speed
 Soft Starting
 Overcome DeadBand Region
Drive Circuit
Isolator
Power Switches
 Power MOSFETs
 Gate Frequency
 Gate Driver
 Thermal Problem &
voltage drop
Power Switches
Gate Driver
 Power MOSFETs and IGBTs
are simply voltage driven
switches, because their isolated
gate behaves like a capacitor.
 In order for the MOSFET to conduct, two requirements
must be met:
 The MOSFET should have a reference ground
 The voltage between the gate and the source should be
between 5V and 20V.
Heat Sinking
Thermal power :
P = I * (I * R) = I2 * R
Where R: Junction Resistor
Heat sinks are rated by
their thermal resistance
(Rth) in °C/W.
Rth = (Tmax - Tair) / P
Tmax: Max. allowed
Element Temperature
Tair: surrounding air
Rth chosen should be less than calculated.
Optical Encoder
 To measure the speed.
Just one photo detector
required.
 To measure the speed
and the direction two
photo detector with 90
degree phase shift required.
Joystick
 The joystick can move in two
dimensions (X and Y ).
 Variable Resistors occur
variable
voltages(potentiometer)
Programming
void setup() {
// put your setup code here, to run
once:
Serial.begin( 9600 );
pinMode( A0,INPUT );
pinMode( A1,INPUT );
pinMode( 2,INPUT );//right enoder
pinMode( 12,INPUT );//left enoder
pinMode( 5,OUTPUT );
pinMode( 6,OUTPUT );
pinMode( 3,OUTPUT );
pinMode( 9,OUTPUT );
pinMode( 7,OUTPUT );
pinMode( 8,OUTPUT );
}
void loop() {
getMotor1Speed();
getMotor2Speed();
// put your main code here, to run
repeatedly:
getJoystick();
if(SPD <0 ){
SPD = SPD*-1;
}
// forworad or backword
fun1();
stopMotor();
analogWrite(8,0);
analogWrite(7,0);
}
Future Work
Questions?
Thank You 

More Related Content

What's hot

Wheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslllWheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslll
Majd Khaleel
 
8th sem project report of wheel chair k-10655
8th sem project report of wheel chair k-106558th sem project report of wheel chair k-10655
8th sem project report of wheel chair k-10655
Hariom Rathore
 
AUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIRAUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIR
ijitcs
 
FINAL report
FINAL reportFINAL report
FINAL report
Mandar Jadhav
 
Hand gesture controlled wheel chair
Hand gesture controlled wheel chairHand gesture controlled wheel chair
Hand gesture controlled wheel chair
Ranju Varughese
 
Eye directive wheel chair
Eye directive wheel chairEye directive wheel chair
Eye directive wheel chair
Sivajyothi paramsivam
 
Robotic Exoskeletons: becoming economically feasible
Robotic Exoskeletons: becoming economically feasibleRobotic Exoskeletons: becoming economically feasible
Robotic Exoskeletons: becoming economically feasible
Jeffrey Funk
 
foor step power generation ppt
foor step power generation pptfoor step power generation ppt
foor step power generation ppt
Rajendra Prasad
 
HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIR
Noufal Nechiyan
 
VOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIRVOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIR
Mandar Jadhav
 
Latest ECE Projects Ideas In Various Electronics Technologies
Latest ECE Projects Ideas In Various Electronics TechnologiesLatest ECE Projects Ideas In Various Electronics Technologies
Latest ECE Projects Ideas In Various Electronics Technologies
elprocus
 
Foot Step Power Generation Using Piezoelectric Sensors
Foot Step Power Generation Using Piezoelectric SensorsFoot Step Power Generation Using Piezoelectric Sensors
Foot Step Power Generation Using Piezoelectric Sensors
Babu Ajmal
 
Major project presentation
Major project presentationMajor project presentation
Major project presentation
Gaurav Everyones
 
ANDROID BASED AUTOMATED SMART WHEELCHAIR
ANDROID BASED AUTOMATED SMART WHEELCHAIRANDROID BASED AUTOMATED SMART WHEELCHAIR
ANDROID BASED AUTOMATED SMART WHEELCHAIR
shashank tiwari
 
Exoskeleton
ExoskeletonExoskeleton
Exoskeleton
Bhaskar Jha
 
Foot step power generation(REPORT) ..pdf
Foot step power generation(REPORT) ..pdfFoot step power generation(REPORT) ..pdf
Foot step power generation(REPORT) ..pdf
ansari masroof
 
Solar Mobile Charger PPT
Solar Mobile Charger PPTSolar Mobile Charger PPT
Solar Mobile Charger PPT
Shravan SilentStar
 
Kinematic Model vs Dynamic Model
Kinematic Model vs Dynamic ModelKinematic Model vs Dynamic Model
Kinematic Model vs Dynamic Model
Hitesh Mohapatra
 
smart helmet
smart helmetsmart helmet
smart helmet
Venkata Krishna
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley
yokesh waran
 

What's hot (20)

Wheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslllWheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslll
 
8th sem project report of wheel chair k-10655
8th sem project report of wheel chair k-106558th sem project report of wheel chair k-10655
8th sem project report of wheel chair k-10655
 
AUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIRAUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIR
 
FINAL report
FINAL reportFINAL report
FINAL report
 
Hand gesture controlled wheel chair
Hand gesture controlled wheel chairHand gesture controlled wheel chair
Hand gesture controlled wheel chair
 
Eye directive wheel chair
Eye directive wheel chairEye directive wheel chair
Eye directive wheel chair
 
Robotic Exoskeletons: becoming economically feasible
Robotic Exoskeletons: becoming economically feasibleRobotic Exoskeletons: becoming economically feasible
Robotic Exoskeletons: becoming economically feasible
 
foor step power generation ppt
foor step power generation pptfoor step power generation ppt
foor step power generation ppt
 
HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIR
 
VOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIRVOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIR
 
Latest ECE Projects Ideas In Various Electronics Technologies
Latest ECE Projects Ideas In Various Electronics TechnologiesLatest ECE Projects Ideas In Various Electronics Technologies
Latest ECE Projects Ideas In Various Electronics Technologies
 
Foot Step Power Generation Using Piezoelectric Sensors
Foot Step Power Generation Using Piezoelectric SensorsFoot Step Power Generation Using Piezoelectric Sensors
Foot Step Power Generation Using Piezoelectric Sensors
 
Major project presentation
Major project presentationMajor project presentation
Major project presentation
 
ANDROID BASED AUTOMATED SMART WHEELCHAIR
ANDROID BASED AUTOMATED SMART WHEELCHAIRANDROID BASED AUTOMATED SMART WHEELCHAIR
ANDROID BASED AUTOMATED SMART WHEELCHAIR
 
Exoskeleton
ExoskeletonExoskeleton
Exoskeleton
 
Foot step power generation(REPORT) ..pdf
Foot step power generation(REPORT) ..pdfFoot step power generation(REPORT) ..pdf
Foot step power generation(REPORT) ..pdf
 
Solar Mobile Charger PPT
Solar Mobile Charger PPTSolar Mobile Charger PPT
Solar Mobile Charger PPT
 
Kinematic Model vs Dynamic Model
Kinematic Model vs Dynamic ModelKinematic Model vs Dynamic Model
Kinematic Model vs Dynamic Model
 
smart helmet
smart helmetsmart helmet
smart helmet
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley
 

Viewers also liked

Abracadabra professional
Abracadabra professional Abracadabra professional
Abracadabra professional
Marina Fridin
 
Gwsb Kickoff
Gwsb KickoffGwsb Kickoff
Gwsb Kickoff
Linda Muller
 
Robochair
RobochairRobochair
Henrik Christensen - Vision for co-robot applications
Henrik Christensen  -  Vision for co-robot applicationsHenrik Christensen  -  Vision for co-robot applications
Henrik Christensen - Vision for co-robot applications
Daniel Huber
 
Project embrace
Project embraceProject embrace
Project embrace
Luke Kao
 
Real-Time Logo Detection and Tracking
Real-Time Logo Detection and TrackingReal-Time Logo Detection and Tracking
Real-Time Logo Detection and Tracking
melgeorge
 
20110220 computer vision_eruhimov_lecture01
20110220 computer vision_eruhimov_lecture0120110220 computer vision_eruhimov_lecture01
20110220 computer vision_eruhimov_lecture01
Computer Science Club
 
Touch screen controlled automatic wheel chair and home
Touch screen controlled  automatic wheel chair and homeTouch screen controlled  automatic wheel chair and home
Touch screen controlled automatic wheel chair and home
Bhavana Pemmaraju
 
Brain controlled wheel chair
Brain controlled wheel chairBrain controlled wheel chair
Brain controlled wheel chair
Odai Abu-Zaid
 
HAND FREE DRIVEN CAR
HAND FREE DRIVEN CARHAND FREE DRIVEN CAR
HAND FREE DRIVEN CAR
Neha Sharma
 
Tongue Operated Wheel Chair
Tongue Operated Wheel ChairTongue Operated Wheel Chair
Tongue Operated Wheel Chair
SIDDHARTHA ARORA
 
Tongue drive system
Tongue drive system Tongue drive system
Tongue drive system
Anagha Balakrishnan
 
Hand motion based_wheelchair
Hand motion based_wheelchairHand motion based_wheelchair
Hand motion based_wheelchair
Suneel Kumar Savita
 
Presentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPresentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking Project
Prathamesh Joshi
 
Hand gesture based wheel chair for disable
Hand gesture based wheel chair for disableHand gesture based wheel chair for disable
Hand gesture based wheel chair for disable
vedabobbala
 
Electrooculography
ElectrooculographyElectrooculography
Electrooculography
Towfeeq Umar
 
Android based automated wheelchair
Android based automated wheelchairAndroid based automated wheelchair
Android based automated wheelchair
shashank tiwari
 
A project on wheelchair motion control using eye gaze and blinks
A project on wheelchair motion control using eye gaze and blinksA project on wheelchair motion control using eye gaze and blinks
A project on wheelchair motion control using eye gaze and blinks
pooja mote
 
Object tracking
Object trackingObject tracking
Object tracking
Sri vidhya k
 
cam report windshield wiper mechanism
cam report windshield wiper mechanismcam report windshield wiper mechanism
cam report windshield wiper mechanism
Gopi Krishna Mandadi
 

Viewers also liked (20)

Abracadabra professional
Abracadabra professional Abracadabra professional
Abracadabra professional
 
Gwsb Kickoff
Gwsb KickoffGwsb Kickoff
Gwsb Kickoff
 
Robochair
RobochairRobochair
Robochair
 
Henrik Christensen - Vision for co-robot applications
Henrik Christensen  -  Vision for co-robot applicationsHenrik Christensen  -  Vision for co-robot applications
Henrik Christensen - Vision for co-robot applications
 
Project embrace
Project embraceProject embrace
Project embrace
 
Real-Time Logo Detection and Tracking
Real-Time Logo Detection and TrackingReal-Time Logo Detection and Tracking
Real-Time Logo Detection and Tracking
 
20110220 computer vision_eruhimov_lecture01
20110220 computer vision_eruhimov_lecture0120110220 computer vision_eruhimov_lecture01
20110220 computer vision_eruhimov_lecture01
 
Touch screen controlled automatic wheel chair and home
Touch screen controlled  automatic wheel chair and homeTouch screen controlled  automatic wheel chair and home
Touch screen controlled automatic wheel chair and home
 
Brain controlled wheel chair
Brain controlled wheel chairBrain controlled wheel chair
Brain controlled wheel chair
 
HAND FREE DRIVEN CAR
HAND FREE DRIVEN CARHAND FREE DRIVEN CAR
HAND FREE DRIVEN CAR
 
Tongue Operated Wheel Chair
Tongue Operated Wheel ChairTongue Operated Wheel Chair
Tongue Operated Wheel Chair
 
Tongue drive system
Tongue drive system Tongue drive system
Tongue drive system
 
Hand motion based_wheelchair
Hand motion based_wheelchairHand motion based_wheelchair
Hand motion based_wheelchair
 
Presentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPresentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking Project
 
Hand gesture based wheel chair for disable
Hand gesture based wheel chair for disableHand gesture based wheel chair for disable
Hand gesture based wheel chair for disable
 
Electrooculography
ElectrooculographyElectrooculography
Electrooculography
 
Android based automated wheelchair
Android based automated wheelchairAndroid based automated wheelchair
Android based automated wheelchair
 
A project on wheelchair motion control using eye gaze and blinks
A project on wheelchair motion control using eye gaze and blinksA project on wheelchair motion control using eye gaze and blinks
A project on wheelchair motion control using eye gaze and blinks
 
Object tracking
Object trackingObject tracking
Object tracking
 
cam report windshield wiper mechanism
cam report windshield wiper mechanismcam report windshield wiper mechanism
cam report windshield wiper mechanism
 

Similar to Electric wheel chair

final ppt major.pdf
final ppt major.pdffinal ppt major.pdf
final ppt major.pdf
manojboura
 
Power generation from speed breakers
Power generation from speed breakersPower generation from speed breakers
Power generation from speed breakers
Biswajit Pratihari
 
PPT EV.pptx
PPT EV.pptxPPT EV.pptx
PPT EV.pptx
immortalsoul5
 
19583.pdf
19583.pdf19583.pdf
project ppt.pptx
project ppt.pptxproject ppt.pptx
project ppt.pptx
HarshKalyani3
 
Motor Control Relay, Pwm, DC and Stepper Motors
Motor Control Relay, Pwm, DC and Stepper MotorsMotor Control Relay, Pwm, DC and Stepper Motors
Motor Control Relay, Pwm, DC and Stepper Motors
Devashish Raval
 
60015688 ashish-loco-summer (1)
60015688 ashish-loco-summer (1)60015688 ashish-loco-summer (1)
60015688 ashish-loco-summer (1)
99sunilkumar
 
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
 Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu... Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
dharmesh nakum
 
Autonomous Tricycle
Autonomous TricycleAutonomous Tricycle
Autonomous Tricycle
Nitesh Kumar Mohanty
 
Engage with...Equipmake
Engage with...EquipmakeEngage with...Equipmake
Engage with...Equipmake
KTN
 
SUMMER TRAINNING REPORT ELECTRIC LOCOSHED KANPUR
SUMMER TRAINNING  REPORT ELECTRIC LOCOSHED  KANPURSUMMER TRAINNING  REPORT ELECTRIC LOCOSHED  KANPUR
SUMMER TRAINNING REPORT ELECTRIC LOCOSHED KANPUR
Shivesh Ranjan
 
SIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptx
SIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptxSIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptx
SIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptx
077bel030purushottam
 
Electrical interviwe qustions
Electrical interviwe qustionsElectrical interviwe qustions
Electrical interviwe qustions
hari kumar
 
More About Stepper Motors
More About Stepper MotorsMore About Stepper Motors
More About Stepper Motors
abusivelexicon144
 
Ev ppt
Ev   pptEv   ppt
power generation by speed breaker
power generation by speed breakerpower generation by speed breaker
power generation by speed breaker
Iftekhar Alam
 
How is power supplied on board a ship?
How is power supplied on board a ship?How is power supplied on board a ship?
How is power supplied on board a ship?
Universidad Maritima del Caribe
 
Hybrid Electric Vehicles-Introduction( Unit-1)
Hybrid Electric Vehicles-Introduction( Unit-1)Hybrid Electric Vehicles-Introduction( Unit-1)
Hybrid Electric Vehicles-Introduction( Unit-1)
Dr. Gudipudi Nageswara Rao
 
A comparative analysis of speed control of separately excited dc motors by co...
A comparative analysis of speed control of separately excited dc motors by co...A comparative analysis of speed control of separately excited dc motors by co...
A comparative analysis of speed control of separately excited dc motors by co...
IAEME Publication
 
Understanding Electric Motors
Understanding Electric MotorsUnderstanding Electric Motors
Understanding Electric Motors
iratepaddle343
 

Similar to Electric wheel chair (20)

final ppt major.pdf
final ppt major.pdffinal ppt major.pdf
final ppt major.pdf
 
Power generation from speed breakers
Power generation from speed breakersPower generation from speed breakers
Power generation from speed breakers
 
PPT EV.pptx
PPT EV.pptxPPT EV.pptx
PPT EV.pptx
 
19583.pdf
19583.pdf19583.pdf
19583.pdf
 
project ppt.pptx
project ppt.pptxproject ppt.pptx
project ppt.pptx
 
Motor Control Relay, Pwm, DC and Stepper Motors
Motor Control Relay, Pwm, DC and Stepper MotorsMotor Control Relay, Pwm, DC and Stepper Motors
Motor Control Relay, Pwm, DC and Stepper Motors
 
60015688 ashish-loco-summer (1)
60015688 ashish-loco-summer (1)60015688 ashish-loco-summer (1)
60015688 ashish-loco-summer (1)
 
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
 Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu... Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
 
Autonomous Tricycle
Autonomous TricycleAutonomous Tricycle
Autonomous Tricycle
 
Engage with...Equipmake
Engage with...EquipmakeEngage with...Equipmake
Engage with...Equipmake
 
SUMMER TRAINNING REPORT ELECTRIC LOCOSHED KANPUR
SUMMER TRAINNING  REPORT ELECTRIC LOCOSHED  KANPURSUMMER TRAINNING  REPORT ELECTRIC LOCOSHED  KANPUR
SUMMER TRAINNING REPORT ELECTRIC LOCOSHED KANPUR
 
SIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptx
SIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptxSIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptx
SIMULATION-AND-HARDWARE-IMPLEMENTATION-ON-WIRELESS-CHARGING-SYSTEM.pptx
 
Electrical interviwe qustions
Electrical interviwe qustionsElectrical interviwe qustions
Electrical interviwe qustions
 
More About Stepper Motors
More About Stepper MotorsMore About Stepper Motors
More About Stepper Motors
 
Ev ppt
Ev   pptEv   ppt
Ev ppt
 
power generation by speed breaker
power generation by speed breakerpower generation by speed breaker
power generation by speed breaker
 
How is power supplied on board a ship?
How is power supplied on board a ship?How is power supplied on board a ship?
How is power supplied on board a ship?
 
Hybrid Electric Vehicles-Introduction( Unit-1)
Hybrid Electric Vehicles-Introduction( Unit-1)Hybrid Electric Vehicles-Introduction( Unit-1)
Hybrid Electric Vehicles-Introduction( Unit-1)
 
A comparative analysis of speed control of separately excited dc motors by co...
A comparative analysis of speed control of separately excited dc motors by co...A comparative analysis of speed control of separately excited dc motors by co...
A comparative analysis of speed control of separately excited dc motors by co...
 
Understanding Electric Motors
Understanding Electric MotorsUnderstanding Electric Motors
Understanding Electric Motors
 

More from slmnsvn

Analysis optimization and monitoring system
Analysis optimization and monitoring system Analysis optimization and monitoring system
Analysis optimization and monitoring system
slmnsvn
 
Analysis optimization and monitoring system
Analysis optimization and monitoring system Analysis optimization and monitoring system
Analysis optimization and monitoring system
slmnsvn
 
Smart home
Smart homeSmart home
Smart home
slmnsvn
 
Smart fuel theft detector
Smart fuel theft detectorSmart fuel theft detector
Smart fuel theft detector
slmnsvn
 
Smart fuel theft detector
Smart fuel theft detectorSmart fuel theft detector
Smart fuel theft detector
slmnsvn
 
Rfid attendace system
Rfid attendace systemRfid attendace system
Rfid attendace system
slmnsvn
 
Quad pod transformable vehicle
Quad pod transformable vehicleQuad pod transformable vehicle
Quad pod transformable vehicle
slmnsvn
 
Quad pod transformable vehicle
Quad pod transformable vehicleQuad pod transformable vehicle
Quad pod transformable vehicle
slmnsvn
 
Power factor correction
Power factor correctionPower factor correction
Power factor correction
slmnsvn
 
Power factor correction
Power factor correctionPower factor correction
Power factor correction
slmnsvn
 
Optimum performances of ramallah
Optimum performances of ramallahOptimum performances of ramallah
Optimum performances of ramallah
slmnsvn
 
Optimum performances of ramallah
Optimum performances of ramallahOptimum performances of ramallah
Optimum performances of ramallah
slmnsvn
 
Optimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate networkOptimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate network
slmnsvn
 
Optimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate networkOptimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate network
slmnsvn
 
Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2
slmnsvn
 
Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2
slmnsvn
 
Optimum performance for aqraba electrical network
Optimum performance for aqraba electrical networkOptimum performance for aqraba electrical network
Optimum performance for aqraba electrical network
slmnsvn
 
Multi tone test
Multi tone testMulti tone test
Multi tone test
slmnsvn
 
Multi tone test
Multi tone testMulti tone test
Multi tone test
slmnsvn
 
Mini scada system for monitoring pv and wind installation in meteorology stat...
Mini scada system for monitoring pv and wind installation in meteorology stat...Mini scada system for monitoring pv and wind installation in meteorology stat...
Mini scada system for monitoring pv and wind installation in meteorology stat...
slmnsvn
 

More from slmnsvn (20)

Analysis optimization and monitoring system
Analysis optimization and monitoring system Analysis optimization and monitoring system
Analysis optimization and monitoring system
 
Analysis optimization and monitoring system
Analysis optimization and monitoring system Analysis optimization and monitoring system
Analysis optimization and monitoring system
 
Smart home
Smart homeSmart home
Smart home
 
Smart fuel theft detector
Smart fuel theft detectorSmart fuel theft detector
Smart fuel theft detector
 
Smart fuel theft detector
Smart fuel theft detectorSmart fuel theft detector
Smart fuel theft detector
 
Rfid attendace system
Rfid attendace systemRfid attendace system
Rfid attendace system
 
Quad pod transformable vehicle
Quad pod transformable vehicleQuad pod transformable vehicle
Quad pod transformable vehicle
 
Quad pod transformable vehicle
Quad pod transformable vehicleQuad pod transformable vehicle
Quad pod transformable vehicle
 
Power factor correction
Power factor correctionPower factor correction
Power factor correction
 
Power factor correction
Power factor correctionPower factor correction
Power factor correction
 
Optimum performances of ramallah
Optimum performances of ramallahOptimum performances of ramallah
Optimum performances of ramallah
 
Optimum performances of ramallah
Optimum performances of ramallahOptimum performances of ramallah
Optimum performances of ramallah
 
Optimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate networkOptimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate network
 
Optimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate networkOptimum performance of tulkarim governorate network
Optimum performance of tulkarim governorate network
 
Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2
 
Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2Optimum performance for aqraba electrical network 2
Optimum performance for aqraba electrical network 2
 
Optimum performance for aqraba electrical network
Optimum performance for aqraba electrical networkOptimum performance for aqraba electrical network
Optimum performance for aqraba electrical network
 
Multi tone test
Multi tone testMulti tone test
Multi tone test
 
Multi tone test
Multi tone testMulti tone test
Multi tone test
 
Mini scada system for monitoring pv and wind installation in meteorology stat...
Mini scada system for monitoring pv and wind installation in meteorology stat...Mini scada system for monitoring pv and wind installation in meteorology stat...
Mini scada system for monitoring pv and wind installation in meteorology stat...
 

Recently uploaded

NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
Nada Hikmah
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
shivani5543
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 

Recently uploaded (20)

NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 

Electric wheel chair

  • 1.
  • 2.
  • 3. Contents  Introduction  Electric Wheel Chair (EWC) Mechanical structure  EWC Power System  EWC Control System  Future Improvement
  • 4. Introduction  “Give me a wheelchair that is light and compact, that fits in a small plane when I need to fly out in the wet season. Make sure it’s comfortable, does not give me pressure sores, to make me look like a cripple straight out of hospital. It has to be easy to push because I want to get out, go crabbing in the boat and go fishing on the beach.” (Hales S 2001) This quotation describes the needs of a wheelchair user in the community.  A people with special needs is( 3_4)% of the total population.  Electric wheel chairs (EWC) provide functional mobility for people with both lower and upper extremity impairments. EWC are becoming increasingly important as more users transition from manual mobility to electric powered mobility specially in Palestine which has high percent of disabled people due to many reasons
  • 5. Our Contribution Our contribution was to install all the components in the project and do tests to get our Goal . To find the best solution for each situation individually. So, we will save power and money. And it will be a very good business here in Palestine. We will startup so soon
  • 7. Mechanical Structure  Satisfies the international standards  Satisfies the main target of this project
  • 8. EWC Control System  Microcontroller  Drive  Power Switches  Heat Sinking  Optical Encoder  Joystick
  • 11. Drive  Why Drive Circuit? • Isolation between low voltage(Microcontroller) and high voltage. • Regulating the direction and speed of the motor.  H-Bridge H-bridge is an electronic circuit, containing four switching elements, which enables a voltage to be applied across a load in either direction, in an H like configuration. This circuit allows DC Motor to run clockwise or anti-clockwise.
  • 12. Drive  Components of H-Bridge • Power switches • Catch diode
  • 14. Drive  4-Q Current Paths in H-Bridge
  • 15. Drive  Regenerative braking  Whenever the back-EMF is greater than this voltage, you get regenerative braking.  Dynamic braking
  • 16. Drive  Pulse width modulation (PWM) The presence of PWM technique:  Control Motor Speed  Soft Starting  Overcome DeadBand Region
  • 19. Power Switches  Power MOSFETs  Gate Frequency  Gate Driver  Thermal Problem & voltage drop
  • 20. Power Switches Gate Driver  Power MOSFETs and IGBTs are simply voltage driven switches, because their isolated gate behaves like a capacitor.  In order for the MOSFET to conduct, two requirements must be met:  The MOSFET should have a reference ground  The voltage between the gate and the source should be between 5V and 20V.
  • 21. Heat Sinking Thermal power : P = I * (I * R) = I2 * R Where R: Junction Resistor Heat sinks are rated by their thermal resistance (Rth) in °C/W. Rth = (Tmax - Tair) / P Tmax: Max. allowed Element Temperature Tair: surrounding air Rth chosen should be less than calculated.
  • 22. Optical Encoder  To measure the speed. Just one photo detector required.  To measure the speed and the direction two photo detector with 90 degree phase shift required.
  • 23. Joystick  The joystick can move in two dimensions (X and Y ).  Variable Resistors occur variable voltages(potentiometer)
  • 24. Programming void setup() { // put your setup code here, to run once: Serial.begin( 9600 ); pinMode( A0,INPUT ); pinMode( A1,INPUT ); pinMode( 2,INPUT );//right enoder pinMode( 12,INPUT );//left enoder pinMode( 5,OUTPUT ); pinMode( 6,OUTPUT ); pinMode( 3,OUTPUT ); pinMode( 9,OUTPUT ); pinMode( 7,OUTPUT ); pinMode( 8,OUTPUT ); } void loop() { getMotor1Speed(); getMotor2Speed(); // put your main code here, to run repeatedly: getJoystick(); if(SPD <0 ){ SPD = SPD*-1; } // forworad or backword fun1(); stopMotor(); analogWrite(8,0); analogWrite(7,0); }