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?

IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET Journal
 
Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchairijtsrd
 
Designing the virtual model of a mechatronic micropositioning
Designing the virtual model of a mechatronic micropositioningDesigning the virtual model of a mechatronic micropositioning
Designing the virtual model of a mechatronic micropositioningeSAT Publishing House
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 
Major Project PPT presentation
Major Project PPT presentationMajor Project PPT presentation
Major Project PPT presentationAshwaniVerma59
 
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...IOSR Journals
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
TRIUMF Technical report- Benjamin Tsai
TRIUMF Technical report- Benjamin TsaiTRIUMF Technical report- Benjamin Tsai
TRIUMF Technical report- Benjamin TsaiBenjamin Tsai
 
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
 
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 - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET Journal
 
IRJET- Smart Energy Management System
IRJET-  	  Smart Energy Management SystemIRJET-  	  Smart Energy Management System
IRJET- Smart Energy Management SystemIRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...IJERA Editor
 
PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR ijcsit
 

Was ist angesagt? (16)

IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash Driving
 
Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchair
 
Designing the virtual model of a mechatronic micropositioning
Designing the virtual model of a mechatronic micropositioningDesigning the virtual model of a mechatronic micropositioning
Designing the virtual model of a mechatronic micropositioning
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
Major Project PPT presentation
Major Project PPT presentationMajor Project PPT presentation
Major Project PPT presentation
 
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...In The Name Of Allah, the Beneficent the Merciful Designing a  Low Cost Devic...
In The Name Of Allah, the Beneficent the Merciful Designing a Low Cost Devic...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
TRIUMF Technical report- Benjamin Tsai
TRIUMF Technical report- Benjamin TsaiTRIUMF Technical report- Benjamin Tsai
TRIUMF Technical report- Benjamin Tsai
 
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
 
Dish Positioning By Using IR Remote
Dish Positioning By Using IR RemoteDish Positioning By Using IR Remote
Dish Positioning By Using IR Remote
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
 
IRJET- Smart Energy Management System
IRJET-  	  Smart Energy Management SystemIRJET-  	  Smart Energy Management System
IRJET- Smart Energy Management System
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
 
PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR
 
Industrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice AnnouncementIndustrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice Announcement
 

Andere mochten auch

Indef impug posse pref eleito pedido derrotado dje trece-110413
Indef impug posse pref eleito pedido derrotado dje trece-110413Indef impug posse pref eleito pedido derrotado dje trece-110413
Indef impug posse pref eleito pedido derrotado dje trece-110413Francisco Luz
 
Gabriele Petroni - Inwya - Il wifi in hotel diventa social
Gabriele Petroni - Inwya - Il wifi in hotel diventa socialGabriele Petroni - Inwya - Il wifi in hotel diventa social
Gabriele Petroni - Inwya - Il wifi in hotel diventa socialWHR Corporate
 
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASEMEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASEIAEME Publication
 
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGICRECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGICIAEME Publication
 

Andere mochten auch (6)

Indef impug posse pref eleito pedido derrotado dje trece-110413
Indef impug posse pref eleito pedido derrotado dje trece-110413Indef impug posse pref eleito pedido derrotado dje trece-110413
Indef impug posse pref eleito pedido derrotado dje trece-110413
 
seni dalam pendidikan
seni dalam pendidikan seni dalam pendidikan
seni dalam pendidikan
 
Gabriele Petroni - Inwya - Il wifi in hotel diventa social
Gabriele Petroni - Inwya - Il wifi in hotel diventa socialGabriele Petroni - Inwya - Il wifi in hotel diventa social
Gabriele Petroni - Inwya - Il wifi in hotel diventa social
 
Earth retaining 2
Earth retaining 2Earth retaining 2
Earth retaining 2
 
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASEMEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
 
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGICRECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
 

Ä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
 
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
 
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
 
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
 
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
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing roboteSAT Journals
 
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...IRJET Journal
 
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET Journal
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemIRJET Journal
 

Ä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
 
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
 
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
 
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
 
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
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robot
 
Ig3314081417
Ig3314081417Ig3314081417
Ig3314081417
 
Ig3314081417
Ig3314081417Ig3314081417
Ig3314081417
 
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
DESIGN THINKING ON FAULT DIAGNOSIS OF FLOATING WIND TURBINE GENERATOR USING A...
 
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
 
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
 

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
 

Kürzlich hochgeladen

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 

Kürzlich hochgeladen (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 

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