SlideShare a Scribd company logo
1 of 5
Download to read offline
Smart wheel chair for physically handicapped people using tilt sensor and IEEE 802.15.4
standard protocol
Puneet Dobhal
1
B.Tech EE,4th
University of petroleum and Energy studies, Dehradun, INDIA
Puneet271178@rediffmail.com
Nishant Singh Bisht
2
B.Tech AVE , 4th
year
University of petroleum and Energy studies, Dehradun, INDIA
Nbisht07@gmail.com
Rajesh Singh
3
Associate Prof. & HOD DEPT. of ECE Baddi university of emerging sciences and technology Baddi, Himachal
Pradesh
rajesh.singh@baddiuniv.ac.in
Bhupendra Singh
4
Schemantics Microelectronics Dehradun
itsbhupendrasingh@gmail.com
Shubham Murari
5
B.Tech EE,3rd
University of petroleum and Energy studies, Dehradun, INDIA
anshumurari@gmail.com
Abstract
Approximately 6 million people in the world face the problem of disability due to paralysis of various degrees. Paralysis is
caused by impairment of nervous system disabling the people from performing various common functions. This paper provides a
wireless system that can be used by disabled people to control the motion of the wheelchair by elementary motion of their hand
or head. The system comprises of a Transmitter mounted on operator’s hand; employing a MEMS Accelerometer which transmits
control signals to the Receiver. The receiver is mounted on the wheelchair and controls its motion based on control signals. The
control signals are transmitted and received wirelessly using Wireless Radio Frequency Module.
Keywords: Paralysis, Wheelchair, wireless, MEMS Accelerometer, Wireless Radio Frequency Module,.
1 Introduction:
According to a study conducted by Christopher &
Dana Reeve Foundation, nearly every 1 person in 50
is suffering from paralysis due to damaging of
nervous system. This figure approximates to 6
million people worldwide and has increased by 33
percent from previous estimation[6]. The causes of
Paralysis are mainly due to spinal cord injury stated
in the figure. We are using accelerometer in our
system, accelerometers are also used earlier to
monitor patients physical activities and their posture.
[2]
Figure 1.0: Pie chart showing cause of paralysis
Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013)
© 2013. The authors - Published by Atlantis Press 420
A similar wired system has been developed to assist
the physically challenged people suffering from
Quadriplegia to control the motion of wheelchair
motors by head movements [1]. This paper proposes
a system that can assist the disabled people to control
the motion of their wheelchair by the hand
movements wirelessly. The system proposed can be
mounted on primary functioning body part to control
the wheelchair movement i.e. hand, head.
The system consists of a Transmitter which acts as a
wireless remote that can be mounted on hand or head.
Transmitter end consists of a microcontroller
development board employing MEMS accelerometer
which senses the tilt of the platform it is mounted on.
The system having positioning of an accelerometer
on upper side hand to detect roll (fig. 1) and pitch
(fig. 2) angle.
Figure 1.1: A view of hand movement for controlling
In accordance with these tilt readings microcontroller
issues control signals which are wirelessly
transmitted through wireless RF module to the
receiver. The Receiver is mounted on the wheelchair
which controls the DC motors of the wheelchair on
the basis of control signals received through RF
module. Furthermore the operator can also control
the speed of the wheelchair as we are using concept
of PWM(Pulse Width Modulation) speed of wheel
chair is controlled with amount of tilt of transmitter
as the tilt increases speed of wheel chair is increasing
and vice versa. The block diagram of Transmitting
and receiving end is shown respectively in fig (1.2)
and (1.3).
Figure 1.2: Block diagram of transmitting end
Figure 1.3: Block diagram of receiving end
2 Hardware Development
2.1 ATmega 8:
The ATmega8 is a low-power CMOS 8-bit
microcontroller configured on the basis of AVR
RISC architecture. ATmega8 is capable of executing
powerful instructions in a single clock cycle; this
enables ATmega8 to achieve throughputs
approaching 1 MIPS per MHz. This allows the
system designed to optimize power consumption
versus processing speed.
Current consumption: 500mA
Operating Voltage: 5 V
2.2 Tilt Sensor/vibration sensor:
Acceleration is a vector force which has direction and
magnitude and is measured in meter per second. As
we know Earth produces gravitational acceleration on
all objects on earth. Hence by monitoring the three
axis acceleration one can measure the level of tilt of
any platform on which the device is mounted.
Current consumption: 1mA
421
Operating Voltage: 3.3 V
Figure 2.0: A view of tilt sensor
2.3 Motor Driver:
This IC is high voltage, high current four channel
driver designed to accept DTL or TTL logic. This can
provide 600mA output current capability per channel
and providing 1.2 peak output current (non repetitive)
per channel and also have internal over temperature
protection. It consists of a Half H Bridge to provide
high current in order to drive motors.
2.4 Transmitting module (RF Modem, 9600 bps
Serial RS232 Level)
It is a low power and low cost 2.4 GHz transceiver
designed for wireless applications. The Zigbee is
designed for the 2400- 2483.5 MHz ISM (Industrial,
Scientific and Medical) and SRD (Short Range
Device) frequency band. This provides extensive
hardware support for packet handling, data buffering,
burst transmissions, clear channel assessment, link
quality indication, and wake-on-radio. The main
operating parameters and the 64-byte transmit/receive
FIFOs of CC2500 can be controlled via an SPI
interface. In a typical system, the CC2500 will be
used together with a microcontroller and a few
additional passive components. [3]
Key Features of Zigbee module is
13.3 mA in receiving mode, 250 kB is baud
rate.
data rate (Programmable at 1.2 to 500 k
Baud)
Frequency range is of 2400 – 2483.5 MHz it
supported to OOK, 2-FSK, GFSK, and
MSK.
SLEEP mode current consumption is 400
nA.
SLEEP to RX start up time is 240 us or in
TX mode measured on EM design.
Automatic low-power Receiving (RX)
polling for Wake-on-radio operation.
FIFO buffer of 64-byte for receiving data
and 64-byte for Transmitting data by
enabling burst mode data transmission.
2.5 Motor:
Motor receives power from your Motor driver IC.
This power is utilized to do physical works, for
example move the Wheel chair. DC motor
orientation, speed and operation can be controlled
with microcontroller. We can start it, stop it or make
it go either in clockwise or anti clock wise direction.
The speed of the Motor is controlled by the help of
PWM (pulse width modulation).
3 Software Development
The programming of designed system is with the help
of a high level language i.e. embedded C language in
order to write the program , AVR Studio 4 is a
software for writing program for any AVR series of
microcontroller’s based on RISC architecture on
windows platform .After writing the program we
have to compile it with the help of AVR gcc
(compiler) and AVR-gdb (debugger) and if there is
no error it converts high level language to machine
level language in the form of 0’s and 1’s and
generates a hex file with extension ‘.hex’. This hex
file is used to burn inside the microcontroller flash
memory with the help of a programmer; the program
memory has limited life time for AVR
microcontroller family it may be reprogrammed up to
10 thousand times.[4]
Figure 3.0: Block diagram of Software Development
422
In order to Burn the program into program memory
we can use serial programmer, parallel programmer
or USB programmer, we are using Robokits AVR 1.3
USB programmer to burn the program. If the system
performs as desired by the user and performs all the
tasks efficiently and effectively the software
development phase is over and the project is ready to
be installed in any of the industrial sites otherwise we
have to repeat this process in order to achieve desired
output.
The complete flow chart of Transmitting and
receiving side system is explained below respectively
:
Figure 3.1: Flow diagram of transmitting end
Figure 3.2: Flow diagram of Receiving end
4. Conclusion & Result
In this paper a wirelessly controlled wheel chair is
proposed with the help of accelerometer and Zigbee
module whose demo model is already designed for
physically handicapped people so that they can
control their chair themselves and the wireless
communication provides an extra advantage if wheel
chair is not with them then they can control chair.
Figure 4.0: Transmitting side control band which is to
be mounted on hand /head
423
Figure 4.1: Transmitting side control band which is to
be mounted on hand /head
References
1. S.manogma, Sree vaishnavi and B
geethanjali,Head Movement based assist system
for physically challenged “978-1-4244-4713-
8/10/$25.00 ©2010 IEEE
2. M. J. Mathie, J. Basilakis and B. G. Celler,A
System For Monitoring Posture And Physical
Activity Using Accelerometers 2001 in
Proceedings of the 23rd Annual EMBS
International Conference(Istanbul, Turkey,
October 25-28).
3. Rajesh Singh, Purnendu Shekhar Pandey, Vivek
kaundal and Shashank Mishra,Integrated
prototype for Heat Detection by Infrared
thermography & Alkali metal detector
and their alloys in fast reactors Using ZIGBEE
Transceiver module based Personal Area
Network in UACEE International Journal of
Advances in Electronics Engineering Volume 2:
Issue 3 ISSN 2278 - 215X (Online)”
4. Rajesh Singh, Akanksha, Shashank Mishra and
Ankit Joshi,Wireless Personal Area Network
Node Design And Simulation Of Alcohol Sensor
Using ZigBee Transceiver Module in
International Journal of Engineering Research
and Applications (IJERA) (ISSN: 2248-9622
www.ijera.com Vol. 2, Issue 3, May-Jun 2012),
pp.133-138.
5. Rajesh Singh, Vivek Kaundal and Sanjay
Singh,AUTOMATIC METER READING IN
WSN USING 2.4ghz TRANCEIVER WITH
MATLAB DATA LOGGER in International
Transactions in Mathematical Sciences and
Computer( ITMSC) (ISSN-0974-7273) .
6. Paralysis resource centre ,Avalaible :
http://www.christopherreeve.org/site/c.mtKZKg
MWKwG/b.5184189/k.5587/Paralysis_Facts__Fi
gures.htm
424

More Related Content

What's hot

IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoTIRJET Journal
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...eSAT Journals
 
Gesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherGesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherIRJET Journal
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemIRJET Journal
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 
Final Draft of Research Paper 1
Final Draft of Research Paper 1Final Draft of Research Paper 1
Final Draft of Research Paper 1Trevor Davis
 
Brainwave Controlled Wheelchair (BCW)
Brainwave Controlled Wheelchair (BCW)Brainwave Controlled Wheelchair (BCW)
Brainwave Controlled Wheelchair (BCW)vivatechijri
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET Journal
 
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET Journal
 
IRJET- Hampered Serving Bot
IRJET-  	  Hampered Serving BotIRJET-  	  Hampered Serving Bot
IRJET- Hampered Serving BotIRJET Journal
 
Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...ijtsrd
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcIAEME Publication
 
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...
IRJET- Implementation of Continues Body Monitoring System with Wireless B...IRJET Journal
 
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORTHUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORTgautam221094
 
Shirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research PaperShirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research PaperChamila Wijayarathna
 
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 2, Apr...
International Journal on Cybernetics & Informatics  (IJCI) Vol. 4, No. 2, Apr...International Journal on Cybernetics & Informatics  (IJCI) Vol. 4, No. 2, Apr...
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 2, Apr...IJCI JOURNAL
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET Journal
 

What's hot (20)

Z4501149153
Z4501149153Z4501149153
Z4501149153
 
A9399109119
A9399109119A9399109119
A9399109119
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
 
Gesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherGesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With Stretcher
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation System
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
Final Draft of Research Paper 1
Final Draft of Research Paper 1Final Draft of Research Paper 1
Final Draft of Research Paper 1
 
Brainwave Controlled Wheelchair (BCW)
Brainwave Controlled Wheelchair (BCW)Brainwave Controlled Wheelchair (BCW)
Brainwave Controlled Wheelchair (BCW)
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
 
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
 
IRJET- Hampered Serving Bot
IRJET-  	  Hampered Serving BotIRJET-  	  Hampered Serving Bot
IRJET- Hampered Serving Bot
 
Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
 
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORTHUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
 
Shirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research PaperShirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
 
FINAL report
FINAL reportFINAL report
FINAL report
 
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 2, Apr...
International Journal on Cybernetics & Informatics  (IJCI) Vol. 4, No. 2, Apr...International Journal on Cybernetics & Informatics  (IJCI) Vol. 4, No. 2, Apr...
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 2, Apr...
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for Passengers
 

Viewers also liked

Smart adaptable chair project
Smart adaptable chair projectSmart adaptable chair project
Smart adaptable chair projectdmcclin66
 
A case study of headphones
A case study of     headphonesA case study of     headphones
A case study of headphonesRaj Badi
 
Working of earphones
Working of earphonesWorking of earphones
Working of earphonesShyam Prasad
 
Fan Selection and Application in the Cement and Lime Industry
Fan Selection and Application in the Cement and Lime IndustryFan Selection and Application in the Cement and Lime Industry
Fan Selection and Application in the Cement and Lime IndustryCB Power and Industrial Equipment
 
K10913 dhirendra gocher me 6th sem cpu kota
K10913 dhirendra gocher me 6th sem cpu kotaK10913 dhirendra gocher me 6th sem cpu kota
K10913 dhirendra gocher me 6th sem cpu kotaChetan Kumar
 
Presentation for headphones_www.shoppingway.co.uk
Presentation for headphones_www.shoppingway.co.ukPresentation for headphones_www.shoppingway.co.uk
Presentation for headphones_www.shoppingway.co.ukmohammed qureshi
 
Fans in thermal power plants
Fans in thermal power plantsFans in thermal power plants
Fans in thermal power plantsSHIVAJI CHOUDHURY
 
Materials for automotive body and chassis structure by sandeep mangukiya
Materials for automotive body and chassis structure by sandeep mangukiyaMaterials for automotive body and chassis structure by sandeep mangukiya
Materials for automotive body and chassis structure by sandeep mangukiyasandeep mangukiya
 
Android based automated wheelchair
Android based automated wheelchairAndroid based automated wheelchair
Android based automated wheelchairshashank tiwari
 
The Evolution Of Headphones
The Evolution Of HeadphonesThe Evolution Of Headphones
The Evolution Of HeadphonesAmcconnell
 

Viewers also liked (14)

Smart adaptable chair project
Smart adaptable chair projectSmart adaptable chair project
Smart adaptable chair project
 
A case study of headphones
A case study of     headphonesA case study of     headphones
A case study of headphones
 
Working of earphones
Working of earphonesWorking of earphones
Working of earphones
 
Fan Selection and Application in the Cement and Lime Industry
Fan Selection and Application in the Cement and Lime IndustryFan Selection and Application in the Cement and Lime Industry
Fan Selection and Application in the Cement and Lime Industry
 
K10913 dhirendra gocher me 6th sem cpu kota
K10913 dhirendra gocher me 6th sem cpu kotaK10913 dhirendra gocher me 6th sem cpu kota
K10913 dhirendra gocher me 6th sem cpu kota
 
Presentation for headphones_www.shoppingway.co.uk
Presentation for headphones_www.shoppingway.co.ukPresentation for headphones_www.shoppingway.co.uk
Presentation for headphones_www.shoppingway.co.uk
 
Automotive - Working sheet metal
Automotive - Working sheet metalAutomotive - Working sheet metal
Automotive - Working sheet metal
 
Electric fan
Electric fanElectric fan
Electric fan
 
Ceiling fan
Ceiling fanCeiling fan
Ceiling fan
 
Study of fans
Study of fansStudy of fans
Study of fans
 
Fans in thermal power plants
Fans in thermal power plantsFans in thermal power plants
Fans in thermal power plants
 
Materials for automotive body and chassis structure by sandeep mangukiya
Materials for automotive body and chassis structure by sandeep mangukiyaMaterials for automotive body and chassis structure by sandeep mangukiya
Materials for automotive body and chassis structure by sandeep mangukiya
 
Android based automated wheelchair
Android based automated wheelchairAndroid based automated wheelchair
Android based automated wheelchair
 
The Evolution Of Headphones
The Evolution Of HeadphonesThe Evolution Of Headphones
The Evolution Of Headphones
 

Similar to 1569736195

Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...IJERD Editor
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmseSAT Journals
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmseSAT Publishing House
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherIRJET Journal
 
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43srinivasanece7
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmIOSR Journals
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmIOSR Journals
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET Journal
 
Video Surveillance with Hanging Robot for Animal Safety in Railroads
Video Surveillance with Hanging Robot for Animal Safety in RailroadsVideo Surveillance with Hanging Robot for Animal Safety in Railroads
Video Surveillance with Hanging Robot for Animal Safety in RailroadsAssociate Professor in VSB Coimbatore
 
med_010_03_030928
med_010_03_030928med_010_03_030928
med_010_03_030928gapras94
 
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET Journal
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDr. Amarjeet Singh
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATETechno Electronics
 

Similar to 1569736195 (20)

Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...
 
Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module
 
Gesture Based Wireless Air Mouse using Accelerometer
Gesture Based Wireless Air Mouse using AccelerometerGesture Based Wireless Air Mouse using Accelerometer
Gesture Based Wireless Air Mouse using Accelerometer
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithms
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithms
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcher
 
Industrial Monitoring System Using Wireless Sensor Networks
Industrial Monitoring System Using Wireless Sensor NetworksIndustrial Monitoring System Using Wireless Sensor Networks
Industrial Monitoring System Using Wireless Sensor Networks
 
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
 
Video Surveillance with Hanging Robot for Animal Safety in Railroads
Video Surveillance with Hanging Robot for Animal Safety in RailroadsVideo Surveillance with Hanging Robot for Animal Safety in Railroads
Video Surveillance with Hanging Robot for Animal Safety in Railroads
 
med_010_03_030928
med_010_03_030928med_010_03_030928
med_010_03_030928
 
Wireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water SystemWireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water System
 
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot Platform
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATE
 
V01 i010403
V01 i010403V01 i010403
V01 i010403
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 

1569736195

  • 1. Smart wheel chair for physically handicapped people using tilt sensor and IEEE 802.15.4 standard protocol Puneet Dobhal 1 B.Tech EE,4th University of petroleum and Energy studies, Dehradun, INDIA Puneet271178@rediffmail.com Nishant Singh Bisht 2 B.Tech AVE , 4th year University of petroleum and Energy studies, Dehradun, INDIA Nbisht07@gmail.com Rajesh Singh 3 Associate Prof. & HOD DEPT. of ECE Baddi university of emerging sciences and technology Baddi, Himachal Pradesh rajesh.singh@baddiuniv.ac.in Bhupendra Singh 4 Schemantics Microelectronics Dehradun itsbhupendrasingh@gmail.com Shubham Murari 5 B.Tech EE,3rd University of petroleum and Energy studies, Dehradun, INDIA anshumurari@gmail.com Abstract Approximately 6 million people in the world face the problem of disability due to paralysis of various degrees. Paralysis is caused by impairment of nervous system disabling the people from performing various common functions. This paper provides a wireless system that can be used by disabled people to control the motion of the wheelchair by elementary motion of their hand or head. The system comprises of a Transmitter mounted on operator’s hand; employing a MEMS Accelerometer which transmits control signals to the Receiver. The receiver is mounted on the wheelchair and controls its motion based on control signals. The control signals are transmitted and received wirelessly using Wireless Radio Frequency Module. Keywords: Paralysis, Wheelchair, wireless, MEMS Accelerometer, Wireless Radio Frequency Module,. 1 Introduction: According to a study conducted by Christopher & Dana Reeve Foundation, nearly every 1 person in 50 is suffering from paralysis due to damaging of nervous system. This figure approximates to 6 million people worldwide and has increased by 33 percent from previous estimation[6]. The causes of Paralysis are mainly due to spinal cord injury stated in the figure. We are using accelerometer in our system, accelerometers are also used earlier to monitor patients physical activities and their posture. [2] Figure 1.0: Pie chart showing cause of paralysis Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) © 2013. The authors - Published by Atlantis Press 420
  • 2. A similar wired system has been developed to assist the physically challenged people suffering from Quadriplegia to control the motion of wheelchair motors by head movements [1]. This paper proposes a system that can assist the disabled people to control the motion of their wheelchair by the hand movements wirelessly. The system proposed can be mounted on primary functioning body part to control the wheelchair movement i.e. hand, head. The system consists of a Transmitter which acts as a wireless remote that can be mounted on hand or head. Transmitter end consists of a microcontroller development board employing MEMS accelerometer which senses the tilt of the platform it is mounted on. The system having positioning of an accelerometer on upper side hand to detect roll (fig. 1) and pitch (fig. 2) angle. Figure 1.1: A view of hand movement for controlling In accordance with these tilt readings microcontroller issues control signals which are wirelessly transmitted through wireless RF module to the receiver. The Receiver is mounted on the wheelchair which controls the DC motors of the wheelchair on the basis of control signals received through RF module. Furthermore the operator can also control the speed of the wheelchair as we are using concept of PWM(Pulse Width Modulation) speed of wheel chair is controlled with amount of tilt of transmitter as the tilt increases speed of wheel chair is increasing and vice versa. The block diagram of Transmitting and receiving end is shown respectively in fig (1.2) and (1.3). Figure 1.2: Block diagram of transmitting end Figure 1.3: Block diagram of receiving end 2 Hardware Development 2.1 ATmega 8: The ATmega8 is a low-power CMOS 8-bit microcontroller configured on the basis of AVR RISC architecture. ATmega8 is capable of executing powerful instructions in a single clock cycle; this enables ATmega8 to achieve throughputs approaching 1 MIPS per MHz. This allows the system designed to optimize power consumption versus processing speed. Current consumption: 500mA Operating Voltage: 5 V 2.2 Tilt Sensor/vibration sensor: Acceleration is a vector force which has direction and magnitude and is measured in meter per second. As we know Earth produces gravitational acceleration on all objects on earth. Hence by monitoring the three axis acceleration one can measure the level of tilt of any platform on which the device is mounted. Current consumption: 1mA 421
  • 3. Operating Voltage: 3.3 V Figure 2.0: A view of tilt sensor 2.3 Motor Driver: This IC is high voltage, high current four channel driver designed to accept DTL or TTL logic. This can provide 600mA output current capability per channel and providing 1.2 peak output current (non repetitive) per channel and also have internal over temperature protection. It consists of a Half H Bridge to provide high current in order to drive motors. 2.4 Transmitting module (RF Modem, 9600 bps Serial RS232 Level) It is a low power and low cost 2.4 GHz transceiver designed for wireless applications. The Zigbee is designed for the 2400- 2483.5 MHz ISM (Industrial, Scientific and Medical) and SRD (Short Range Device) frequency band. This provides extensive hardware support for packet handling, data buffering, burst transmissions, clear channel assessment, link quality indication, and wake-on-radio. The main operating parameters and the 64-byte transmit/receive FIFOs of CC2500 can be controlled via an SPI interface. In a typical system, the CC2500 will be used together with a microcontroller and a few additional passive components. [3] Key Features of Zigbee module is 13.3 mA in receiving mode, 250 kB is baud rate. data rate (Programmable at 1.2 to 500 k Baud) Frequency range is of 2400 – 2483.5 MHz it supported to OOK, 2-FSK, GFSK, and MSK. SLEEP mode current consumption is 400 nA. SLEEP to RX start up time is 240 us or in TX mode measured on EM design. Automatic low-power Receiving (RX) polling for Wake-on-radio operation. FIFO buffer of 64-byte for receiving data and 64-byte for Transmitting data by enabling burst mode data transmission. 2.5 Motor: Motor receives power from your Motor driver IC. This power is utilized to do physical works, for example move the Wheel chair. DC motor orientation, speed and operation can be controlled with microcontroller. We can start it, stop it or make it go either in clockwise or anti clock wise direction. The speed of the Motor is controlled by the help of PWM (pulse width modulation). 3 Software Development The programming of designed system is with the help of a high level language i.e. embedded C language in order to write the program , AVR Studio 4 is a software for writing program for any AVR series of microcontroller’s based on RISC architecture on windows platform .After writing the program we have to compile it with the help of AVR gcc (compiler) and AVR-gdb (debugger) and if there is no error it converts high level language to machine level language in the form of 0’s and 1’s and generates a hex file with extension ‘.hex’. This hex file is used to burn inside the microcontroller flash memory with the help of a programmer; the program memory has limited life time for AVR microcontroller family it may be reprogrammed up to 10 thousand times.[4] Figure 3.0: Block diagram of Software Development 422
  • 4. In order to Burn the program into program memory we can use serial programmer, parallel programmer or USB programmer, we are using Robokits AVR 1.3 USB programmer to burn the program. If the system performs as desired by the user and performs all the tasks efficiently and effectively the software development phase is over and the project is ready to be installed in any of the industrial sites otherwise we have to repeat this process in order to achieve desired output. The complete flow chart of Transmitting and receiving side system is explained below respectively : Figure 3.1: Flow diagram of transmitting end Figure 3.2: Flow diagram of Receiving end 4. Conclusion & Result In this paper a wirelessly controlled wheel chair is proposed with the help of accelerometer and Zigbee module whose demo model is already designed for physically handicapped people so that they can control their chair themselves and the wireless communication provides an extra advantage if wheel chair is not with them then they can control chair. Figure 4.0: Transmitting side control band which is to be mounted on hand /head 423
  • 5. Figure 4.1: Transmitting side control band which is to be mounted on hand /head References 1. S.manogma, Sree vaishnavi and B geethanjali,Head Movement based assist system for physically challenged “978-1-4244-4713- 8/10/$25.00 ©2010 IEEE 2. M. J. Mathie, J. Basilakis and B. G. Celler,A System For Monitoring Posture And Physical Activity Using Accelerometers 2001 in Proceedings of the 23rd Annual EMBS International Conference(Istanbul, Turkey, October 25-28). 3. Rajesh Singh, Purnendu Shekhar Pandey, Vivek kaundal and Shashank Mishra,Integrated prototype for Heat Detection by Infrared thermography & Alkali metal detector and their alloys in fast reactors Using ZIGBEE Transceiver module based Personal Area Network in UACEE International Journal of Advances in Electronics Engineering Volume 2: Issue 3 ISSN 2278 - 215X (Online)” 4. Rajesh Singh, Akanksha, Shashank Mishra and Ankit Joshi,Wireless Personal Area Network Node Design And Simulation Of Alcohol Sensor Using ZigBee Transceiver Module in International Journal of Engineering Research and Applications (IJERA) (ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 3, May-Jun 2012), pp.133-138. 5. Rajesh Singh, Vivek Kaundal and Sanjay Singh,AUTOMATIC METER READING IN WSN USING 2.4ghz TRANCEIVER WITH MATLAB DATA LOGGER in International Transactions in Mathematical Sciences and Computer( ITMSC) (ISSN-0974-7273) . 6. Paralysis resource centre ,Avalaible : http://www.christopherreeve.org/site/c.mtKZKg MWKwG/b.5184189/k.5587/Paralysis_Facts__Fi gures.htm 424