SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 370
Tongue Motion Controlled Wheelchair
Moe Myint Aung, Yu Yu Mon Win, Khin Su Hlaing
Lecturer, Department of Electronic Engineering, Technological University, (Magway), Myanmar
How to cite this paper: Moe Myint Aung |
Yu Yu Mon Win | Khin Su Hlaing "Tongue
Motion Controlled Wheelchair"Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.370-373,
https://doi.org/10.31142/ijtsrd25286
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
This paper describes the “Design and Implementation of Tongue Motion
Controlled Wheelchair”. Most serious accidents and injuries often end with
various motorist disabilities usually resulting in a limited control of the
muscles of various body parts and in some worst case scenarios even the
whole body. Tongue driven system is a new wireless assistive technology for
persons severely disabled due to spinal cord injuries, quadriplegia or
repetitive strain injuries (RSI). It translates the user’s intensions into control
commands by detecting and classifying their voluntary tongue movements.
Tongue driven system consists of an array of hall effect magnetic sensors and
permanent magnet which is held on tongue using tissues adhesive andtongue
piercing. An array of magnetic sensor is mounted on the headset outside the
mouth. The RF module is used forwirelesstechnologyand ATmega328 isused
as a controller. The sensor’s output is wirelessly transmitted to the
microcontroller and it will process the signal to control the movement of
power wheelchair. Two DC motors are used to drive the wheelchair. This
technology provides faster advanced smoother and more convenient control.
KEYWORDS: AT mega328, Hall effect magnetic sensors, Permanent magnet,
Wireless technology, DC motor
I. INTRODUCTION
This system describes the design of a microcontroller for
helping disabled persons. This system is an intelligent agent
that can perform tasks automatically or with guidance,
typically by control. This is usually an electro-mechanical
machine that is guided by microcontroller and electronic
programming. Wheelchair is controlled by tongue motion as
its name implies. The tongue is used for controlling the
wheelchair as shown in Fig.1. There are two sections
transmitter section and receiversection.Transmitter section
is placed in the user’s mouth and receiversectionisplaced at
the back of the chair. This is designed for handicapped or
particularly for paralyzed person whohavetodependonthe
other person for their day to day activities.
Fig.1: Tongue Driven System
II. System Block Diagram
In the transmitter section, the magnet can be placed at the
center of the tongue and the three hall effect sensors are
placed on a headset at the outside of the mouth. The magnet
can be fixed either permanently or temporarily. The
permanent magnet fixingmethodisknown astissuepiercing
and temporarily magnet fixing method is known as tissue
adhesive. The magnetic sensors are nothing but hall-effect
sensors. A hall effect sensor is a transducer that varies its
output voltage in response to changesinmagneticfield. Inits
simplest form, the sensor operates as an analogue
transducer, directly returning a voltage. With a known
magnetic field, its distance from the hall plate can be
determined. The control system consists of three hall effect
sensors and RF transmitter. The data from sensor is given to
transmitter and RF transmitter transmits the encoded data
through the RF transmitter. The block diagram of the
transmitter section is shown in Fig.2. The motors directions
can be changed through the set of instructions given from
the hall effect sensor and the action of these instructions is
already loaded into the microcontroller using embedded C
programming.
Fig.2: Block Diagram of Transmitter Section
IJTSRD25286
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 371
The RF receiver provides the information to the
microcontroller from RF transmitter and the controller
judges whether the instruction is right movement or left
movement based on the tongue movement and controls the
direction. Two DC motors are used for the movement of
wheelchair. The block diagram of the receiver section is
shown in Fig.3.
Fig.3: Block Diagram of Receiver section
III. System Flowchart
Fig.4: Flowchart of Transmitter Section
Fig.5: Flowchart of Receiver Section
At the transmitter side, the pins are configured initially.
Then, the hall effect sensors will be read. If the sensors is
sensed the data, the required data will transmit. Otherwise,
hall effect sensors are read again. If the sensors is notsensed
the data, the data transmission will be stopped. Fig.4 shows
flowchart of transmitter section of the system. At the
receiver side, initially, the pins are configured. Then, the
serial data from RF transmitter module is read. If RF
transmitter module is received the serial data, the motors
will turn on forward and backward respectively. Otherwise,
the serial data from RF transmitter module is read again If
RF transmitter module is not received, the all motors will be
stopped.
IV. System Operation
The circuit diagram of the transmitter section is shown in
Fig.6.
Fig.6: Circuit Diagram of Transmitter Section
At the transmitter side, the external power supply 9V is
connected to 5V voltage regulator. The three hall effect
sensors, ATmega 328 and RF transmitter is supplied 5V to
Vcc across the voltage regulator from externalpowersupply.
The hall effect sensor is a transducer and has 3pin; Vcc, data
and GND. The data pins of the three hall effect sensors are
connected to pin 4, 5, 6 of ATmega 328 microcontroller.
ATmega 328 determines the logic supply to its input and
then provides to RF transmitter. The RF transmitter has 3-
pins; Vcc, data, and GND. The output pin 13of the
microcontroller is connected to the data pin of RF
transmitter. It wirelessly transmits the radio signals. For
example, if the magnetic field is sensed by sensor 1, the
output of sensor 1 becomes 1 and it feeds to the pin 4 of
ATmega 328 microcontroller. If the magnetic field is sensed
by sensor 2, the output of sensor 2 becomes 1 and it feeds to
the pin 5 of ATmega 328 Similarity, if the magnetic field is
sensed by sensor 3, the output of sensor 3 becomes 1 and it
feeds to the pin 6 of ATmega 328. Depending upon the
strength of magnet, the output of the sensors will vary. The
microcontroller will process the sensors output and based
on programming will check the user has issued which
commands. Depending upon the commands, the
microcontroller will send particular characters to the RF
transmitter. It will transmit the data wirelessly.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 372
Fig.7: Circuit Diagram of Receiver Section
The circuit diagram of the receiver section is shown in Fig.7.
At the receiver side, the external power supply 12V is
connected to 5V voltage regulator. First, the 12V power
supply is fed into the two 2channel relay modules. Second,
RF receiver and ATmega 328 is supplied 5V into Vcc across
the voltage regulator from external power supply. RF
receiver will receive the transmitted data, decodeitand feed
it to the microcontroller unit. The microcontroller is the
main controlling unit that will control the movement of
wheelchair. If the microcontroller output is sent the data to
the 2channel relay module using pin 14 and 16, the
wheelchair will move to left direction. If the microcontroller
output is sent the data using pin 14 and 15, the wheelchair
will move to forward direction. Similarity, if the
microcontroller output is sent the data using pin 13 and 15,
the wheelchair will move to right direction. The wheels of
the wheelchair will rotate with the help of DC motors. Relay
modules in turn will control the rotation of DC motor
(clockwise and anticlockwise rotation) due to which
wheelchair can move in left, right, and forward directions.
V. Results
Fig.8: Final Design of Headset
Fig.9: Photo of Receiver Circuit
Fig.10: Final Design of Tongue Motion Controlled
Wheelchair
VI. Discussion
This paper described the construction of wheelchair for the
people with disabilities. In this system, the designed
wheelchair enables the paralysed person to move freely in
and out of the homes. Out of three magnetic sensors, when a
magnet is placed near one of the sensor, the corresponding
movement of the wheelchair take place i.e, left, right and
forward. Initially, when magnet is not placed near any of the
sensors, the wheelchair will not have any movement. Once
the connection is established with the help of ATmega328
and when the magnet is placed near any one of the sensors,
the magnetic field is generated.Thegeneratedmagneticfield
is an analog signal and is converted into digital signal and
transmitted to the receiver. When the motor rotates, the
wheelchair starts moving to the required direction.Here,the
movement of the wheelchair is controlled by using the
magnet. But, the user avoids inserting ferromagnetic
objective in their mouth. At the time of MRI scan, magnetic
tracer needs to be moved.
VII. Further Extension
There are some features and improvements that can be
added to the designed system during the implementation
process. For example, the wheelchair can be programmed
through a phone application which will make it easier to
move or even use more features like measuring the heart
rate and the body temperature using the application. Also,
the wheelchair can move in automatic mood indoor for
specific places like the home or workplace. For a better user
experience and increasing the reliability of the system these
improvements will be added.
VIII. References
[1] J. Gips, Olivieri and J. J. Teccce, 1993, “Direct Control of
the Computer through Electrodes Placed around the
Eyes’.
[2] X. Xie, R.Suhakar and H.Zhaung, 1995,“Developmentof
Communication Supporting Device Controlled by Eye
Movement and Voluntary Eye Blink”.
[3] Kandel ER, Schwartz IH, Iesseell TM, 2000, “Principles
of Neural Science”, fourth edition.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 373
[4] R. Simpson, S.Levine, June 2002, “Voice Control of
Powered Wheelchair”.
[5] G. Krishnamurthy and M. Ghavanloo, May 2006,
“Tongue Drive: A Tongue Operated Magnetic Sensor
based Wireless Assistance Technology for People with
Severe Disabilities”.
[6] X. Huo, J.Wang and M.ghavanloo, October 2008, “A
Magnetic Inductive Sensor based Wireless Tongue
Computer Interfacee”.
[7] Rich D. Fan, September 2009, “Home Care Sip and Puff
Mechanism Control”.
[8] Murai A, Tottori Univ and Saitoh.T, 2009, “Voice
Activated Wheelchair with Collision Avoidance using
Sensor Information”.
[9] Monogna, Vaishnavi and Geethanjali, 2011, “Head
Movement based Assist System for Physically
Challenged”.
[10] Mohamod Diab, June2012, “TongueDriveWheelchair”.

More Related Content

What's hot

PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR ijcsit
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 
Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...chandan kumar
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" reportsubrat manna
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET Journal
 
FINAL REPORT_B.tech
FINAL REPORT_B.techFINAL REPORT_B.tech
FINAL REPORT_B.techafzal usmani
 
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 disablevedabobbala
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
 
Walking stick with heart attack detection
Walking stick with heart attack  detectionWalking stick with heart attack  detection
Walking stick with heart attack detectionswathi b
 
A portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiacA portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiacArhamSheikh1
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWijtsrd
 
IRJET- Embedded System for Automatic Real Time Weight based Grading of Fr...
IRJET-  	  Embedded System for Automatic Real Time Weight based Grading of Fr...IRJET-  	  Embedded System for Automatic Real Time Weight based Grading of Fr...
IRJET- Embedded System for Automatic Real Time Weight based Grading of Fr...IRJET Journal
 
IRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded SystemIRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded SystemIRJET Journal
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM TechnologyIRJET Journal
 
Mems based hand gesture controlled robot
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robotSriteja Rst
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankeSAT Journals
 

What's hot (20)

PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" report
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
 
Hand motion based_wheelchair
Hand motion based_wheelchairHand motion based_wheelchair
Hand motion based_wheelchair
 
FINAL REPORT_B.tech
FINAL REPORT_B.techFINAL REPORT_B.tech
FINAL REPORT_B.tech
 
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
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 
Walking stick with heart attack detection
Walking stick with heart attack  detectionWalking stick with heart attack  detection
Walking stick with heart attack detection
 
Wireless ECG System
Wireless ECG SystemWireless ECG System
Wireless ECG System
 
A portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiacA portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiac
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEW
 
IRJET- Embedded System for Automatic Real Time Weight based Grading of Fr...
IRJET-  	  Embedded System for Automatic Real Time Weight based Grading of Fr...IRJET-  	  Embedded System for Automatic Real Time Weight based Grading of Fr...
IRJET- Embedded System for Automatic Real Time Weight based Grading of Fr...
 
IRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded SystemIRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded System
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
 
Mems based hand gesture controlled robot
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robot
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
 
Ig3314081417
Ig3314081417Ig3314081417
Ig3314081417
 

Similar to Tongue Motion Controlled Wheelchair

A first response microcontroller based
A first response microcontroller basedA first response microcontroller based
A first response microcontroller basedIJCI JOURNAL
 
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
 
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
 
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
 
Efficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor NetworksEfficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor NetworksIRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET Journal
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET Journal
 
A Smart Solar Powered Automated Scarecrow for Agriculture
A Smart Solar Powered Automated Scarecrow for AgricultureA Smart Solar Powered Automated Scarecrow for Agriculture
A Smart Solar Powered Automated Scarecrow for Agricultureijtsrd
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET Journal
 
GSM Based Home Appliance Control System
GSM Based Home Appliance Control SystemGSM Based Home Appliance Control System
GSM Based Home Appliance Control Systemijtsrd
 
IRJET - Electromagnetic Accident Avoiding System
IRJET -  	  Electromagnetic Accident Avoiding SystemIRJET -  	  Electromagnetic Accident Avoiding System
IRJET - Electromagnetic Accident Avoiding SystemIRJET Journal
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherIRJET Journal
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismeSAT Publishing House
 
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two StationsIRJET Journal
 
IRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using ArduinoIRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using ArduinoIRJET Journal
 
IRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET-  	  Railway Track Crack and Obstacle Detection using ArduinoIRJET-  	  Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using ArduinoIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIRJET Journal
 
Gesture Controlled Chair
Gesture Controlled ChairGesture Controlled Chair
Gesture Controlled Chairtheijes
 

Similar to Tongue Motion Controlled Wheelchair (20)

A first response microcontroller based
A first response microcontroller basedA first response microcontroller based
A first response microcontroller based
 
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
 
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
 
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
 
Efficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor NetworksEfficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor Networks
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
A Smart Solar Powered Automated Scarecrow for Agriculture
A Smart Solar Powered Automated Scarecrow for AgricultureA Smart Solar Powered Automated Scarecrow for Agriculture
A Smart Solar Powered Automated Scarecrow for Agriculture
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth Fault
 
GSM Based Home Appliance Control System
GSM Based Home Appliance Control SystemGSM Based Home Appliance Control System
GSM Based Home Appliance Control System
 
IRJET - Electromagnetic Accident Avoiding System
IRJET -  	  Electromagnetic Accident Avoiding SystemIRJET -  	  Electromagnetic Accident Avoiding System
IRJET - Electromagnetic Accident Avoiding System
 
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 control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcher
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
 
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two Stations
 
IRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using ArduinoIRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using Arduino
 
IRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET-  	  Railway Track Crack and Obstacle Detection using ArduinoIRJET-  	  Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using Arduino
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
 
Gesture Controlled Chair
Gesture Controlled ChairGesture Controlled Chair
Gesture Controlled Chair
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Recently uploaded (20)

JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Tongue Motion Controlled Wheelchair

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 370 Tongue Motion Controlled Wheelchair Moe Myint Aung, Yu Yu Mon Win, Khin Su Hlaing Lecturer, Department of Electronic Engineering, Technological University, (Magway), Myanmar How to cite this paper: Moe Myint Aung | Yu Yu Mon Win | Khin Su Hlaing "Tongue Motion Controlled Wheelchair"Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.370-373, https://doi.org/10.31142/ijtsrd25286 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT This paper describes the “Design and Implementation of Tongue Motion Controlled Wheelchair”. Most serious accidents and injuries often end with various motorist disabilities usually resulting in a limited control of the muscles of various body parts and in some worst case scenarios even the whole body. Tongue driven system is a new wireless assistive technology for persons severely disabled due to spinal cord injuries, quadriplegia or repetitive strain injuries (RSI). It translates the user’s intensions into control commands by detecting and classifying their voluntary tongue movements. Tongue driven system consists of an array of hall effect magnetic sensors and permanent magnet which is held on tongue using tissues adhesive andtongue piercing. An array of magnetic sensor is mounted on the headset outside the mouth. The RF module is used forwirelesstechnologyand ATmega328 isused as a controller. The sensor’s output is wirelessly transmitted to the microcontroller and it will process the signal to control the movement of power wheelchair. Two DC motors are used to drive the wheelchair. This technology provides faster advanced smoother and more convenient control. KEYWORDS: AT mega328, Hall effect magnetic sensors, Permanent magnet, Wireless technology, DC motor I. INTRODUCTION This system describes the design of a microcontroller for helping disabled persons. This system is an intelligent agent that can perform tasks automatically or with guidance, typically by control. This is usually an electro-mechanical machine that is guided by microcontroller and electronic programming. Wheelchair is controlled by tongue motion as its name implies. The tongue is used for controlling the wheelchair as shown in Fig.1. There are two sections transmitter section and receiversection.Transmitter section is placed in the user’s mouth and receiversectionisplaced at the back of the chair. This is designed for handicapped or particularly for paralyzed person whohavetodependonthe other person for their day to day activities. Fig.1: Tongue Driven System II. System Block Diagram In the transmitter section, the magnet can be placed at the center of the tongue and the three hall effect sensors are placed on a headset at the outside of the mouth. The magnet can be fixed either permanently or temporarily. The permanent magnet fixingmethodisknown astissuepiercing and temporarily magnet fixing method is known as tissue adhesive. The magnetic sensors are nothing but hall-effect sensors. A hall effect sensor is a transducer that varies its output voltage in response to changesinmagneticfield. Inits simplest form, the sensor operates as an analogue transducer, directly returning a voltage. With a known magnetic field, its distance from the hall plate can be determined. The control system consists of three hall effect sensors and RF transmitter. The data from sensor is given to transmitter and RF transmitter transmits the encoded data through the RF transmitter. The block diagram of the transmitter section is shown in Fig.2. The motors directions can be changed through the set of instructions given from the hall effect sensor and the action of these instructions is already loaded into the microcontroller using embedded C programming. Fig.2: Block Diagram of Transmitter Section IJTSRD25286
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 371 The RF receiver provides the information to the microcontroller from RF transmitter and the controller judges whether the instruction is right movement or left movement based on the tongue movement and controls the direction. Two DC motors are used for the movement of wheelchair. The block diagram of the receiver section is shown in Fig.3. Fig.3: Block Diagram of Receiver section III. System Flowchart Fig.4: Flowchart of Transmitter Section Fig.5: Flowchart of Receiver Section At the transmitter side, the pins are configured initially. Then, the hall effect sensors will be read. If the sensors is sensed the data, the required data will transmit. Otherwise, hall effect sensors are read again. If the sensors is notsensed the data, the data transmission will be stopped. Fig.4 shows flowchart of transmitter section of the system. At the receiver side, initially, the pins are configured. Then, the serial data from RF transmitter module is read. If RF transmitter module is received the serial data, the motors will turn on forward and backward respectively. Otherwise, the serial data from RF transmitter module is read again If RF transmitter module is not received, the all motors will be stopped. IV. System Operation The circuit diagram of the transmitter section is shown in Fig.6. Fig.6: Circuit Diagram of Transmitter Section At the transmitter side, the external power supply 9V is connected to 5V voltage regulator. The three hall effect sensors, ATmega 328 and RF transmitter is supplied 5V to Vcc across the voltage regulator from externalpowersupply. The hall effect sensor is a transducer and has 3pin; Vcc, data and GND. The data pins of the three hall effect sensors are connected to pin 4, 5, 6 of ATmega 328 microcontroller. ATmega 328 determines the logic supply to its input and then provides to RF transmitter. The RF transmitter has 3- pins; Vcc, data, and GND. The output pin 13of the microcontroller is connected to the data pin of RF transmitter. It wirelessly transmits the radio signals. For example, if the magnetic field is sensed by sensor 1, the output of sensor 1 becomes 1 and it feeds to the pin 4 of ATmega 328 microcontroller. If the magnetic field is sensed by sensor 2, the output of sensor 2 becomes 1 and it feeds to the pin 5 of ATmega 328 Similarity, if the magnetic field is sensed by sensor 3, the output of sensor 3 becomes 1 and it feeds to the pin 6 of ATmega 328. Depending upon the strength of magnet, the output of the sensors will vary. The microcontroller will process the sensors output and based on programming will check the user has issued which commands. Depending upon the commands, the microcontroller will send particular characters to the RF transmitter. It will transmit the data wirelessly.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 372 Fig.7: Circuit Diagram of Receiver Section The circuit diagram of the receiver section is shown in Fig.7. At the receiver side, the external power supply 12V is connected to 5V voltage regulator. First, the 12V power supply is fed into the two 2channel relay modules. Second, RF receiver and ATmega 328 is supplied 5V into Vcc across the voltage regulator from external power supply. RF receiver will receive the transmitted data, decodeitand feed it to the microcontroller unit. The microcontroller is the main controlling unit that will control the movement of wheelchair. If the microcontroller output is sent the data to the 2channel relay module using pin 14 and 16, the wheelchair will move to left direction. If the microcontroller output is sent the data using pin 14 and 15, the wheelchair will move to forward direction. Similarity, if the microcontroller output is sent the data using pin 13 and 15, the wheelchair will move to right direction. The wheels of the wheelchair will rotate with the help of DC motors. Relay modules in turn will control the rotation of DC motor (clockwise and anticlockwise rotation) due to which wheelchair can move in left, right, and forward directions. V. Results Fig.8: Final Design of Headset Fig.9: Photo of Receiver Circuit Fig.10: Final Design of Tongue Motion Controlled Wheelchair VI. Discussion This paper described the construction of wheelchair for the people with disabilities. In this system, the designed wheelchair enables the paralysed person to move freely in and out of the homes. Out of three magnetic sensors, when a magnet is placed near one of the sensor, the corresponding movement of the wheelchair take place i.e, left, right and forward. Initially, when magnet is not placed near any of the sensors, the wheelchair will not have any movement. Once the connection is established with the help of ATmega328 and when the magnet is placed near any one of the sensors, the magnetic field is generated.Thegeneratedmagneticfield is an analog signal and is converted into digital signal and transmitted to the receiver. When the motor rotates, the wheelchair starts moving to the required direction.Here,the movement of the wheelchair is controlled by using the magnet. But, the user avoids inserting ferromagnetic objective in their mouth. At the time of MRI scan, magnetic tracer needs to be moved. VII. Further Extension There are some features and improvements that can be added to the designed system during the implementation process. For example, the wheelchair can be programmed through a phone application which will make it easier to move or even use more features like measuring the heart rate and the body temperature using the application. Also, the wheelchair can move in automatic mood indoor for specific places like the home or workplace. For a better user experience and increasing the reliability of the system these improvements will be added. VIII. References [1] J. Gips, Olivieri and J. J. Teccce, 1993, “Direct Control of the Computer through Electrodes Placed around the Eyes’. [2] X. Xie, R.Suhakar and H.Zhaung, 1995,“Developmentof Communication Supporting Device Controlled by Eye Movement and Voluntary Eye Blink”. [3] Kandel ER, Schwartz IH, Iesseell TM, 2000, “Principles of Neural Science”, fourth edition.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25286 | Volume – 3 | Issue – 5 | July - August 2019 Page 373 [4] R. Simpson, S.Levine, June 2002, “Voice Control of Powered Wheelchair”. [5] G. Krishnamurthy and M. Ghavanloo, May 2006, “Tongue Drive: A Tongue Operated Magnetic Sensor based Wireless Assistance Technology for People with Severe Disabilities”. [6] X. Huo, J.Wang and M.ghavanloo, October 2008, “A Magnetic Inductive Sensor based Wireless Tongue Computer Interfacee”. [7] Rich D. Fan, September 2009, “Home Care Sip and Puff Mechanism Control”. [8] Murai A, Tottori Univ and Saitoh.T, 2009, “Voice Activated Wheelchair with Collision Avoidance using Sensor Information”. [9] Monogna, Vaishnavi and Geethanjali, 2011, “Head Movement based Assist System for Physically Challenged”. [10] Mohamod Diab, June2012, “TongueDriveWheelchair”.