head motion controlled by wheelchair

33
05/13/22 1

Upload: ancy-raju

Post on 13-Apr-2017

327 views

Category:

Engineering


1 download

TRANSCRIPT

Page 1: HEAD MOTION CONTROLLED BY WHEELCHAIR

05/03/23 1

Page 2: HEAD MOTION CONTROLLED BY WHEELCHAIR

HEAD MOTION CONTROLLED WHEEL CHAIR

05/03/23 2

Page 3: HEAD MOTION CONTROLLED BY WHEELCHAIR

CONTENTS• OBJECTIVES• INTRODUCTION• EXISTING SYSTEMS• PROPOSED SYSTEM • BLOCK DIAGRAM • BLOCK DIAGRAM EXPLANATION• IMPLEMENTATION PLATFORM• ADVANTAGES• APPLICATIONS• RESULTS• CONCLUSION• REFERENCES 05/03/23 3

Page 4: HEAD MOTION CONTROLLED BY WHEELCHAIR

OBJECTIVES

• To help the quadriplegic patients to move

independently from one place to another with the help

of wheelchair by tilt movement of their head.

• To alert family members in time of emergencies.

• Avoiding obstacles like edges or staircase.

05/03/23 4

Page 5: HEAD MOTION CONTROLLED BY WHEELCHAIR

INTRODUCTION

• Quadriplegics are persons who are not able to move any of the body parts.

• This may be due to age, stroke, arthritis, high blood pressure, paralysis and birth defects.

• The patients with such disabilities are not able to perform their everyday actions such as feeding, toilette usage and movement through space.

05/03/23 5

Page 6: HEAD MOTION CONTROLLED BY WHEELCHAIR

EXISTING SYSTEMS1. EYE MOVEMENTBASED WHEEL CHAIR

•Eye ball is sensed.

DISADVANTAGES

•100% efficiency cannot be provided in dim environment.•Itching or irritations. Figure1: Eye movement tracking by

camera

05/03/23 6

Page 7: HEAD MOTION CONTROLLED BY WHEELCHAIR

2. TONGUE CONTROLLED WHEEL CHAIR•Tongue is used as the medium. DISADVANTAGES•Tongue needs to be pierced.

•Users should avoid inserting Ferro magnetic objects into their mouth.

•Magnetic tracer should be removed if the user is undergoing MRI.

7

Figure 2:Tongue Drive System

Page 8: HEAD MOTION CONTROLLED BY WHEELCHAIR

3. VOICE RECOGNITION SYSTEM•Controlled by human voice. DISADVANTAGES•5% error.•Individual needs to be trained.•Dumps cannot use.•Not suitable in noisy environment.

05/03/23 8

Figure3: Voice Recognizing System

Page 9: HEAD MOTION CONTROLLED BY WHEELCHAIR

4. BRAIN CONTROLLED WHEELCHAIR

•Brain controls the mechanical device.

DISADVANTAGES

•Brain impulse varies from person to person.

Figure4: Brain Controlled Wheelchair

05/03/23 9

Page 10: HEAD MOTION CONTROLLED BY WHEELCHAIR

PROPOSED SYSTEM

• Proposes a system in which the wheelchair move towards left, right, forward and backward direction with respect to the motion of head.

05/03/23 10

Page 11: HEAD MOTION CONTROLLED BY WHEELCHAIR

BLOCK DIAGRAM

( To microcontroller and other chipsets) ( To motor control unit and motors)

Figure 5 : Block Diagram

Accelerometer (attached to the head

of the patient)Microcontroller

Mechanical actuator Wheelchair

05/03/23 11

GSM

Obstacle Sensor

MAX 232 Pulse Oxymeter

Regulated Power

Supply 5V.

Power Supply 12V

Page 12: HEAD MOTION CONTROLLED BY WHEELCHAIR

BLOCK DIAGRAM EXPLANATION1) ACCELEROMETER

Figure 6: Accelerometer

• An accelerometer is needed to sense the head motion.• 2 axis sensing (+x, -x, +y and –y axis).• X axis for left and right motion.• Y axis for forward and backward motions.• Right and forward are the positive motions.05/03/23 12

Page 13: HEAD MOTION CONTROLLED BY WHEELCHAIR

Figure7: Internal block diagram

05/03/23 13

Page 14: HEAD MOTION CONTROLLED BY WHEELCHAIR

• 3 axis sensing is possible.

• Z axis can be combined with both of the tilting axis to improve angle/ tilt sense precision and accuracy.

• The output signals are analog voltages.

• The analog output is signal conditioned and given to ac amplifier.

• Phase sensitive modulation techniques are used to determine the magnitude and direction of acceleration.

• The demodulated output is amplified and brought through a resistor of 32Kohms.

• This filtering improves measurement resolution and helps prevent aliasing.

05/03/23 14

Page 15: HEAD MOTION CONTROLLED BY WHEELCHAIR

2) MICRO CONTROLLER (ATmega328)

FEATURES•8 bit RISC architecture.•131 instructions.•20 MIPS.•Low power consumption.•1KB EEPROM.•2KB SRAM.•1.8-5.5V.•0-20MHz.

05/03/23 15

Figure8:ATmega328

Page 16: HEAD MOTION CONTROLLED BY WHEELCHAIR

3) MECHANICAL ACTUATOR DC MOTOR•An electric motor is a machine which converts electrical energy to mechanical energy

•It is based on the principle of Flemings Left Hand Rule.

•When it is supplied by an electric current, it develops a torque which in turn produces mechanical rotation.

•Direction of rotation changed by changing the direction of current.

05/03/23 16

Figure9: DC Motor

Page 17: HEAD MOTION CONTROLLED BY WHEELCHAIR

• Pins 1 and 9 are the enable pins.

• Pins 1 and 9 need to be high for driving the motor.

• Pins 2 and 7 are the inputs for left motor.

• Pins 10 and 15 are the inputs for right motor.

• Left motor connected to output pins 3 and 6 , and right motor to output pins 11 and 14.

05/03/23 17

Figure 10: Pin diagram of L293D

Page 18: HEAD MOTION CONTROLLED BY WHEELCHAIR

Figure11: L293D Logic table for left and right motor

05/03/23 18

PIN 2/10 PIN 7/15 DIRECTION

LOGIC 1 LOGIC 0 CLOCKWISE

LOGIC 0 LOGIC 1 ANTICLOCKWISE

LOGIC 1 LOGIC 1 IDLE

LOGIC 0 LOGIC 0 IDLE

Page 19: HEAD MOTION CONTROLLED BY WHEELCHAIR

4) GSM• Wireless MODEM device.

• It requires a SIM(Subscriber Identity Module) card to activate communication with the network.

• Interfacing between microcontroller and GSM modem is possible by using RS232 serial port.

• AT commands are sent to interact microcontroller / processor with GSM network.

05/03/23 19

Figure12: Block Diagram

Page 20: HEAD MOTION CONTROLLED BY WHEELCHAIR

• GSM operates in either 900MHz or 1800MHz.

• ARFCN is the unique number given to each radio channel in GSM.

• Within GSM900 band ARFCN 1 to 124 is used.

• Both TDMA and FDMA are used.

• In FDMA the total 25MHz bandwidth is divided into 124 carrier frequencies of 200KHz bandwidth.

• Each of these carrier frequency is further divided in time using TDMA into 8 time slots.

05/03/23 20

Page 21: HEAD MOTION CONTROLLED BY WHEELCHAIR

5) OBSTACLE SENSOR

• Obstacle sensor is used to stop the wheelchair, incase of any obstacle.

• IR beams are produced from the obstacle sensor.

• It is placed at the bottom of the wheelchair.

• Intensity of reflected beam is proportional to distance. Figure 13Obstacle sensor placed in

wheelchair

05/03/23 21

Page 22: HEAD MOTION CONTROLLED BY WHEELCHAIR

6) PULSE-OXIMETER• The sensor unit consists of IR led and photodiode.

• Finger tip placed over the sensor assembly.

• The IR led transmits light into finger tip.

• The photodiode senses the portion of light reflected back.

• The intensity of reflected light depends on the blood volume inside the finger tip.

05/03/23 22

Figure14: Pulse-oximeter placed at finger tip

Page 23: HEAD MOTION CONTROLLED BY WHEELCHAIR

CIRCUIT DIAGRAM

05/03/23 23

Figure15: Circuit diagram

Page 24: HEAD MOTION CONTROLLED BY WHEELCHAIR

1) FLOWCHART FOR ACCELEROMETER AND MOTOR

05/03/23 24

Start

Read the voltages on x and y axis

If Vx > 2.5V

If Vx < 2.5V

No

Yes

Yes

Move forward

Move backward

Page 25: HEAD MOTION CONTROLLED BY WHEELCHAIR

05/03/23 25

If Vy > 2.5V

If Vy< 2.5V

No

Yes

YesNo

If Vx=Vy=

2.5V

YesNo

Stop

Move right

Move left

Stop the wheelchair

Page 26: HEAD MOTION CONTROLLED BY WHEELCHAIR

2) FLOWCHART FOR PATIENT MONITORING SYSTEM

05/03/23 26

Start

If Vpo> 70 bpm

YesSend message

StopNo

Page 27: HEAD MOTION CONTROLLED BY WHEELCHAIR

3)FLOWCHART FOR COLLISION DETECTION

05/03/23 27

Start

If obstacle is detected

Stop the wheelchair

Yes

No

Page 28: HEAD MOTION CONTROLLED BY WHEELCHAIR

IMPLEMENTATION PLATFORM

HARDWARE REQUIREMENTS: ATmega328 microcontroller. Accelerometer. Mechanical Actuator. GSM Module Obstacle sensor.

SOFTWARE REQUIREMENTS: Arduino for Embedded C programming. Eagle software for PCB Design.

05/03/23 28

Page 29: HEAD MOTION CONTROLLED BY WHEELCHAIR

ADVANTAGES

• Enable young disabled children and their families to enjoy ordinary lives.

• Increase the number of disabled people in employment.

05/03/23 29

Page 30: HEAD MOTION CONTROLLED BY WHEELCHAIR

APPLICATIONS

• This automated wheelchair is valuable for the people who could not move independently like: 1. Amputees - missing legs and/or arms.2. People with weak or no upper body movement.3. Paralyzed children.

05/03/23 30

Page 31: HEAD MOTION CONTROLLED BY WHEELCHAIR

RESULTS

• PCB for accelerometer controlling dc motor and pulse

oximeter section has been obtained.

05/03/23 31

Page 32: HEAD MOTION CONTROLLED BY WHEELCHAIR

CONCLUSION

• Automated wheelchair can be used to help handicapped people, especially those who are not able to move.

• The intelligent wheelchair helps the severely disabled people to lead their life in an uncomplicated way.

• The low cost of the assembly of this intelligent robotic wheelchair is really a boon for the general public.

05/03/23 32

Page 33: HEAD MOTION CONTROLLED BY WHEELCHAIR

REFERENCES

[1] Aleksandar Pajkanovic, Branko Dokic: Wheelchair Control by Head Motion, Serbian Journal of Electrical Engineering ,Vol. 10, No. 1, February 2013, 135-151.

[2] S.P. Levine, D.A. Bell, L.A. Jaros, R.C. Simpson, Y. Koren & J. Borenstein: The NavChair assistive wheelchair navigation system, IEEE Transactions on Rehabilitation Engineering, 7(4) pp.443-451,2008

[3] Manju Davy, R.Deepa : Hardware Implementation Based On Head Movement Using Accelerometer Sensor , Int. Journal of Applied Sciences and Engineering Research, Vol. 3, Issue 1, 2014.

[4] Preeti Srivastava, Dr.S. Chatterjee, Ritula Thakur: A Novel Head Gesture Recognition Based Control for Intelligent Wheelchairs , International Journal of Research in Electrical & Electronics Engineering Volume 2, Issue 2, April-June, 2014, pp. 10-17

[5] S.Shaheen & A.Umamakeswari: Intelligent Wheelchair For People With Disabilities, International Journal of Engineering and Technology (IJET), 5(1), pp.391-397,2013.

.

05/03/23 33