SlideShare une entreprise Scribd logo
1  sur  47
TONGUE DRIVE SYSTEM

           Presented by:
                   Anagha Balakrishnan
           ER & DCI-IT,Vellayambalam
                           RollNo: 07
What is TDS?

TONGUE–OPERATED            assistive   technology for

 people    with   severe      disability   to   control

 their    environment



DEVELPOED by GT Bionics Lab
Assistive Technology ?

ASSISTIVE TECHNOLOGY is an umbrella term that

 includes assistive, adaptive, and rehabilitative devices

 for people   with disabilities and also        includes the

 process   used   in   selecting,   locating,    and using

 them.
Why Spinal Cord Injury is Fatal?

              •SPINAL CORD is located inside the spine


              •CONNECTS the brain to nerves in the

              body


              •MESSAGE travel in very high speed from


              brain to rest of the body
Cause of Spinal Cord Injury…
 SPINAL CORD
PARALYSIS          is squashed or blood circulation of

  the spinal cord is cut off, which will result in..
UNABLE to easy breath


UNABLE to feel pain or sensation


SORES on skin not being able to move around


SEXUAL dysfunction
Existing Assistive Technologies…


   Sip-and-Puff wheel chair

                               •USE air pressure to control
                               wheel chair by sipping and
                               puffing
                               •NOT good for people with
                               week breathing
   Voice activated powered wheelchair

                            •WHEN user speaks

                            commands, a microphone in a

                            throat detects the vibration of

                            vocal cord

                            •UNSTABLE for powered

                            wheelchair control in noisy
   Head control

•WHEELCHAIR controlled by

head control device

•NOT good for the

users with bad head movement

ability
Why Tongue?...
   TONGUE and mouth occupies the major part



   MUSCLE fibers in tongue is similar to heart muscle fibers



   LOW rate of Perceived Exertion



   DIRECTLY connected to the brain



   HIDDEN inside mouth will give a certain degree of privacy
TDS – Overview
TDS –Overview…
   SMALL permanent magnet pierced on the tongue


   ARRAY of Hall-effect magnetic      sensors senses
    the magnetic field


   SENSORS mounted on a dental retainer and
    attached on the outside of the teeth


   SMALL batteries are intended to power
   POWER management circuitry scans through the
    sensors and turn on one at a time


   TDM analog output are digitized, modulated and
    transmitted to the external control unit through a
    wireless link


   FROM their signals are demodulated, demultiplexed to
    extract individual sensor output


   BY processing these output command is identified
TDS Prototypes
   BUILD on a face shield


   FUNCTION is to directly emulate mouse pointing and
    selection function with the tongue movement


   SIX COMMANDS : up, down, right, left, single click &
    double click


   SSP algorithm running in background
   MAGNETIC TRACER : small, cylindrical, rare-earth
    permanent magnet


   PAIR of two-axis magnetic field sensor modules- each
    contained a pair of orthogonal magneto-inductive sensor


   THREE AXIS MODULE: used as a reference electronic
    compass to minimize the effect of external magnetic field
    interference
   CONTROL unit & reference compass hidden under face
    shield cap


   ENTIRE system was powered by a 3.3V coin-sized
    battery(CR2023)
   SENSOR output where send serially to the ultralow-
    power MSP430 microcontroller


   MICROCONTROLLER took 11 samples from each sensor


   SAMPLES are arranged in a data frame and wirelessly
    transmitted to a PC across a 2.4 GHz wireless link
    established between nRF2401 transceivers
Sensor Signal Processing algorithm
   DEVELOPED in MATLAB environments


   2 phases: Training & Testing
      •TRAINING : USES principal components analysis

      (PCA) to extract the most important features of the

      sensor output waveforms for each specific command

      •             USER repeats each of the six designated

      commands 10 times in 3-second intervals
•                     TOTAL of 12 samples (3 per sensor)

are recorded in 12-variable vectors

•                     THE PCA-based feature-extraction

algorithm calculates the eigenvectors and Eigen values

based on the 12-variable vectors

•                 THREE eigenvectors with the largest

Eigen values are then chosen to set up the feature

matrix [v1, v2, v3]
•                    BY multiplying the training vectors
with the feature matrix, the SSP algorithm forms a
cluster (class) of 10 data points from training for each
specific command


•TESTING: k-nearest neighbour (kNN) classifier is then
used in real time to evaluate the proximity of the
incoming data points to the clusters formed earlier in
the training phase
•           kNN starts at the incoming new data point

and inflates an imaginary sphere around that data point

until it contains a certain number (k) of the nearest

training data points

•           IT associates the new data point to the

command that has the majority of the training data

points inside that spherical region.
AFTER finding the intended user command,

the mouse pointer starts moving slowly in the selected

direction

             FOR faster access the user can hold his or

her tongue in the position of the issued command and

the pointer will gradually accelerate until it reaches a

certain maximum velocity
Training Session

   GRAPHICAL user interface (GUI) prompted the user to

    define each command by moving his tongue from its

    resting position to the corresponding command position

    when the command light was on and returning it back to

    the resting position when the light went off
   THIS procedure was repeated 10 times for the entire set of

    six commands plus the tongue resting position, resulting

    in a total of 70 training data points.
Implementation

        - Controlling a Powered
Wheel Chair
Block diagram & hardware component

   SYSTEM consists of the hall effect sensors (A1231),
    MSP430 microcontroller, H-Bridge driver (SN754410)
   4 ADC channels of MSP430 convert analog signals from

    sensors to digital for processing



   BASED on the processed information microcontroller

    drives the driver IC



   DRIVER IC drives the DC powered wheelchair
   SENSOR- Linear Bipolar Hall effect sensor
             TRANSDUCER which varies its output voltage in

response to changes in magnetic field


•VOLTAGE:4.5V-5.5V

•OUTPUT is an analog

voltage that vary from 0-5V

•THAT is converted to a

digital value by ADC
   H-BRIDGE DRIVER : used to drive the wheelchair



   SN7454410:BidirectionalH-Bridge driver



   5V power supply is given



   SPEED of the wheelchair is controlled by the PWM signals

    from MSP430
•4 SWITCHES


•WHEN A and D are closed, a


positive voltage applied across the


motor


•WHEN B and C are closed , voltage

is reversed, allowing reverse operation


of the motor
   DC Motors and Gear Box
•5V DC motors with a gearbox for driving

the vehicle

•USED 2 motors: Left and right

•LEFT motor at rest and right in motion

turn vehicle left and vice versa

•FOR forward and backward motion both

the motors are driven in same direction

with same speed
Software Components
   ADC10(Analog to Digital converter)

    •MSP430G2252 has 8 ADC channels of 10 bit each


    •ADC10 convert the analog signal from the sensor into digital


    value


    •WE get the value ranging from 0-1023
   Pulse Width Modulation

     •MODULATING technique which generates variable width

     pulses is used to vary the speed of the motor
   Algorithm

     •ROUND ROBIN algorithm that implements polling technique

     •SENSOR values are always read one after other in a continuous

     loop

     •FEW threshold values set for each sensor

     •IF reading from sensors reaches the threshold value program

     triggers the change of state
   S1 & S2 front sensor , S3 & S4 back sensors



   WHITE circle in the middle- resting position of tongue



   DIFFERENT flag values for each sensor



   IF sensor is high, then the flag value remains high until

    the operation is performed, then it is reset again
   f1 - S1 > 750 // forward


   f2 - S2 > 600 // backward


   f3 - S3 > 700 // speed increase


   f4 - S4 > 700 // speed decrease


   f5 - S1 > 600 & S3 > 600 // turn left


   f6 - S2 > 600 & S4 > 600 // turn right
Advantages
   SIMPLE to implement , low cost, easy to operate
    flexible


   NO surgery needed


   OFFERS better privacy to the user
Drawbacks

   USERS should avoid inserting ferromagnetic objects in

    their mouth



   MAGNETIC tracer should be removed if the user is

    undergoing MRI
QUESTION TIME
Tongue drive system

Contenu connexe

Tendances

Computer control using hand gestures
Computer control using hand gesturesComputer control using hand gestures
Computer control using hand gesturesRohithND
 
Touchless technology Seminar Presentation
Touchless technology Seminar PresentationTouchless technology Seminar Presentation
Touchless technology Seminar PresentationAparna Nk
 
Micro electronic pill
Micro electronic pillMicro electronic pill
Micro electronic pillSajan CK
 
Micro Electronic Pill Seminar Report
Micro Electronic Pill Seminar ReportMicro Electronic Pill Seminar Report
Micro Electronic Pill Seminar ReportSajan CK
 
Finger reader thesis and seminar report
Finger reader thesis and seminar reportFinger reader thesis and seminar report
Finger reader thesis and seminar reportSarvesh Meena
 
Skinput technology
Skinput technologySkinput technology
Skinput technologyneha pevekar
 
micro electronic capsule
micro electronic capsulemicro electronic capsule
micro electronic capsuleMuhammedAslam77
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTDr. Amarjeet Singh
 
ppt of gesture recognition
ppt of gesture recognitionppt of gesture recognition
ppt of gesture recognitionAayush Agrawal
 
Mind reading computer ppt
Mind reading computer pptMind reading computer ppt
Mind reading computer pptTarun tyagi
 
Electronic' skin monitors heart, brain function
Electronic' skin monitors heart, brain functionElectronic' skin monitors heart, brain function
Electronic' skin monitors heart, brain functioncmr cet
 
EyeRing PowerPoint Presentation
EyeRing PowerPoint PresentationEyeRing PowerPoint Presentation
EyeRing PowerPoint PresentationPriyad S Naidu
 

Tendances (20)

Computer control using hand gestures
Computer control using hand gesturesComputer control using hand gestures
Computer control using hand gestures
 
Touchless technology Seminar Presentation
Touchless technology Seminar PresentationTouchless technology Seminar Presentation
Touchless technology Seminar Presentation
 
Micro Electronic capsule
Micro Electronic capsuleMicro Electronic capsule
Micro Electronic capsule
 
final project ppt
final project pptfinal project ppt
final project ppt
 
Micro electronic pill
Micro electronic pillMicro electronic pill
Micro electronic pill
 
Finger reader
Finger readerFinger reader
Finger reader
 
Micro Electronic Pill Seminar Report
Micro Electronic Pill Seminar ReportMicro Electronic Pill Seminar Report
Micro Electronic Pill Seminar Report
 
Finger reader thesis and seminar report
Finger reader thesis and seminar reportFinger reader thesis and seminar report
Finger reader thesis and seminar report
 
Utility fog ppt
Utility fog pptUtility fog ppt
Utility fog ppt
 
gesture-recognition
gesture-recognitiongesture-recognition
gesture-recognition
 
Clockless chips
Clockless chipsClockless chips
Clockless chips
 
Skinput technology
Skinput technologySkinput technology
Skinput technology
 
micro electronic capsule
micro electronic capsulemicro electronic capsule
micro electronic capsule
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOT
 
GSM-BASED-HOME-AUTOMATION-PPT
GSM-BASED-HOME-AUTOMATION-PPTGSM-BASED-HOME-AUTOMATION-PPT
GSM-BASED-HOME-AUTOMATION-PPT
 
Microelectronic pill
Microelectronic pill Microelectronic pill
Microelectronic pill
 
ppt of gesture recognition
ppt of gesture recognitionppt of gesture recognition
ppt of gesture recognition
 
Mind reading computer ppt
Mind reading computer pptMind reading computer ppt
Mind reading computer ppt
 
Electronic' skin monitors heart, brain function
Electronic' skin monitors heart, brain functionElectronic' skin monitors heart, brain function
Electronic' skin monitors heart, brain function
 
EyeRing PowerPoint Presentation
EyeRing PowerPoint PresentationEyeRing PowerPoint Presentation
EyeRing PowerPoint Presentation
 

En vedette

Automobile theft identification using gps
Automobile theft identification using gpsAutomobile theft identification using gps
Automobile theft identification using gpsPvrtechnologies Nellore
 
Dissection of frog
Dissection of frogDissection of frog
Dissection of frogAllen Beato
 
External anatomy of a frog
External anatomy of a frogExternal anatomy of a frog
External anatomy of a frogNikki Villarete
 
Label free and reagentless electrochemical detection of micro rn-as using a c...
Label free and reagentless electrochemical detection of micro rn-as using a c...Label free and reagentless electrochemical detection of micro rn-as using a c...
Label free and reagentless electrochemical detection of micro rn-as using a c...hbrothers
 
TONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIR
TONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIRTONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIR
TONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIRIJARIDEA Journal
 
Magneto optics applications
Magneto optics applicationsMagneto optics applications
Magneto optics applicationsMarco Koschny
 
Materials For Pns Nerve Regenration
Materials For Pns Nerve RegenrationMaterials For Pns Nerve Regenration
Materials For Pns Nerve RegenrationSriram8587
 
SAESC fundraising presentation: writing effective proposals 4 feb 2013
SAESC fundraising presentation: writing effective proposals 4 feb 2013SAESC fundraising presentation: writing effective proposals 4 feb 2013
SAESC fundraising presentation: writing effective proposals 4 feb 2013kaleylemottee
 
Artificial silicon retina main
Artificial silicon retina mainArtificial silicon retina main
Artificial silicon retina mainRahul Gupta
 
Functions of the frogs body systems
Functions of the frogs body systemsFunctions of the frogs body systems
Functions of the frogs body systemsTaniaMackey
 
Amphibians ppt 1-1 10-3 mila satchansky lewbina
Amphibians ppt 1-1 10-3 mila satchansky lewbinaAmphibians ppt 1-1 10-3 mila satchansky lewbina
Amphibians ppt 1-1 10-3 mila satchansky lewbinaMrJewett
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control systemAnkush Jamthikar
 

En vedette (20)

Tounge drive system
Tounge drive systemTounge drive system
Tounge drive system
 
Rover technology.ppt
Rover technology.pptRover technology.ppt
Rover technology.ppt
 
Team7 report
Team7 reportTeam7 report
Team7 report
 
Automobile theft identification using gps
Automobile theft identification using gpsAutomobile theft identification using gps
Automobile theft identification using gps
 
Dissection of frog
Dissection of frogDissection of frog
Dissection of frog
 
External anatomy of a frog
External anatomy of a frogExternal anatomy of a frog
External anatomy of a frog
 
Label free and reagentless electrochemical detection of micro rn-as using a c...
Label free and reagentless electrochemical detection of micro rn-as using a c...Label free and reagentless electrochemical detection of micro rn-as using a c...
Label free and reagentless electrochemical detection of micro rn-as using a c...
 
Peanut Allergy 2009
Peanut Allergy 2009Peanut Allergy 2009
Peanut Allergy 2009
 
TONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIR
TONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIRTONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIR
TONGUE DRIVE SYSTEM (TDS) OPERATED PATIENT FRIENDLY WHEEL CHAIR
 
Magneto optics applications
Magneto optics applicationsMagneto optics applications
Magneto optics applications
 
Rover technology
Rover technologyRover technology
Rover technology
 
Materials For Pns Nerve Regenration
Materials For Pns Nerve RegenrationMaterials For Pns Nerve Regenration
Materials For Pns Nerve Regenration
 
SAESC fundraising presentation: writing effective proposals 4 feb 2013
SAESC fundraising presentation: writing effective proposals 4 feb 2013SAESC fundraising presentation: writing effective proposals 4 feb 2013
SAESC fundraising presentation: writing effective proposals 4 feb 2013
 
Artificial silicon retina main
Artificial silicon retina mainArtificial silicon retina main
Artificial silicon retina main
 
Functions of the frogs body systems
Functions of the frogs body systemsFunctions of the frogs body systems
Functions of the frogs body systems
 
Amphibians ppt 1-1 10-3 mila satchansky lewbina
Amphibians ppt 1-1 10-3 mila satchansky lewbinaAmphibians ppt 1-1 10-3 mila satchansky lewbina
Amphibians ppt 1-1 10-3 mila satchansky lewbina
 
ELECTRONIC TATTOO
ELECTRONIC TATTOOELECTRONIC TATTOO
ELECTRONIC TATTOO
 
ARITIFICIAL RETINAa
ARITIFICIAL RETINAaARITIFICIAL RETINAa
ARITIFICIAL RETINAa
 
Frog presenation
Frog presenationFrog presenation
Frog presenation
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control system
 

Similaire à Tongue drive system

accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...Shareef Dudekula
 
accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...Shareef Dudekula
 
New microsoft word document
New microsoft word documentNew microsoft word document
New microsoft word documentnarmatha1995
 
New technology Brain Control Artificial Leg
New technology Brain Control Artificial LegNew technology Brain Control Artificial Leg
New technology Brain Control Artificial Legtauqeer199
 
Brain controlled artificial robotic legs
Brain controlled artificial robotic legsBrain controlled artificial robotic legs
Brain controlled artificial robotic legschakri218
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blindsAmbikaR4
 
Brain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial IntelligenceBrain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial IntelligenceRamya Mk
 
Interfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc usInterfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc usKushagra Ganeriwal
 
Physical prototyping lab5-complex_sensors
Physical prototyping lab5-complex_sensorsPhysical prototyping lab5-complex_sensors
Physical prototyping lab5-complex_sensorsTony Olsson.
 
Self Obstacle Avoiding Rover
Self Obstacle Avoiding RoverSelf Obstacle Avoiding Rover
Self Obstacle Avoiding RoverEmam Hasan
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATETechno Electronics
 
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
 
EEG Acquisition Device to Control Wheelchair Using Thoughts
EEG Acquisition Device to Control Wheelchair Using ThoughtsEEG Acquisition Device to Control Wheelchair Using Thoughts
EEG Acquisition Device to Control Wheelchair Using ThoughtsVivek chan
 
7th sence brain gate system
7th sence brain gate system7th sence brain gate system
7th sence brain gate systemPrakash Kumar
 
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEOBCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEOHarathi Devi Nalla
 

Similaire à Tongue drive system (20)

accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...
 
accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...
 
New microsoft word document
New microsoft word documentNew microsoft word document
New microsoft word document
 
iot contest file
iot contest fileiot contest file
iot contest file
 
New technology Brain Control Artificial Leg
New technology Brain Control Artificial LegNew technology Brain Control Artificial Leg
New technology Brain Control Artificial Leg
 
Brain controlled artificial robotic legs
Brain controlled artificial robotic legsBrain controlled artificial robotic legs
Brain controlled artificial robotic legs
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
 
Brain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial IntelligenceBrain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial Intelligence
 
Interfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc usInterfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc us
 
Physical prototyping lab5-complex_sensors
Physical prototyping lab5-complex_sensorsPhysical prototyping lab5-complex_sensors
Physical prototyping lab5-complex_sensors
 
Brainwave starter Kit- Brain computer interface
Brainwave starter Kit- Brain computer interfaceBrainwave starter Kit- Brain computer interface
Brainwave starter Kit- Brain computer interface
 
Self Obstacle Avoiding Rover
Self Obstacle Avoiding RoverSelf Obstacle Avoiding Rover
Self Obstacle Avoiding Rover
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATE
 
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...
 
EEG Acquisition Device to Control Wheelchair Using Thoughts
EEG Acquisition Device to Control Wheelchair Using ThoughtsEEG Acquisition Device to Control Wheelchair Using Thoughts
EEG Acquisition Device to Control Wheelchair Using Thoughts
 
7th sence brain gate system
7th sence brain gate system7th sence brain gate system
7th sence brain gate system
 
Zeroth review.ppt
Zeroth review.pptZeroth review.ppt
Zeroth review.ppt
 
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEOBCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
BCI FOR PARALYSES PATIENT CONVERTING AUDIO TO VIDEO
 
Motion_ppt_final[1].pptx
Motion_ppt_final[1].pptxMotion_ppt_final[1].pptx
Motion_ppt_final[1].pptx
 
Hand motion based_wheelchair
Hand motion based_wheelchairHand motion based_wheelchair
Hand motion based_wheelchair
 

Dernier

Call Girls Raipur Just Call 9630942363 Top Class Call Girl Service Available
Call Girls Raipur Just Call 9630942363 Top Class Call Girl Service AvailableCall Girls Raipur Just Call 9630942363 Top Class Call Girl Service Available
Call Girls Raipur Just Call 9630942363 Top Class Call Girl Service AvailableGENUINE ESCORT AGENCY
 
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...GENUINE ESCORT AGENCY
 
Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...
Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...
Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...hotbabesbook
 
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service AvailableDipal Arora
 
Call Girls Guntur Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Guntur  Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Guntur  Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Guntur Just Call 8250077686 Top Class Call Girl Service AvailableDipal Arora
 
Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...
Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...
Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...hotbabesbook
 
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...jageshsingh5554
 
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋TANUJA PANDEY
 
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...aartirawatdelhi
 
Call Girls Kakinada Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Kakinada Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Kakinada Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Kakinada Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...Dipal Arora
 
Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...
Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...
Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...adilkhan87451
 
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...chandars293
 
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service AvailableDipal Arora
 
Russian Call Girls Service Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...
Russian Call Girls Service  Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...Russian Call Girls Service  Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...
Russian Call Girls Service Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...parulsinha
 
Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟ 9332606886 ⟟ Call Me For G...
Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟  9332606886 ⟟ Call Me For G...Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟  9332606886 ⟟ Call Me For G...
Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟ 9332606886 ⟟ Call Me For G...narwatsonia7
 
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...GENUINE ESCORT AGENCY
 
Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...
Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...
Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...Dipal Arora
 
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In AhmedabadGENUINE ESCORT AGENCY
 

Dernier (20)

Call Girls Raipur Just Call 9630942363 Top Class Call Girl Service Available
Call Girls Raipur Just Call 9630942363 Top Class Call Girl Service AvailableCall Girls Raipur Just Call 9630942363 Top Class Call Girl Service Available
Call Girls Raipur Just Call 9630942363 Top Class Call Girl Service Available
 
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
 
Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...
Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...
Model Call Girls In Chennai WhatsApp Booking 7427069034 call girl service 24 ...
 
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
 
Call Girls Guntur Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Guntur  Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Guntur  Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Guntur Just Call 8250077686 Top Class Call Girl Service Available
 
Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...
Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...
Night 7k to 12k Chennai City Center Call Girls 👉👉 7427069034⭐⭐ 100% Genuine E...
 
Call Girls in Gagan Vihar (delhi) call me [🔝 9953056974 🔝] escort service 24X7
Call Girls in Gagan Vihar (delhi) call me [🔝  9953056974 🔝] escort service 24X7Call Girls in Gagan Vihar (delhi) call me [🔝  9953056974 🔝] escort service 24X7
Call Girls in Gagan Vihar (delhi) call me [🔝 9953056974 🔝] escort service 24X7
 
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
 
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
 
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
 
Call Girls Kakinada Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Kakinada Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Kakinada Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Kakinada Just Call 9907093804 Top Class Call Girl Service Available
 
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
 
Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...
Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...
Russian Call Girls Lucknow Just Call 👉👉7877925207 Top Class Call Girl Service...
 
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 9332606886 𖠋 Will You Mis...
 
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
 
Russian Call Girls Service Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...
Russian Call Girls Service  Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...Russian Call Girls Service  Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...
Russian Call Girls Service Jaipur {8445551418} ❤️PALLAVI VIP Jaipur Call Gir...
 
Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟ 9332606886 ⟟ Call Me For G...
Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟  9332606886 ⟟ Call Me For G...Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟  9332606886 ⟟ Call Me For G...
Top Rated Bangalore Call Girls Ramamurthy Nagar ⟟ 9332606886 ⟟ Call Me For G...
 
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
 
Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...
Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...
Best Rate (Patna ) Call Girls Patna ⟟ 8617370543 ⟟ High Class Call Girl In 5 ...
 
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
 

Tongue drive system

  • 1. TONGUE DRIVE SYSTEM Presented by: Anagha Balakrishnan ER & DCI-IT,Vellayambalam RollNo: 07
  • 2. What is TDS? TONGUE–OPERATED assistive technology for people with severe disability to control their environment DEVELPOED by GT Bionics Lab
  • 3. Assistive Technology ? ASSISTIVE TECHNOLOGY is an umbrella term that includes assistive, adaptive, and rehabilitative devices for people with disabilities and also includes the process used in selecting, locating, and using them.
  • 4. Why Spinal Cord Injury is Fatal? •SPINAL CORD is located inside the spine •CONNECTS the brain to nerves in the body •MESSAGE travel in very high speed from brain to rest of the body
  • 5. Cause of Spinal Cord Injury…  SPINAL CORD PARALYSIS is squashed or blood circulation of the spinal cord is cut off, which will result in.. UNABLE to easy breath UNABLE to feel pain or sensation SORES on skin not being able to move around SEXUAL dysfunction
  • 6. Existing Assistive Technologies…  Sip-and-Puff wheel chair •USE air pressure to control wheel chair by sipping and puffing •NOT good for people with week breathing
  • 7. Voice activated powered wheelchair •WHEN user speaks commands, a microphone in a throat detects the vibration of vocal cord •UNSTABLE for powered wheelchair control in noisy
  • 8. Head control •WHEELCHAIR controlled by head control device •NOT good for the users with bad head movement ability
  • 10. TONGUE and mouth occupies the major part  MUSCLE fibers in tongue is similar to heart muscle fibers  LOW rate of Perceived Exertion  DIRECTLY connected to the brain  HIDDEN inside mouth will give a certain degree of privacy
  • 12. TDS –Overview…  SMALL permanent magnet pierced on the tongue  ARRAY of Hall-effect magnetic sensors senses the magnetic field  SENSORS mounted on a dental retainer and attached on the outside of the teeth  SMALL batteries are intended to power
  • 13. POWER management circuitry scans through the sensors and turn on one at a time  TDM analog output are digitized, modulated and transmitted to the external control unit through a wireless link  FROM their signals are demodulated, demultiplexed to extract individual sensor output  BY processing these output command is identified
  • 15. BUILD on a face shield  FUNCTION is to directly emulate mouse pointing and selection function with the tongue movement  SIX COMMANDS : up, down, right, left, single click & double click  SSP algorithm running in background
  • 16. MAGNETIC TRACER : small, cylindrical, rare-earth permanent magnet  PAIR of two-axis magnetic field sensor modules- each contained a pair of orthogonal magneto-inductive sensor  THREE AXIS MODULE: used as a reference electronic compass to minimize the effect of external magnetic field interference
  • 17. CONTROL unit & reference compass hidden under face shield cap  ENTIRE system was powered by a 3.3V coin-sized battery(CR2023)
  • 18.
  • 19. SENSOR output where send serially to the ultralow- power MSP430 microcontroller  MICROCONTROLLER took 11 samples from each sensor  SAMPLES are arranged in a data frame and wirelessly transmitted to a PC across a 2.4 GHz wireless link established between nRF2401 transceivers
  • 20. Sensor Signal Processing algorithm  DEVELOPED in MATLAB environments  2 phases: Training & Testing •TRAINING : USES principal components analysis (PCA) to extract the most important features of the sensor output waveforms for each specific command • USER repeats each of the six designated commands 10 times in 3-second intervals
  • 21. TOTAL of 12 samples (3 per sensor) are recorded in 12-variable vectors • THE PCA-based feature-extraction algorithm calculates the eigenvectors and Eigen values based on the 12-variable vectors • THREE eigenvectors with the largest Eigen values are then chosen to set up the feature matrix [v1, v2, v3]
  • 22. BY multiplying the training vectors with the feature matrix, the SSP algorithm forms a cluster (class) of 10 data points from training for each specific command •TESTING: k-nearest neighbour (kNN) classifier is then used in real time to evaluate the proximity of the incoming data points to the clusters formed earlier in the training phase
  • 23. kNN starts at the incoming new data point and inflates an imaginary sphere around that data point until it contains a certain number (k) of the nearest training data points • IT associates the new data point to the command that has the majority of the training data points inside that spherical region.
  • 24. AFTER finding the intended user command, the mouse pointer starts moving slowly in the selected direction FOR faster access the user can hold his or her tongue in the position of the issued command and the pointer will gradually accelerate until it reaches a certain maximum velocity
  • 25. Training Session  GRAPHICAL user interface (GUI) prompted the user to define each command by moving his tongue from its resting position to the corresponding command position when the command light was on and returning it back to the resting position when the light went off
  • 26. THIS procedure was repeated 10 times for the entire set of six commands plus the tongue resting position, resulting in a total of 70 training data points.
  • 27. Implementation - Controlling a Powered Wheel Chair
  • 28.
  • 29.
  • 30. Block diagram & hardware component  SYSTEM consists of the hall effect sensors (A1231), MSP430 microcontroller, H-Bridge driver (SN754410)
  • 31. 4 ADC channels of MSP430 convert analog signals from sensors to digital for processing  BASED on the processed information microcontroller drives the driver IC  DRIVER IC drives the DC powered wheelchair
  • 32. SENSOR- Linear Bipolar Hall effect sensor TRANSDUCER which varies its output voltage in response to changes in magnetic field •VOLTAGE:4.5V-5.5V •OUTPUT is an analog voltage that vary from 0-5V •THAT is converted to a digital value by ADC
  • 33. H-BRIDGE DRIVER : used to drive the wheelchair  SN7454410:BidirectionalH-Bridge driver  5V power supply is given  SPEED of the wheelchair is controlled by the PWM signals from MSP430
  • 34. •4 SWITCHES •WHEN A and D are closed, a positive voltage applied across the motor •WHEN B and C are closed , voltage is reversed, allowing reverse operation of the motor
  • 35. DC Motors and Gear Box •5V DC motors with a gearbox for driving the vehicle •USED 2 motors: Left and right •LEFT motor at rest and right in motion turn vehicle left and vice versa •FOR forward and backward motion both the motors are driven in same direction with same speed
  • 36. Software Components  ADC10(Analog to Digital converter) •MSP430G2252 has 8 ADC channels of 10 bit each •ADC10 convert the analog signal from the sensor into digital value •WE get the value ranging from 0-1023
  • 37.
  • 38. Pulse Width Modulation •MODULATING technique which generates variable width pulses is used to vary the speed of the motor
  • 39. Algorithm •ROUND ROBIN algorithm that implements polling technique •SENSOR values are always read one after other in a continuous loop •FEW threshold values set for each sensor •IF reading from sensors reaches the threshold value program triggers the change of state
  • 40.
  • 41. S1 & S2 front sensor , S3 & S4 back sensors  WHITE circle in the middle- resting position of tongue  DIFFERENT flag values for each sensor  IF sensor is high, then the flag value remains high until the operation is performed, then it is reset again
  • 42. f1 - S1 > 750 // forward  f2 - S2 > 600 // backward  f3 - S3 > 700 // speed increase  f4 - S4 > 700 // speed decrease  f5 - S1 > 600 & S3 > 600 // turn left  f6 - S2 > 600 & S4 > 600 // turn right
  • 43. Advantages  SIMPLE to implement , low cost, easy to operate flexible  NO surgery needed  OFFERS better privacy to the user
  • 44. Drawbacks  USERS should avoid inserting ferromagnetic objects in their mouth  MAGNETIC tracer should be removed if the user is undergoing MRI
  • 45.