SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3403
STUDY OF EMG SENSOR BASED SERVO MOTOR POSITION CONTROL
Sundara Mahalingam. V1
1Assistant Professor, Department of Mechatronics Engineering, SKCET, Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The word electromyography represent the study of electrical energy polarization signal generated in the skeletal
muscles of the human body. This signals from the skeletal muscles are more helpful for Limblostpersonstogetrehabilitationfrom
their disabilities. Who lost their limbs due injuries, including from traffic accidents and militarycombat, Cancer, Birth defects. This
study talks about using an electromyography sensor to control the servo motor position for the initiation of prosthetic limb
development.
Key Words: Electromyography, Skeletal Muscles, Rehabilitation, Prosthetic limb.
1. INTRODUCTION
Amputation the word describes the loss of limb from the human body due to trauma, Medical illness or surgery. The
amputation in human nowadays slowly removing by a technology called prosthesis. It means replacing the lost part of the
human body with artificial limb. The purpose prosthesis is to gain the gait movement of body part after the loss.
Fig -1: Muscle signal based prosthetic arm
1.1 Electromyography (EMG)
It is technique to collect the information of movement in a muscle. It is based on simple fact that whenever the muscle
contracts,a burst of electrical activity is generatedwhichpropagatesthroughadjacenttissueandboneandcanberecordedfrom
neighboring skin area.
Fig -2: EMG Sensor & Electrodes
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3404
1.2 How do muscles move?
The process begins from brain. Prompting muscle movements start in the motor cortex, where series of action potential
signals to the spinal cord & the information about the movement is transported to the particular muscle via motor neurons.
The above signal is initiated at upper motor neurons that bring the signal tolowermotorneurons. Thelowermotor neurons
are the actual initiators of muscle movement, as they innervate the muscle directly at the neuromuscular junction. This
innervation origins the discharge of Calcium ions within the muscle, eventually creating a mechanical change in the tension of
the muscle. Muscle tension & contraction involves depolarization (a change in the electrochemical gradient),this difference in
voltage potential can be detected by EMG sensor & initiated the actuator movement of prosthetic limb.
Fig -3: Muscle Tension & Contraction
2. OBJECTIVE OF THE STUDY
The EMG Activity is linearly correlated to the quantity of muscle contraction along with the recorded voltage. By using this
voltage signal a servo motor position will controlled.
3. CIRCUIT DIAGRAM
In EMG Sensor required Positive & Negative reference voltage. Therefore two power source are required because the sensor
has a maximum operating voltage of ±18V,
Fig -4: EMG Sensor & Arduino connection
Whenever the arm flexes, the servo motor need to turn 180 & should be indicate by buzzer & LED. Digital Pin 3, 10, and 11 are
taken as output for actuating those deices.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3405
Fig -5: Servo Motor, Buzzer, LED – Arduino Connection
3. ARDUINO PROGRAM
The following program illustrate the position control of servo motor through Arduino atmega controller.
Table -1: Arduino Program
#include <Servo.h>
//Threshold for servo motor control with muscle sensor.
//You can set a threshold according to the maximum and minimum values of the muscle sensor.
#define THRESHOLD 250
//Pin number where the sensor is connected. (Analog 0)
#define EMG_PIN 0
//Pin number where the servo motor is connected. (Digital PWM 3)
#define SERVO_PIN 3
//Define Servo motor
Servo SERVO_1;
int ledPin1 = 11; // Attach led to pin 11.
int Buzzer = 10; // Attach Buzzer to pin 10.
/*-------------------------------- void setup ------------------------------------------------*/
void setup(){
//BAUDRATE set to 115200, remember it to set monitor serial properly.
//Used this Baud Rate and "NL&CR" option to visualize the values correctly.
Serial.begin(115200);
//Set servo motor to digital pin 3
SERVO_1.attach(SERVO_PIN);
pinMode (ledPin1, OUTPUT); // sets the led pin1 11 up as an output.
pinMode (Buzzer, OUTPUT); // Sets the Buzzer pin 10 up as an output.
}
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3406
/*-------------------------------- void loop ------------------------------------------------*/
void loop(){
//The "Value" variable reads the value from the analog pin to which the sensor is connected.
int value = analogRead(EMG_PIN);
//If the sensor value is GREATER than the THRESHOLD, the servo motor will turn to 170 degrees.
if(value > THRESHOLD){
SERVO_1.write(180);
}
//If the sensor is LESS than the THRESHOLD, the servo motor will turn to 10 degrees.
else{
SERVO_1.write(0);
}
//If the sensor value is greater than the THRESHOLD, the LED & Buzzer turns on.
if (value > THRESHOLD) // creates bool expression for analyzation. if it evaluates to true,
{
digitalWrite (ledPin1, HIGH); // turns on Red Led.
digitalWrite (Buzzer, HIGH); // turns on Buzzer.
}
else // if the if equation evaluates to false the else statement will execute.
{
digitalWrite (ledPin1, LOW); // turns off Red Led.
digitalWrite (Buzzer, LOW); // turns Off Buzzer.
}
delay(500);
//You can use serial monitor to set THRESHOLD properly, comparing the values shown when you open and close your hand.
Serial.println(value);
}
4. HARWARE RESULTS
The position control of servo will takes place by Arduino. The results of the actuation are shown below.
4.1 Arm none flex condition
When the arm is in Non-flex condition the servo motor positionwillbeinzerodegree& LED,Buzzerareturnoffconditionfor
the voltage depolarization in the forearm muscle gives the frequency rise up 162Hz.
Fig -6: Servo Motor “0 Degree position” at forearm None Flex condition
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3407
Fig -7: Serial monitor display 162 Hz frequency value during forearm None Flex condition
4.2 Arm flex condition
When the arm is in flex condition the servo motor position will turn 180 degree & LED, Buzzer are comes to ON state.
Fig -8: Servo Motor “180 Degree position” at forearm flex condition
Fig -9: Serial monitor display greater than 350Hz Frequency value during forearm Flex condition
Fig -10: Serial plot display frequency oscillation between 162 to 400 Hz during forearm flex & none flex condition.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3408
5. CONCLUSION
The study of EMG sensor based servo motor position controlled successfully validated for the forearm skeletal muscle action
potential signal, through the help of Arduino controller. In future the study further developed for prostheticarmdevelopment
for amputee lost person.
ACKNOWLEDGEMENT
I express my deep sense of gratitude to my Mentor Dr.P.Balamurugan Professor & Head Department of Mechatronics
Engineering and our principle Dr.J.Janet for inspiring guidance & encouragement, which has enabled me to do this work.
REFERENCES
[1] Amane Koizumi, Osamu Nagata, Morio Togawa, Toshiyuki Saso, “The Muscle Sensor for an on – site neurosciencelectures
to pave the way for a better understanding of brain – Machine – interface research ” NeuroscienceResearch78(2014)95-
99
[2] Ambily Francis, Neema Mohan,Reshma Roy,“Multi-TaskingEMGControlledroboticarm”International journal ofAdvanced
Research in Compuetr & Communication Engineering, Vol.6 Special Issue 4, March 2017.
[3] A.Beneteau, G.Di Caterina, L.Petropoulakis, J.J.Soraghan “Low-Cost Wireless Surface EMG Sensor Using the MSP 430
Microcontroller,” European Embedded Design in Education and Research, 2014
BIOGRAPHIES
Act as an Assistant Professor to
follow pedagogy way of Teaching
Profession & An Enthusiastic
researcher for future prosthetic
limb

More Related Content

What's hot

Microcontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyMicrocontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyeSAT Journals
 
IRJET - Electromagnetic Accident Avoiding System
IRJET -  	  Electromagnetic Accident Avoiding SystemIRJET -  	  Electromagnetic Accident Avoiding System
IRJET - Electromagnetic Accident Avoiding SystemIRJET Journal
 
IRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET Journal
 
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...
IRJET- Development of Intelligent Accelerometer and its Implementation wi...IRJET Journal
 
IoT Based EMG Monitoring System
IoT Based EMG Monitoring SystemIoT Based EMG Monitoring System
IoT Based EMG Monitoring SystemIRJET Journal
 
IRJET- Protection of Three Phase Induction Motor using Microcontroller
IRJET- Protection of Three Phase Induction Motor using MicrocontrollerIRJET- Protection of Three Phase Induction Motor using Microcontroller
IRJET- Protection of Three Phase Induction Motor using MicrocontrollerIRJET Journal
 
Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...chandan kumar
 
IRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoTIRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoTIRJET Journal
 
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...Neeraj Khatri
 
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Hariharan L
 
automatic braking system and brake actuation before collison
automatic braking system and brake actuation before collisonautomatic braking system and brake actuation before collison
automatic braking system and brake actuation before collisonashutosh singh
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robotIRJET Journal
 
Wireless gesture controlled robot
Wireless gesture controlled robotWireless gesture controlled robot
Wireless gesture controlled robotVIBEK MAURYA
 
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET Journal
 
Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Muhammad Ahkam Khan
 

What's hot (19)

Microcontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyMicrocontroller based smart wear for driver safety
Microcontroller based smart wear for driver safety
 
IRJET - Electromagnetic Accident Avoiding System
IRJET -  	  Electromagnetic Accident Avoiding SystemIRJET -  	  Electromagnetic Accident Avoiding System
IRJET - Electromagnetic Accident Avoiding System
 
IRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two Wheelers
 
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
 
IoT Based EMG Monitoring System
IoT Based EMG Monitoring SystemIoT Based EMG Monitoring System
IoT Based EMG Monitoring System
 
IRJET- Protection of Three Phase Induction Motor using Microcontroller
IRJET- Protection of Three Phase Induction Motor using MicrocontrollerIRJET- Protection of Three Phase Induction Motor using Microcontroller
IRJET- Protection of Three Phase Induction Motor using Microcontroller
 
Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...
 
IRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoTIRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoT
 
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
 
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
 
my anti t.a.s
my anti t.a.smy anti t.a.s
my anti t.a.s
 
automatic braking system and brake actuation before collison
automatic braking system and brake actuation before collisonautomatic braking system and brake actuation before collison
automatic braking system and brake actuation before collison
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 
Wireless gesture controlled robot
Wireless gesture controlled robotWireless gesture controlled robot
Wireless gesture controlled robot
 
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
 
Automatic street light based on vehicles movement report
Automatic street light based on vehicles movement reportAutomatic street light based on vehicles movement report
Automatic street light based on vehicles movement report
 
Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)
 
Zeroth review.ppt
Zeroth review.pptZeroth review.ppt
Zeroth review.ppt
 
Robochair
RobochairRobochair
Robochair
 

Similar to IRJET- Study of Emg Sensor based Servo Motor Position Control

IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET Journal
 
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORINGIOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORINGIRJET Journal
 
IRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using ArduinoIRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using ArduinoIRJET Journal
 
Dish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteDish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteIRJET Journal
 
IRJET-Piezo as Vibration Sensor using Amplifier Circuit
IRJET-Piezo as Vibration Sensor using Amplifier CircuitIRJET-Piezo as Vibration Sensor using Amplifier Circuit
IRJET-Piezo as Vibration Sensor using Amplifier CircuitIRJET Journal
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
IRJET- Arduino Controlled Automatic Pneumatic Bumper System
IRJET- Arduino Controlled Automatic Pneumatic Bumper SystemIRJET- Arduino Controlled Automatic Pneumatic Bumper System
IRJET- Arduino Controlled Automatic Pneumatic Bumper SystemIRJET Journal
 
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...IRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
Dish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteDish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteIRJET Journal
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationeSAT Publishing House
 
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI ControllerIRJET Journal
 
IRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting SportsIRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting SportsIRJET Journal
 
IRJET - Footstep Power Generation using Piezo Electric Sensor
IRJET -  	  Footstep Power Generation using Piezo Electric SensorIRJET -  	  Footstep Power Generation using Piezo Electric Sensor
IRJET - Footstep Power Generation using Piezo Electric SensorIRJET 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
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemIRJET Journal
 
PIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsPIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsIRJET Journal
 
Condition based monitoring of rotating machines using piezoelectric material
Condition based monitoring of rotating machines using piezoelectric materialCondition based monitoring of rotating machines using piezoelectric material
Condition based monitoring of rotating machines using piezoelectric materialeSAT Publishing House
 

Similar to IRJET- Study of Emg Sensor based Servo Motor Position Control (20)

IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
 
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORINGIOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
 
IRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using ArduinoIRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using Arduino
 
Dish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteDish Positioning By Using IR Remote
Dish Positioning By Using IR Remote
 
IRJET-Piezo as Vibration Sensor using Amplifier Circuit
IRJET-Piezo as Vibration Sensor using Amplifier CircuitIRJET-Piezo as Vibration Sensor using Amplifier Circuit
IRJET-Piezo as Vibration Sensor using Amplifier Circuit
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
IRJET- Arduino Controlled Automatic Pneumatic Bumper System
IRJET- Arduino Controlled Automatic Pneumatic Bumper SystemIRJET- Arduino Controlled Automatic Pneumatic Bumper System
IRJET- Arduino Controlled Automatic Pneumatic Bumper System
 
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Dish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteDish Positioning By Using IR Remote
Dish Positioning By Using IR Remote
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
 
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
 
IRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting SportsIRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting Sports
 
IRJET - Footstep Power Generation using Piezo Electric Sensor
IRJET -  	  Footstep Power Generation using Piezo Electric SensorIRJET -  	  Footstep Power Generation using Piezo Electric Sensor
IRJET - Footstep Power Generation using Piezo Electric Sensor
 
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
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation System
 
PIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsPIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using Sensors
 
Condition based monitoring of rotating machines using piezoelectric material
Condition based monitoring of rotating machines using piezoelectric materialCondition based monitoring of rotating machines using piezoelectric material
Condition based monitoring of rotating machines using piezoelectric material
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 

Recently uploaded (20)

Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 

IRJET- Study of Emg Sensor based Servo Motor Position Control

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3403 STUDY OF EMG SENSOR BASED SERVO MOTOR POSITION CONTROL Sundara Mahalingam. V1 1Assistant Professor, Department of Mechatronics Engineering, SKCET, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The word electromyography represent the study of electrical energy polarization signal generated in the skeletal muscles of the human body. This signals from the skeletal muscles are more helpful for Limblostpersonstogetrehabilitationfrom their disabilities. Who lost their limbs due injuries, including from traffic accidents and militarycombat, Cancer, Birth defects. This study talks about using an electromyography sensor to control the servo motor position for the initiation of prosthetic limb development. Key Words: Electromyography, Skeletal Muscles, Rehabilitation, Prosthetic limb. 1. INTRODUCTION Amputation the word describes the loss of limb from the human body due to trauma, Medical illness or surgery. The amputation in human nowadays slowly removing by a technology called prosthesis. It means replacing the lost part of the human body with artificial limb. The purpose prosthesis is to gain the gait movement of body part after the loss. Fig -1: Muscle signal based prosthetic arm 1.1 Electromyography (EMG) It is technique to collect the information of movement in a muscle. It is based on simple fact that whenever the muscle contracts,a burst of electrical activity is generatedwhichpropagatesthroughadjacenttissueandboneandcanberecordedfrom neighboring skin area. Fig -2: EMG Sensor & Electrodes
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3404 1.2 How do muscles move? The process begins from brain. Prompting muscle movements start in the motor cortex, where series of action potential signals to the spinal cord & the information about the movement is transported to the particular muscle via motor neurons. The above signal is initiated at upper motor neurons that bring the signal tolowermotorneurons. Thelowermotor neurons are the actual initiators of muscle movement, as they innervate the muscle directly at the neuromuscular junction. This innervation origins the discharge of Calcium ions within the muscle, eventually creating a mechanical change in the tension of the muscle. Muscle tension & contraction involves depolarization (a change in the electrochemical gradient),this difference in voltage potential can be detected by EMG sensor & initiated the actuator movement of prosthetic limb. Fig -3: Muscle Tension & Contraction 2. OBJECTIVE OF THE STUDY The EMG Activity is linearly correlated to the quantity of muscle contraction along with the recorded voltage. By using this voltage signal a servo motor position will controlled. 3. CIRCUIT DIAGRAM In EMG Sensor required Positive & Negative reference voltage. Therefore two power source are required because the sensor has a maximum operating voltage of ±18V, Fig -4: EMG Sensor & Arduino connection Whenever the arm flexes, the servo motor need to turn 180 & should be indicate by buzzer & LED. Digital Pin 3, 10, and 11 are taken as output for actuating those deices.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3405 Fig -5: Servo Motor, Buzzer, LED – Arduino Connection 3. ARDUINO PROGRAM The following program illustrate the position control of servo motor through Arduino atmega controller. Table -1: Arduino Program #include <Servo.h> //Threshold for servo motor control with muscle sensor. //You can set a threshold according to the maximum and minimum values of the muscle sensor. #define THRESHOLD 250 //Pin number where the sensor is connected. (Analog 0) #define EMG_PIN 0 //Pin number where the servo motor is connected. (Digital PWM 3) #define SERVO_PIN 3 //Define Servo motor Servo SERVO_1; int ledPin1 = 11; // Attach led to pin 11. int Buzzer = 10; // Attach Buzzer to pin 10. /*-------------------------------- void setup ------------------------------------------------*/ void setup(){ //BAUDRATE set to 115200, remember it to set monitor serial properly. //Used this Baud Rate and "NL&CR" option to visualize the values correctly. Serial.begin(115200); //Set servo motor to digital pin 3 SERVO_1.attach(SERVO_PIN); pinMode (ledPin1, OUTPUT); // sets the led pin1 11 up as an output. pinMode (Buzzer, OUTPUT); // Sets the Buzzer pin 10 up as an output. }
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3406 /*-------------------------------- void loop ------------------------------------------------*/ void loop(){ //The "Value" variable reads the value from the analog pin to which the sensor is connected. int value = analogRead(EMG_PIN); //If the sensor value is GREATER than the THRESHOLD, the servo motor will turn to 170 degrees. if(value > THRESHOLD){ SERVO_1.write(180); } //If the sensor is LESS than the THRESHOLD, the servo motor will turn to 10 degrees. else{ SERVO_1.write(0); } //If the sensor value is greater than the THRESHOLD, the LED & Buzzer turns on. if (value > THRESHOLD) // creates bool expression for analyzation. if it evaluates to true, { digitalWrite (ledPin1, HIGH); // turns on Red Led. digitalWrite (Buzzer, HIGH); // turns on Buzzer. } else // if the if equation evaluates to false the else statement will execute. { digitalWrite (ledPin1, LOW); // turns off Red Led. digitalWrite (Buzzer, LOW); // turns Off Buzzer. } delay(500); //You can use serial monitor to set THRESHOLD properly, comparing the values shown when you open and close your hand. Serial.println(value); } 4. HARWARE RESULTS The position control of servo will takes place by Arduino. The results of the actuation are shown below. 4.1 Arm none flex condition When the arm is in Non-flex condition the servo motor positionwillbeinzerodegree& LED,Buzzerareturnoffconditionfor the voltage depolarization in the forearm muscle gives the frequency rise up 162Hz. Fig -6: Servo Motor “0 Degree position” at forearm None Flex condition
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3407 Fig -7: Serial monitor display 162 Hz frequency value during forearm None Flex condition 4.2 Arm flex condition When the arm is in flex condition the servo motor position will turn 180 degree & LED, Buzzer are comes to ON state. Fig -8: Servo Motor “180 Degree position” at forearm flex condition Fig -9: Serial monitor display greater than 350Hz Frequency value during forearm Flex condition Fig -10: Serial plot display frequency oscillation between 162 to 400 Hz during forearm flex & none flex condition.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3408 5. CONCLUSION The study of EMG sensor based servo motor position controlled successfully validated for the forearm skeletal muscle action potential signal, through the help of Arduino controller. In future the study further developed for prostheticarmdevelopment for amputee lost person. ACKNOWLEDGEMENT I express my deep sense of gratitude to my Mentor Dr.P.Balamurugan Professor & Head Department of Mechatronics Engineering and our principle Dr.J.Janet for inspiring guidance & encouragement, which has enabled me to do this work. REFERENCES [1] Amane Koizumi, Osamu Nagata, Morio Togawa, Toshiyuki Saso, “The Muscle Sensor for an on – site neurosciencelectures to pave the way for a better understanding of brain – Machine – interface research ” NeuroscienceResearch78(2014)95- 99 [2] Ambily Francis, Neema Mohan,Reshma Roy,“Multi-TaskingEMGControlledroboticarm”International journal ofAdvanced Research in Compuetr & Communication Engineering, Vol.6 Special Issue 4, March 2017. [3] A.Beneteau, G.Di Caterina, L.Petropoulakis, J.J.Soraghan “Low-Cost Wireless Surface EMG Sensor Using the MSP 430 Microcontroller,” European Embedded Design in Education and Research, 2014 BIOGRAPHIES Act as an Assistant Professor to follow pedagogy way of Teaching Profession & An Enthusiastic researcher for future prosthetic limb