SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING
 International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME
                            & TECHNOLOGY (IJEET)

ISSN 0976 – 6545(Print)
ISSN 0976 – 6553(Online)                                                     IJEET
Volume 4, Issue 2, March – April (2013), pp. 65-70
© IAEME: www.iaeme.com/ijeet.asp
Journal Impact Factor (2013): 5.5028 (Calculated by GISI)
                                                                         ©IAEME
www.jifactor.com




        IMPLEMENTATION OF FUZZY LOGIC USING MEMS
     ACCELEROMETER FOR CONTROLLING BLDC MOTOR SPEED

                                  1              2                           3
                    R. Devasaran , Pankaj Roy , Dr.Arvind kumar singh
           1
           Professor, Dept of E&EE, G.N.D. Engg.College, BIDAR, Karnataka, India
                2
                  Professor and HOD. Dept of E&EE, BIT, Sindri, Bihara, India
                    3
                      Associate Professor, NERIST, Arunachal Pradesh, India


  ABSTRACT

          A fuzzy logic controller (FLC) is a flexible mathematical structure which is capable
  of identifying complex nonlinear relationships between input and output data sets. In this
  project a three dimensional accelerometer sensor is used as input devices for the system. The
  output of this accelerometer sensor is analog in nature, to digitize these signals and to
  transmit over wireless medium we are using arduino based ATmega8 micro controller. ISM
  band RF modules are used to communicate over wireless medium. The MSP430 is a mixed-
  signal microcontroller family from Texas Instruments. Built around a 16-bit CPU, the
  MSP430 is designed for low cost and, specifically, low power consumption embedded
  applications. This micro controller is used at the receiver end to receive data and control the
  motor speed depending on the received data from fuzzy table.

  Keywords: Fuzzy logic Arduino, MSP430, Accelerometer.

  I. INTRODUCTION

           Fuzzy logic is the theory of fuzzy sets, sets that calibrate vagueness. Fuzzy logic is
  based on the idea that all things admit of degrees. Temperature, height, speed, distance,
  beauty – all comes on a sliding scale. Many decision-making and problem-solving tasks are
  too complex to be understood quantitatively, however, people succeed by using knowledge
  that is imprecise rather than precise. Fuzzy set theory resembles human reasoning in its use of
  approximate information and uncertainty to generate decisions. It was specifically designed
  to mathematically represent uncertainty and vagueness and provide formalized tools for
  dealing with the imprecision intrinsic to many engineering and decision problems in a more

                                                65
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME

natural way. Speed control of BLDC motors has been one of the crucial topics in
mechatronics engineering. Starting from simple Cartesian robots, to giant industries such as
steel where maintaining motor speed of rollers bars. Due to non linearity of BLDC motors,
designing control system based on system identification is difficult and al system parameters
are approximated. Fuzzy logic controllers can be practically implemented using several
techniques using microcontroller where all fuzzy rules are placed by means of assembly
language or fl chip that is configurable using accompanying software and finally using pc
where education mainly takes place in development process.




                                    Fig.1. Fuzzy logic levels


II. SYSTEM ARCHITECTURE

       In this system we have two units, transmitter unit and receiver unit. In the transmitter
unit we are using accelerometer as input devices.




                        Fig.2. DC Motor speed control block diagram

                                              66
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME

    The output of accelerometer is analog in nature, to convert these analog signals into
digital form we are using in-built six channel ADC of Atmega8 micro controller. By using
fuzzy logic table we are comparing present input readings with already observed pre-defined
input readings. For matched readings we will transmit four digital data bits through RF
transmitter.




                                   Fig.3. Transmitter unit

In the receiver unit RF receiver will receive four data bits from transmitter and depending on
the received data bits motor speed will be controlled. For this purpose we are using MSP430
controller. But micro controller cannot control motor directly in between it needs a driver
circuit. L293D IC is used as driver circuitry.




                                   Fig.4. Receiver circuit



                                             67
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME

Fuzzy table:

           X              Y                  Z              RESULT          DUTY CYCLE
        200-300        50-220             150-280            0011               0%
        50-200         350-640            80-150             1001               25%
        300-580        220-350            280-580            1010               50%
        580-900        640-890            580-890            1011               75%
       900-1020       890-1015           899-1010            1110              100%

III.      ACCELEROMETER GESTURE RECOGNITION

       Accelerometer sensor is used for gesture recognition. An accelerometer is a device
that measures the vibration, or acceleration of motion and produces different voltage levels.
The force caused by vibration or a change in motion (acceleration) causes the mass which
produces an electrical charge that is proportional to the force exerted upon it. Since the
charge is proportional to the force, and the mass is a constant, then the charge is also
proportional to the acceleration.




                              Fig.5. Flow chart for gesture recognition




                                             68
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME

In this project we are using ADXL335 accelerometer which is a 3-dimensional
accelerometer. This board measures acceleration in three dimensions(X, Y&Z) and produces
three different voltage levels. The output of accelerometer is analog in nature, to convert
these analog signals into digital form, we are using in-built ADC of Atmega8 micro
controller.
        Here, Atmega8 micro controllers continuously read data from accelerometer and
convert them into digital form. This digitized data is compared with the data which is already
taken in the accelerometer analysis part. And for every movement of accelerometer four data
bits are assigned. Now, in the comparison phase digitized data is compared with the pre-
defined ranges, and for matched range corresponding data bits will be transmitted through
ISM band RF transmitter.

VI. EXPERIMENTAL RESULTS

        We have successfully implemented the project tested for different duty cycles with
input device as accelerometer and touch screen. when the accelerometer is in forward
direction duty cycle is 100%, when it is in right direction duty cycle is 75%, when it is in left
direction duty cycle is 50%, and when it is in back direction duty cycle is 25%. Similarly
when the select switch is LOW touch screen is selected, when we touch in 1st quadrant motor
runs with 100% duty cycle, when we touch in 2nd quadrant motor runs with 75% duty cycle,
when we touch in 3rd quadrant motor runs with 50% duty cycle, and when 4th quadrant is
pressed motor runs with 25% duty cycle.




                                      Fig.6. Motor Action

V. CONCLUSION AND FUTURE SCOPE

        A fuzzy logic controller using MEMS accelerometer has been implemented that gives
excellent performance in terms of duty cycle. The results of experiment on the real plant
demonstrate that the proposed fuzzy logic controller is able to sensitiveness to variation of the
reference speed attention. The results of the control are as follows. The speed control of bldc
motor showed the proposed controller gains optimal performance. The proposed controller
achieved to overcome the disadvantage of the use conventional control sensitiveness to
inertia variation and sensitiveness to variation of the speed with drive system of bldc motor.

                                               69
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME

REFERENCES

   [1]. NEURO-FUZZY AND SOFT COMPUTING -Jyh-shing Roger Jang, Chuen-Tsai
        Sun*3+ P. K. Nandam, and P. C. Sen,
   [2]. Yodyium Tipsuwan and Mo-Yuen Chow, “Fuzzy Logic microcontroller
        implementation for DC motor speed control”, IEEE Transactions on Power
        Electronics, V0l.11, No.3, June 1999, pp 1271-1276.
   [3]. “Fuzzy remote controller for converter DC motor drives”, Paritantra, Vol. 9, No. 1,
        June 2004.
   [4]. “Remote fuzzy logic control system For a DC motor speed control”, Journal Teknik
        Elektro Vol. 2, No. 1, Maret 2002: 8 – 12
   [5]. S. Yuvarajan, Abdollah Khoei and Kh. Hadidi, “Fuzzy logic DC motor controller with
        improved performance”, IEEE Transactions on Power Electronics, Vol. 11, No.3,
        August 1998, pp 1652-1656.
   [6]. F.I. Ahmed, A.M. El-Tobshy, A. A. Mahfouz, and M. M. Ibrahim, “(I-P) Adaptive
        controller for dc motor drives: a hardware and software approach”, Conference
        Publication No. 455,
   [7]. Gilbert0 C.D. Sousa, and Bimal K. Bose, January/ February 1994, “A fuzzy set theory
        based control of a phase-controlled converter dc machine drive“, IEEE Trans.
        Industry Applications, 30, no. 1, 34-43.
   [8]. J. Holtz “Pulse width modulation for electric power conversion”, Proc.IEEE, vol.82,
        pp.1194-1214, Aug. 1994.
   [9]. M.Gowrisankar and Dr. A. Nirmalkumar, “Implementation & Simulation of Fuzzy
        Logic Controllers for the Speed Control of Induction Motor and Performance
        Evaluation of Certain Membership Functions” International Journal of Electrical
        Engineering & Technology (IJEET), Volume 2, Issue 1, 2011, pp. 25 - 35,
        ISSN Print : 0976-6545, ISSN Online: 0976-6553.
   [10]. Vilas S Bugade and Dr. Y. P. Nerkar, “Comparison of Brushless D. C. (BLDC) and
        Printed Circuit D. C. Motors for the Electric Bicycle Application” International
        Journal of Electrical Engineering & Technology (IJEET), Volume 1, Issue 1, 2010,
        pp. 144 - 156, ISSN Print : 0976-6545, ISSN Online: 0976-6553.
   [11]. VenkataRamesh.Edara, B.Amarendra Reddy, Srikanth Monangi and M.Vimala,
        “Analytical Structures for Fuzzy Pid Controllers and Applications” International
        Journal of Electrical Engineering & Technology (IJEET), Volume 1, Issue 1, 2010,
        pp. 1 - 17, ISSN Print: 0976-6545, ISSN Online: 0976-6553.




                                            70

Weitere ähnliche Inhalte

Was ist angesagt?

Alcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using ArduinoAlcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using ArduinoIRJET Journal
 
Alcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projectAlcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projecthemanth prudhvi jidugu
 
Liquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system pptLiquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system pptPankaj Singh
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051Rkrishna Mishra
 
Dish position control using Geared Motor
Dish position control using Geared MotorDish position control using Geared Motor
Dish position control using Geared MotorLaxmikanth Kolukula
 
Automatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driverAutomatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driversvsembedded
 
IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...
IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...
IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...IRJET Journal
 
High sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables functionHigh sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables functionJagadeesh Yadav
 
Speed checker for highways
Speed checker for highwaysSpeed checker for highways
Speed checker for highwaysIUIUGU
 
Design and Construction of Speed Detection System for Vehicles
Design and Construction of Speed Detection System for VehiclesDesign and Construction of Speed Detection System for Vehicles
Design and Construction of Speed Detection System for Vehiclesijtsrd
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Jinto George
 
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Hitesh Kumar Singh
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driverdodosgusenga
 
DISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTEDISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTEARJUN K P
 
Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)ANUBHAVGHOSHDASTIDAR
 
Intelligent alcohol detection system for car
Intelligent alcohol detection system for carIntelligent alcohol detection system for car
Intelligent alcohol detection system for carLogic Mind Technologies
 
Automatic speed controlled car
Automatic speed controlled carAutomatic speed controlled car
Automatic speed controlled carantar_09
 

Was ist angesagt? (20)

Alcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using ArduinoAlcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using Arduino
 
Alcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projectAlcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking project
 
Liquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system pptLiquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system ppt
 
Business Plan
Business PlanBusiness Plan
Business Plan
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051
 
Dish position control using Geared Motor
Dish position control using Geared MotorDish position control using Geared Motor
Dish position control using Geared Motor
 
Alchol detection
Alchol detectionAlchol detection
Alchol detection
 
Automatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driverAutomatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driver
 
IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...
IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...
IoT Based Project for Submersible Motor controlling , monitoring, & Updating ...
 
High sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables functionHigh sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables function
 
Alcohol detector
Alcohol detectorAlcohol detector
Alcohol detector
 
Speed checker for highways
Speed checker for highwaysSpeed checker for highways
Speed checker for highways
 
Design and Construction of Speed Detection System for Vehicles
Design and Construction of Speed Detection System for VehiclesDesign and Construction of Speed Detection System for Vehicles
Design and Construction of Speed Detection System for Vehicles
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
 
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driver
 
DISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTEDISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTE
 
Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)
 
Intelligent alcohol detection system for car
Intelligent alcohol detection system for carIntelligent alcohol detection system for car
Intelligent alcohol detection system for car
 
Automatic speed controlled car
Automatic speed controlled carAutomatic speed controlled car
Automatic speed controlled car
 

Andere mochten auch

Formulation of modularity factor for community detection applying
Formulation of modularity factor for community detection applyingFormulation of modularity factor for community detection applying
Formulation of modularity factor for community detection applyingIAEME Publication
 
Applying semantic web services
Applying semantic web servicesApplying semantic web services
Applying semantic web servicesIAEME Publication
 
Eye tracking and detection by using fuzzy template matching and parameter bas...
Eye tracking and detection by using fuzzy template matching and parameter bas...Eye tracking and detection by using fuzzy template matching and parameter bas...
Eye tracking and detection by using fuzzy template matching and parameter bas...IAEME Publication
 
A study on users of moodle through sarasin model
A study on users of moodle through sarasin modelA study on users of moodle through sarasin model
A study on users of moodle through sarasin modelIAEME Publication
 
Securing tesla broadcast protocol with diffie hellman key exchange
Securing tesla broadcast protocol with diffie hellman key exchangeSecuring tesla broadcast protocol with diffie hellman key exchange
Securing tesla broadcast protocol with diffie hellman key exchangeIAEME Publication
 
Fabrication and characterisation of in situ al-tic composite
Fabrication and characterisation of in situ al-tic compositeFabrication and characterisation of in situ al-tic composite
Fabrication and characterisation of in situ al-tic compositeIAEME Publication
 
Feasibility of direct pumping for irrigation improvement projects
Feasibility of direct pumping for irrigation improvement projectsFeasibility of direct pumping for irrigation improvement projects
Feasibility of direct pumping for irrigation improvement projectsIAEME Publication
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorIAEME Publication
 
Study of loop formation process on 1 x1 v bed rib knitting machine
Study of loop formation process on 1 x1 v bed rib knitting machineStudy of loop formation process on 1 x1 v bed rib knitting machine
Study of loop formation process on 1 x1 v bed rib knitting machineIAEME Publication
 
Tapered circular microstrip antenna with modified ground plane
Tapered circular microstrip antenna with modified ground planeTapered circular microstrip antenna with modified ground plane
Tapered circular microstrip antenna with modified ground planeIAEME Publication
 
A study on the leadership behavior of bank branch managers ncr, india and i...
A study on the leadership behavior of bank branch managers  ncr, india  and i...A study on the leadership behavior of bank branch managers  ncr, india  and i...
A study on the leadership behavior of bank branch managers ncr, india and i...IAEME Publication
 
Primeras Investigaciones 2008
Primeras Investigaciones 2008Primeras Investigaciones 2008
Primeras Investigaciones 2008Agustina Fqe
 
Prevenção de Incêndios
Prevenção de IncêndiosPrevenção de Incêndios
Prevenção de Incêndiosrebentacaixotes
 
Projeto de Mídia - 1° Festival de Arrancada Arena Race
Projeto de Mídia - 1° Festival de Arrancada Arena RaceProjeto de Mídia - 1° Festival de Arrancada Arena Race
Projeto de Mídia - 1° Festival de Arrancada Arena RaceGustavo Maierá
 
Tecnicas de evaluacion de desempe+æo
Tecnicas de evaluacion de desempe+æoTecnicas de evaluacion de desempe+æo
Tecnicas de evaluacion de desempe+æocefic
 
Cban dt 01 laudo de avaliação - dcf
Cban dt 01   laudo de avaliação - dcfCban dt 01   laudo de avaliação - dcf
Cban dt 01 laudo de avaliação - dcfGiana Araujo
 
21ºdomingo tc14a
21ºdomingo tc14a21ºdomingo tc14a
21ºdomingo tc14aCHUC
 

Andere mochten auch (20)

Formulation of modularity factor for community detection applying
Formulation of modularity factor for community detection applyingFormulation of modularity factor for community detection applying
Formulation of modularity factor for community detection applying
 
Applying semantic web services
Applying semantic web servicesApplying semantic web services
Applying semantic web services
 
Eye tracking and detection by using fuzzy template matching and parameter bas...
Eye tracking and detection by using fuzzy template matching and parameter bas...Eye tracking and detection by using fuzzy template matching and parameter bas...
Eye tracking and detection by using fuzzy template matching and parameter bas...
 
A study on users of moodle through sarasin model
A study on users of moodle through sarasin modelA study on users of moodle through sarasin model
A study on users of moodle through sarasin model
 
Securing tesla broadcast protocol with diffie hellman key exchange
Securing tesla broadcast protocol with diffie hellman key exchangeSecuring tesla broadcast protocol with diffie hellman key exchange
Securing tesla broadcast protocol with diffie hellman key exchange
 
Fabrication and characterisation of in situ al-tic composite
Fabrication and characterisation of in situ al-tic compositeFabrication and characterisation of in situ al-tic composite
Fabrication and characterisation of in situ al-tic composite
 
Feasibility of direct pumping for irrigation improvement projects
Feasibility of direct pumping for irrigation improvement projectsFeasibility of direct pumping for irrigation improvement projects
Feasibility of direct pumping for irrigation improvement projects
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparator
 
Study of loop formation process on 1 x1 v bed rib knitting machine
Study of loop formation process on 1 x1 v bed rib knitting machineStudy of loop formation process on 1 x1 v bed rib knitting machine
Study of loop formation process on 1 x1 v bed rib knitting machine
 
Tapered circular microstrip antenna with modified ground plane
Tapered circular microstrip antenna with modified ground planeTapered circular microstrip antenna with modified ground plane
Tapered circular microstrip antenna with modified ground plane
 
A study on the leadership behavior of bank branch managers ncr, india and i...
A study on the leadership behavior of bank branch managers  ncr, india  and i...A study on the leadership behavior of bank branch managers  ncr, india  and i...
A study on the leadership behavior of bank branch managers ncr, india and i...
 
Primeras Investigaciones 2008
Primeras Investigaciones 2008Primeras Investigaciones 2008
Primeras Investigaciones 2008
 
Guia 2
Guia 2Guia 2
Guia 2
 
Prevenção de Incêndios
Prevenção de IncêndiosPrevenção de Incêndios
Prevenção de Incêndios
 
Projeto de Mídia - 1° Festival de Arrancada Arena Race
Projeto de Mídia - 1° Festival de Arrancada Arena RaceProjeto de Mídia - 1° Festival de Arrancada Arena Race
Projeto de Mídia - 1° Festival de Arrancada Arena Race
 
Tecnicas de evaluacion de desempe+æo
Tecnicas de evaluacion de desempe+æoTecnicas de evaluacion de desempe+æo
Tecnicas de evaluacion de desempe+æo
 
Cban dt 01 laudo de avaliação - dcf
Cban dt 01   laudo de avaliação - dcfCban dt 01   laudo de avaliação - dcf
Cban dt 01 laudo de avaliação - dcf
 
21ºdomingo tc14a
21ºdomingo tc14a21ºdomingo tc14a
21ºdomingo tc14a
 
Presentación ppt grupo no. 3
Presentación ppt grupo no. 3Presentación ppt grupo no. 3
Presentación ppt grupo no. 3
 
Cultura de paz.
Cultura de paz.Cultura de paz.
Cultura de paz.
 

Ähnlich wie Implementation of fuzzy logic using mems accelerometer for controlling bldc

An overview of a continuous monitoring and control system for 3 phase induct
An overview of a continuous monitoring and control system for 3 phase inductAn overview of a continuous monitoring and control system for 3 phase induct
An overview of a continuous monitoring and control system for 3 phase inductIAEME Publication
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerIAEME Publication
 
An external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation techniqueAn external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation techniqueIAEME Publication
 
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
 
Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchairijtsrd
 
Direct torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationDirect torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationIAEME Publication
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherIRJET Journal
 
Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...ijtsrd
 
Design and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouDesign and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouIAEME Publication
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)IRJET Journal
 
18 digital
18 digital18 digital
18 digitalsm0302
 
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...IRJET Journal
 
Dynamic Simulation of Induction Motor Drive using Neuro Controller
Dynamic Simulation of Induction Motor Drive using Neuro ControllerDynamic Simulation of Induction Motor Drive using Neuro Controller
Dynamic Simulation of Induction Motor Drive using Neuro Controlleridescitation
 
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET Journal
 
Embedded controller using motion control of motor
Embedded controller using motion control of motorEmbedded controller using motion control of motor
Embedded controller using motion control of motorIAEME Publication
 
Embedded controller using motion control of motor
Embedded controller using motion control of motorEmbedded controller using motion control of motor
Embedded controller using motion control of motoriaemedu
 
Automatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemAutomatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemiaemedu
 
Automatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemAutomatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemiaemedu
 
Automatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemAutomatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemiaemedu
 

Ähnlich wie Implementation of fuzzy logic using mems accelerometer for controlling bldc (20)

An overview of a continuous monitoring and control system for 3 phase induct
An overview of a continuous monitoring and control system for 3 phase inductAn overview of a continuous monitoring and control system for 3 phase induct
An overview of a continuous monitoring and control system for 3 phase induct
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controller
 
An external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation techniqueAn external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation technique
 
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
 
Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchair
 
Direct torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationDirect torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulation
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcher
 
Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...Design and Implementation of Speed Control of Induction Motor using Arduino B...
Design and Implementation of Speed Control of Induction Motor using Arduino B...
 
Design and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouDesign and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grou
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)
 
18 digital
18 digital18 digital
18 digital
 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
 
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
 
Dynamic Simulation of Induction Motor Drive using Neuro Controller
Dynamic Simulation of Induction Motor Drive using Neuro ControllerDynamic Simulation of Induction Motor Drive using Neuro Controller
Dynamic Simulation of Induction Motor Drive using Neuro Controller
 
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
 
Embedded controller using motion control of motor
Embedded controller using motion control of motorEmbedded controller using motion control of motor
Embedded controller using motion control of motor
 
Embedded controller using motion control of motor
Embedded controller using motion control of motorEmbedded controller using motion control of motor
Embedded controller using motion control of motor
 
Automatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemAutomatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded system
 
Automatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemAutomatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded system
 
Automatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded systemAutomatic gear transmission in two wheelers using embedded system
Automatic gear transmission in two wheelers using embedded system
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Implementation of fuzzy logic using mems accelerometer for controlling bldc

  • 1. INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME & TECHNOLOGY (IJEET) ISSN 0976 – 6545(Print) ISSN 0976 – 6553(Online) IJEET Volume 4, Issue 2, March – April (2013), pp. 65-70 © IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2013): 5.5028 (Calculated by GISI) ©IAEME www.jifactor.com IMPLEMENTATION OF FUZZY LOGIC USING MEMS ACCELEROMETER FOR CONTROLLING BLDC MOTOR SPEED 1 2 3 R. Devasaran , Pankaj Roy , Dr.Arvind kumar singh 1 Professor, Dept of E&EE, G.N.D. Engg.College, BIDAR, Karnataka, India 2 Professor and HOD. Dept of E&EE, BIT, Sindri, Bihara, India 3 Associate Professor, NERIST, Arunachal Pradesh, India ABSTRACT A fuzzy logic controller (FLC) is a flexible mathematical structure which is capable of identifying complex nonlinear relationships between input and output data sets. In this project a three dimensional accelerometer sensor is used as input devices for the system. The output of this accelerometer sensor is analog in nature, to digitize these signals and to transmit over wireless medium we are using arduino based ATmega8 micro controller. ISM band RF modules are used to communicate over wireless medium. The MSP430 is a mixed- signal microcontroller family from Texas Instruments. Built around a 16-bit CPU, the MSP430 is designed for low cost and, specifically, low power consumption embedded applications. This micro controller is used at the receiver end to receive data and control the motor speed depending on the received data from fuzzy table. Keywords: Fuzzy logic Arduino, MSP430, Accelerometer. I. INTRODUCTION Fuzzy logic is the theory of fuzzy sets, sets that calibrate vagueness. Fuzzy logic is based on the idea that all things admit of degrees. Temperature, height, speed, distance, beauty – all comes on a sliding scale. Many decision-making and problem-solving tasks are too complex to be understood quantitatively, however, people succeed by using knowledge that is imprecise rather than precise. Fuzzy set theory resembles human reasoning in its use of approximate information and uncertainty to generate decisions. It was specifically designed to mathematically represent uncertainty and vagueness and provide formalized tools for dealing with the imprecision intrinsic to many engineering and decision problems in a more 65
  • 2. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME natural way. Speed control of BLDC motors has been one of the crucial topics in mechatronics engineering. Starting from simple Cartesian robots, to giant industries such as steel where maintaining motor speed of rollers bars. Due to non linearity of BLDC motors, designing control system based on system identification is difficult and al system parameters are approximated. Fuzzy logic controllers can be practically implemented using several techniques using microcontroller where all fuzzy rules are placed by means of assembly language or fl chip that is configurable using accompanying software and finally using pc where education mainly takes place in development process. Fig.1. Fuzzy logic levels II. SYSTEM ARCHITECTURE In this system we have two units, transmitter unit and receiver unit. In the transmitter unit we are using accelerometer as input devices. Fig.2. DC Motor speed control block diagram 66
  • 3. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME The output of accelerometer is analog in nature, to convert these analog signals into digital form we are using in-built six channel ADC of Atmega8 micro controller. By using fuzzy logic table we are comparing present input readings with already observed pre-defined input readings. For matched readings we will transmit four digital data bits through RF transmitter. Fig.3. Transmitter unit In the receiver unit RF receiver will receive four data bits from transmitter and depending on the received data bits motor speed will be controlled. For this purpose we are using MSP430 controller. But micro controller cannot control motor directly in between it needs a driver circuit. L293D IC is used as driver circuitry. Fig.4. Receiver circuit 67
  • 4. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME Fuzzy table: X Y Z RESULT DUTY CYCLE 200-300 50-220 150-280 0011 0% 50-200 350-640 80-150 1001 25% 300-580 220-350 280-580 1010 50% 580-900 640-890 580-890 1011 75% 900-1020 890-1015 899-1010 1110 100% III. ACCELEROMETER GESTURE RECOGNITION Accelerometer sensor is used for gesture recognition. An accelerometer is a device that measures the vibration, or acceleration of motion and produces different voltage levels. The force caused by vibration or a change in motion (acceleration) causes the mass which produces an electrical charge that is proportional to the force exerted upon it. Since the charge is proportional to the force, and the mass is a constant, then the charge is also proportional to the acceleration. Fig.5. Flow chart for gesture recognition 68
  • 5. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME In this project we are using ADXL335 accelerometer which is a 3-dimensional accelerometer. This board measures acceleration in three dimensions(X, Y&Z) and produces three different voltage levels. The output of accelerometer is analog in nature, to convert these analog signals into digital form, we are using in-built ADC of Atmega8 micro controller. Here, Atmega8 micro controllers continuously read data from accelerometer and convert them into digital form. This digitized data is compared with the data which is already taken in the accelerometer analysis part. And for every movement of accelerometer four data bits are assigned. Now, in the comparison phase digitized data is compared with the pre- defined ranges, and for matched range corresponding data bits will be transmitted through ISM band RF transmitter. VI. EXPERIMENTAL RESULTS We have successfully implemented the project tested for different duty cycles with input device as accelerometer and touch screen. when the accelerometer is in forward direction duty cycle is 100%, when it is in right direction duty cycle is 75%, when it is in left direction duty cycle is 50%, and when it is in back direction duty cycle is 25%. Similarly when the select switch is LOW touch screen is selected, when we touch in 1st quadrant motor runs with 100% duty cycle, when we touch in 2nd quadrant motor runs with 75% duty cycle, when we touch in 3rd quadrant motor runs with 50% duty cycle, and when 4th quadrant is pressed motor runs with 25% duty cycle. Fig.6. Motor Action V. CONCLUSION AND FUTURE SCOPE A fuzzy logic controller using MEMS accelerometer has been implemented that gives excellent performance in terms of duty cycle. The results of experiment on the real plant demonstrate that the proposed fuzzy logic controller is able to sensitiveness to variation of the reference speed attention. The results of the control are as follows. The speed control of bldc motor showed the proposed controller gains optimal performance. The proposed controller achieved to overcome the disadvantage of the use conventional control sensitiveness to inertia variation and sensitiveness to variation of the speed with drive system of bldc motor. 69
  • 6. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 2, March – April (2013), © IAEME REFERENCES [1]. NEURO-FUZZY AND SOFT COMPUTING -Jyh-shing Roger Jang, Chuen-Tsai Sun*3+ P. K. Nandam, and P. C. Sen, [2]. Yodyium Tipsuwan and Mo-Yuen Chow, “Fuzzy Logic microcontroller implementation for DC motor speed control”, IEEE Transactions on Power Electronics, V0l.11, No.3, June 1999, pp 1271-1276. [3]. “Fuzzy remote controller for converter DC motor drives”, Paritantra, Vol. 9, No. 1, June 2004. [4]. “Remote fuzzy logic control system For a DC motor speed control”, Journal Teknik Elektro Vol. 2, No. 1, Maret 2002: 8 – 12 [5]. S. Yuvarajan, Abdollah Khoei and Kh. Hadidi, “Fuzzy logic DC motor controller with improved performance”, IEEE Transactions on Power Electronics, Vol. 11, No.3, August 1998, pp 1652-1656. [6]. F.I. Ahmed, A.M. El-Tobshy, A. A. Mahfouz, and M. M. Ibrahim, “(I-P) Adaptive controller for dc motor drives: a hardware and software approach”, Conference Publication No. 455, [7]. Gilbert0 C.D. Sousa, and Bimal K. Bose, January/ February 1994, “A fuzzy set theory based control of a phase-controlled converter dc machine drive“, IEEE Trans. Industry Applications, 30, no. 1, 34-43. [8]. J. Holtz “Pulse width modulation for electric power conversion”, Proc.IEEE, vol.82, pp.1194-1214, Aug. 1994. [9]. M.Gowrisankar and Dr. A. Nirmalkumar, “Implementation & Simulation of Fuzzy Logic Controllers for the Speed Control of Induction Motor and Performance Evaluation of Certain Membership Functions” International Journal of Electrical Engineering & Technology (IJEET), Volume 2, Issue 1, 2011, pp. 25 - 35, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [10]. Vilas S Bugade and Dr. Y. P. Nerkar, “Comparison of Brushless D. C. (BLDC) and Printed Circuit D. C. Motors for the Electric Bicycle Application” International Journal of Electrical Engineering & Technology (IJEET), Volume 1, Issue 1, 2010, pp. 144 - 156, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [11]. VenkataRamesh.Edara, B.Amarendra Reddy, Srikanth Monangi and M.Vimala, “Analytical Structures for Fuzzy Pid Controllers and Applications” International Journal of Electrical Engineering & Technology (IJEET), Volume 1, Issue 1, 2010, pp. 1 - 17, ISSN Print: 0976-6545, ISSN Online: 0976-6553. 70