SlideShare a Scribd company logo
1 of 6
Download to read offline
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

More Related Content

What's hot

Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchair
ijtsrd
 
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 Tsai
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
iaemedu
 

What's hot (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
 

Viewers also liked

Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
IAEME Publication
 
Relative loss analysis in small scale industries within the proposed
Relative loss analysis in small scale industries within the proposedRelative loss analysis in small scale industries within the proposed
Relative loss analysis in small scale industries within the proposed
IAEME Publication
 
Behaviour of reinforced concrete beams with 50 percentage fly ash
Behaviour of reinforced concrete beams with 50 percentage fly ashBehaviour of reinforced concrete beams with 50 percentage fly ash
Behaviour of reinforced concrete beams with 50 percentage fly ash
IAEME Publication
 
Seismic characteristics of the folded cantilever shear structure 2-3-4
Seismic characteristics of the folded cantilever shear structure 2-3-4Seismic characteristics of the folded cantilever shear structure 2-3-4
Seismic characteristics of the folded cantilever shear structure 2-3-4
IAEME Publication
 
Gaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power systemGaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power system
IAEME Publication
 
Design of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetricDesign of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetric
IAEME Publication
 
Energy efficient routing protocol to increase manet life time using cluster 2
Energy efficient routing protocol to increase manet life time using cluster 2Energy efficient routing protocol to increase manet life time using cluster 2
Energy efficient routing protocol to increase manet life time using cluster 2
IAEME Publication
 
Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2
IAEME Publication
 
Estimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonEstimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoon
IAEME Publication
 
Comparison of optimization technique of power system stabilizer by using gea
Comparison of optimization technique of power system stabilizer by using geaComparison of optimization technique of power system stabilizer by using gea
Comparison of optimization technique of power system stabilizer by using gea
IAEME Publication
 
Fingerprint verification using steerable filters
Fingerprint verification using steerable filtersFingerprint verification using steerable filters
Fingerprint verification using steerable filters
IAEME Publication
 
Experimental investigation of a double slope solar still with a latent
Experimental investigation of a double slope solar still with a latentExperimental investigation of a double slope solar still with a latent
Experimental investigation of a double slope solar still with a latent
IAEME Publication
 
Analysis of generated harmonics due to transformer load on power system using
Analysis of generated harmonics due to transformer load on power system usingAnalysis of generated harmonics due to transformer load on power system using
Analysis of generated harmonics due to transformer load on power system using
IAEME Publication
 
Concrete plus green equalto foam concrete
Concrete plus green equalto foam concreteConcrete plus green equalto foam concrete
Concrete plus green equalto foam concrete
IAEME Publication
 
A practical solution to ground water recharge by rain water harvesting system
A practical solution to ground water recharge by rain water harvesting systemA practical solution to ground water recharge by rain water harvesting system
A practical solution to ground water recharge by rain water harvesting system
IAEME Publication
 
Effect of dynamic load impact of missile on mechanical behavior of ferrocement
Effect of dynamic load impact of missile on mechanical behavior of ferrocementEffect of dynamic load impact of missile on mechanical behavior of ferrocement
Effect of dynamic load impact of missile on mechanical behavior of ferrocement
IAEME Publication
 
18ºdomingo tc14a
18ºdomingo tc14a18ºdomingo tc14a
18ºdomingo tc14a
CHUC
 
Lake Home Landscape
Lake Home LandscapeLake Home Landscape
Lake Home Landscape
Jamie Lipke
 

Viewers also liked (20)

Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
 
Relative loss analysis in small scale industries within the proposed
Relative loss analysis in small scale industries within the proposedRelative loss analysis in small scale industries within the proposed
Relative loss analysis in small scale industries within the proposed
 
Behaviour of reinforced concrete beams with 50 percentage fly ash
Behaviour of reinforced concrete beams with 50 percentage fly ashBehaviour of reinforced concrete beams with 50 percentage fly ash
Behaviour of reinforced concrete beams with 50 percentage fly ash
 
Seismic characteristics of the folded cantilever shear structure 2-3-4
Seismic characteristics of the folded cantilever shear structure 2-3-4Seismic characteristics of the folded cantilever shear structure 2-3-4
Seismic characteristics of the folded cantilever shear structure 2-3-4
 
Gaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power systemGaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power system
 
Design of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetricDesign of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetric
 
Energy efficient routing protocol to increase manet life time using cluster 2
Energy efficient routing protocol to increase manet life time using cluster 2Energy efficient routing protocol to increase manet life time using cluster 2
Energy efficient routing protocol to increase manet life time using cluster 2
 
Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2
 
Estimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonEstimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoon
 
Comparison of optimization technique of power system stabilizer by using gea
Comparison of optimization technique of power system stabilizer by using geaComparison of optimization technique of power system stabilizer by using gea
Comparison of optimization technique of power system stabilizer by using gea
 
Fingerprint verification using steerable filters
Fingerprint verification using steerable filtersFingerprint verification using steerable filters
Fingerprint verification using steerable filters
 
Experimental investigation of a double slope solar still with a latent
Experimental investigation of a double slope solar still with a latentExperimental investigation of a double slope solar still with a latent
Experimental investigation of a double slope solar still with a latent
 
Analysis of generated harmonics due to transformer load on power system using
Analysis of generated harmonics due to transformer load on power system usingAnalysis of generated harmonics due to transformer load on power system using
Analysis of generated harmonics due to transformer load on power system using
 
Concrete plus green equalto foam concrete
Concrete plus green equalto foam concreteConcrete plus green equalto foam concrete
Concrete plus green equalto foam concrete
 
A practical solution to ground water recharge by rain water harvesting system
A practical solution to ground water recharge by rain water harvesting systemA practical solution to ground water recharge by rain water harvesting system
A practical solution to ground water recharge by rain water harvesting system
 
Effect of dynamic load impact of missile on mechanical behavior of ferrocement
Effect of dynamic load impact of missile on mechanical behavior of ferrocementEffect of dynamic load impact of missile on mechanical behavior of ferrocement
Effect of dynamic load impact of missile on mechanical behavior of ferrocement
 
Effects of robotic companionship on music enjoyment
Effects of robotic companionship on music enjoyment Effects of robotic companionship on music enjoyment
Effects of robotic companionship on music enjoyment
 
Ej.1
Ej.1Ej.1
Ej.1
 
18ºdomingo tc14a
18ºdomingo tc14a18ºdomingo tc14a
18ºdomingo tc14a
 
Lake Home Landscape
Lake Home LandscapeLake Home Landscape
Lake Home Landscape
 

Similar to 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 induct
IAEME 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 controller
IAEME 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 technique
IAEME 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 modulation
IAEME 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 grou
IAEME Publication
 
18 digital
18 digital18 digital
18 digital
sm0302
 
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 ...
International Journal of Power Electronics and Drive Systems
 
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
IAEME 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 motor
iaemedu
 
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
iaemedu
 
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
iaemedu
 
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
iaemedu
 

Similar to 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
 

More from 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 ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME 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
 
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
 

More from 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