SlideShare a Scribd company logo
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 114-116, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 114
Gesture Based Wireless Air Mouse using Accelerometer
R.S.Mathu Bala1
, R.Gokulapriya2
, E.Anisha3
and R.Anupriya4
1
Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: mathubala991@gmail.com
2
UG Student, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: gokulapriyaECE21@gmail.com
3
UG Student, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: anisharose213@gmail.com
4
UG Student, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: riyariya908riya@gmail.com
Article Received: 13 February 2017 Article Accepted: 23 February 2017 Article Published: 26 February 2017
1. INTRODUCTION
Nowadays the wireless usage becomes very popular by using
sensors. The advancement of technology in the field of
wireless made it possible for any applications. Gesture
recognition technology is used to identify the human hand
movements. Gesture recognition technology identifies the
human movements through mathematical representation.
Gesture recognition technology can be used in various
applications. The accelerometer can be used to sense the
movement of the human particularly in given direction. The
sensor would sense the motion of hand and the mouse pointer
will move. The accelerometer senses the change in motion, in
the tilt of the hand. The change in the acceleration values of
the accelerometer which would be transmitted to the PC. The
software applications take control and move the mouse
pointer. PIC microcontroller would be used in our proposed
system which gets input from the accelerometer sensor. Main
advantage is easily programmable and has massive online
support. To make the mouse wireless, RF Modules were used
because they are cheap compared to other modules like
Bluetooth and Zigbee.
2. PROPOSED SYSTEM
In our proposed system accelerometer sensor is used to detect
the motion of the gesture. Accelerometer is interfaced to a
microcontroller. PIC microcontroller gets the input from the
accelerometer sensor. The microcontroller process the sensor
input data and transmits it through a wireless transmitter
module. The transmitter transmits the signal to the PIC
microcontroller through the RF module interfaced with it. The
wireless receiver receives the data and stores it into the
computer through one of the interfaces. The accelerometer
senses the change in motion, in our case the tilt of the hand.
The change in accelerometer would be transmitted to the PC.
Then the software applications take control and move the
mouse pointer where it’s necessary. The sensor which gets
input from the movement of the gesture and the values would
be changed in the accelerometer this would be continuously
transmitted through the transmitter and which is processed by
the PIC microcontroller and then received by the receiver and
given to the PC and it would be moves the mouse pointers.
3. SYSTEM ARCHITECTURE
The proposed system architecture uses accelerometer as a
sensor to detect the motion. Accelerometer is interfaced to a
PIC microcontroller. The microcontroller does the necessary
processing on the sensor data and transmits it through a
wireless transmitter module. The wireless receiver receives
the data and feeds it to the computer through one of the
interfaces.
Fig.1. Block diagram of Gesture based wireless air mouse
using accelerometer
The application running on the PC analyzes the received
values and performs the necessary action on the mouse
pointer. The input from the accelerometer is given to the A-D
convertor. The output from the accelerometer is in the form of
analog. Thus we use A-D convertor to convert the analog
signal into digital signal. Then it is interfaced with the PIC
microcontroller from which the information is passed to the
wireless transmitter. Then the signal must be received by the
wireless receiver. Then it is given as input to the PIC
ABSTRACT
The main objective of this project is to develop wireless air mouse using accelerometer sensor. This implementation is done by using a sensor which
detects hand gestures. The sensor is placed on the user side, attached to the hand to sense the movement and gives the output to a PIC microcontroller
to process it. Needed modifications are done by the PIC microcontroller. These values are transmitted through a RF module to the PC. At the receiving
end a mouse control program which contains functions to control the mouse reads these values and performs many operations which is user friendly
because it helps in many ways like changing the slide, pointing purpose and for open a folder without using mouse pad.
Keywords: RF module, Gestures, Accelerometer sensor, PC and PIC microcontroller.
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 114-116, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 115
microcontroller then which would be stored in the personal
computer where which would be processed according to the
motion of gesture. The data stored in the PC through the PC
driver through the serial port (RS 232). Then the data is
processed and moved without the help of mouse pointer.
3.1 Power Supply
A power supply is a device or system that supplies electrical
or other types of energy to an output load or group of loads.
The term is most commonly applied to electrical energy
supplies, less often to mechanical ones, and rarely to others.
3.2 Zigbee
Zigbee is a high level communication and it is low-cost,
low-power wireless communications solution, meant to be
integrated as the main building block of ubiquitous networks.
It is maintained by the Zigbee which develops the
specification and certifies its proper implementation.
Fig.2. Pin diagram of PIC 16F877
3.3 RS232
RS232 is a serial communication interface which allows
sending and receiving data via at least three wires. With the
RS232 interface it is possible to setup a connection between a
microcontroller and a PC or between two microcontrollers.
The RS232 interface can be used for many purposes like
sending commands from a PC to a microcontroller, send
debug information from a microcontroller to a terminal.
3.4 Accelerometer
An accelerometer is an micro electromechanical sensor
(MEMS) that measures acceleration. It is also helpful in
detecting tilt or orientation with respect to the earth of a
device it is attached. This application uses its property to
detect the tilt of the hand to move the mouse pointer.
MMA7260 3-axial Accelerometer from free scale is used.
This accelerometer is a thin, low power 3-axial accelerometer
which gives an analog voltage output. The voltage output is
directly proportional to the accelerometer. When the
accelerometer is kept stationary and rotated, the three values
along each of the three axis X, Y and Z gives the tilt along
each of the axis.
3.5 PIC (16F877)
Various microcontrollers offer different kinds of memories.
EEPROM, EPROM, FLASH etc. are some of the memories of
which FLASH is the most recently developed. Technology
that is used in pic16F877 is flash technology, so that data is
retained even when the power is switched off. Easy
Programming and Erasing are other features of PIC 16F877.
4. FLOWCHART
Fig.3. Flowchart for the Proposed System
5. CONCLUSION
In this paper, air mouse has been developed to ease the work
of the human. Accelerometer based Wireless Mouse using
PIC microcontroller is used in this paper. Accelerometer is
used as a motion sensor with two axes of the accelerometer is
used to sense the tilt in the particular direction and the mouse
cursor is moved accordingly. Change of acceleration or a
motion in the direction of human gesture, is used for click and
release of the cursor of mouse. The aim of the project was to
design an Air mouse which does not require a mouse pad and
works on the hand motion and is designed successfully. In the
proposed system, the cursor is made to move based on the
gesture of the accelerometer. This is a gesture based
approach.
6. FUTURE SCOPE
In our proposed system the gesture based approach is carried
out. The position based approach can be tried in the future,
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 114-116, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 116
where in the mouse cursor just follows the movement of the
finger. The proposed system can be applied in digital
classrooms, seminar halls, conferences, etc. It can also be
used as a writing aid for paralyzed people. This can be made
into a compact device which can be carried in the form of
touch free anywhere and used for any purpose. This system
can be further improved by increasing the processing speed
and be implemented.
7. ACKNOWLEDEMENTS
First and foremost we thank our guide Asst. Prof. R.S.Mathu
Bala, M.E., for constant encouragement and noble guidance.
With great pleasure we extend our deep sense of appreciation
to Dr.D.Sasikala, Head-Department of ECE for giving us an
opportunity to get done our paper and to increase our
knowledge. Lastly we wish each and every person involved in
making our thesis successful.
REFERENCES
[1] Sohel Ahmed, Mohammed Abdullah Zubair, Irshad Basha
Shaik, “Accelerometer based Wireless Air Mouse using
Arduino Micro-controller Board”, Global Conference on
Communication Technologies (GCCT 2015).
[2] Volkhardt, M., Mueller, S., Schroeter, C., Gross, H.-M.,
“Playing hide and seek with a mobile companion robot”
Humanoid Robots (Humanoids), Eleventh IEEE-RAS
International Conference, 2011.
[3] Moore, S.I., Coskun, M.B., Alan, T., Neild, A.,
Moheimani, S.O.R., “Feedback-Controlled MEMS Force
Sensor for Characterization of Microcantilevers”, Journal of
Microelectromechanical Systems, 2015.
[4] Lanata, A., Valenza, G., Nardelli, M., Gentili, C.,
Scilingo, E.P., “Complexity Index from a Personalized
Wearable Monitoring System for Assessing Remission in
Mental Health”, Biomedical and Health Informatics- IEEE
Journal, Volume 19, Issue 1, 2013.
[5] Xie, R., Sun, X., Xia, X., Cao, J., “Similarity Matching
Based Extensible Hand Gesture Recognition”, Sensors
Journal, IEEE 2015.
[6] Barrett, S., “Arduino Microcontroller Processing for
Everyone”, Synthesis Lectures on Digital Circuits and
Systems, 2013.
[7] Badamasi, Y.A., “The working principle of an Arduino”
Electronics, Computer and Computation (ICECCO), 11th
International IEEE Conference, 2014.
AUTHOR BIOGRAPHIES
Ms.R.S.Mathu Bala is working as an Assistant Professor in
the department of Electronics and Communication
Engineering at Vivekanandha College of Engineering for
Women, Tiruchengode, Tamilnadu. She pursued her B.E
Degree in Vivekanadha College of Engineering for Women.
She pursued her M.E degree in Vivekanadha College of
Engineering for Women, Tiruchengode.
R.Gokulapriya is pursuing her Bachelor of Engineering
Degree in the stream of Electronics and Communication
Engineering at Vivekanandha College of Engineering for
Women, Tiruchengode, and Tamilnadu. Her area of interest is
Embedded Systems.
E.Anisha is pursuing her Bachelor of Engineering Degree in
the stream of Electronics and Communication Engineering at
Vivekanandha College of Engineering for Women,
Tiruchengode, Tamilnadu. Her area of interest is Embedded
Systems.
R.Anupriya is pursuing her Bachelor of Engineering Degree
in the stream of Electronics and Communication Engineering
at Vivekanandha College of Engineering for Women,
Tiruchengode, Tamilnadu. Her area of interest is Embedded
Systems.

More Related Content

PDF
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
PDF
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
PDF
IRJET- Wireless Notice Board using Raspberry Pi
DOCX
Electronic Notice Board Using Raspberry Pi and Android Phone
PDF
IRJET - Dual Verification ATM for Blind People
PDF
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
PDF
IRJET- Passenger Indicator for Driver
PDF
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
IRJET- IoT Based Digital Notice Board Using Raspberry Pi with Audio Alert System
IRJET- Wireless Notice Board using Raspberry Pi
Electronic Notice Board Using Raspberry Pi and Android Phone
IRJET - Dual Verification ATM for Blind People
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET- Passenger Indicator for Driver
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE

What's hot (20)

PDF
IRJET- Smart Door Security System using Raspberry Pi with Telegram
PDF
Design and implement a smart system to detect intruders and firing using IoT
PDF
IRJET- IoT based Dual-ARM Tele Robotic System
PDF
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
PDF
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
PDF
Cloud computing in iot seminar report
PDF
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
PDF
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
PDF
Ieee+Hardware+List+2009
DOCX
REPORTOF MEMS2
PDF
Wireless display board
DOC
137.gsm, fprs ,keypad_based_atm_security_(doc)
PDF
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
PDF
ATM (1)
DOCX
Wireless Electronic Notice Board
PDF
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
PDF
Bluetooth Based Automatic Hotel Service System Using Python
PDF
Kv2518941899
PDF
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
DOCX
Brian black book
IRJET- Smart Door Security System using Raspberry Pi with Telegram
Design and implement a smart system to detect intruders and firing using IoT
IRJET- IoT based Dual-ARM Tele Robotic System
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
Cloud computing in iot seminar report
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
Ieee+Hardware+List+2009
REPORTOF MEMS2
Wireless display board
137.gsm, fprs ,keypad_based_atm_security_(doc)
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
ATM (1)
Wireless Electronic Notice Board
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
Bluetooth Based Automatic Hotel Service System Using Python
Kv2518941899
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
Brian black book
Ad

Viewers also liked (20)

PDF
Design and Analysis of 4-2 Compressor for Arithmetic Application
RTF
TRABALHO EM GT
PPTX
Ppt comunicacion
PDF
Automatic Electronic Toll Collection System for Transportation by using Passi...
PDF
Smart Voting System using Aadhar Card
PPTX
Quantum computing - A Compilation of Concepts
PDF
Estabilidad laboral
PPS
British humor
PPT
Air mouse ,wirleless keyboard catalog
PDF
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
PDF
Smart Newspaper Vending Machine
PDF
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
PPTX
معرفی استارتاپی با مدل درآمدی متفاوت
PPTX
Chapitre 3: III. Perception versus connaissance
PDF
Referendum Using Android Application
PPTX
Tema 6 equilibrio medioambiental
PDF
Accident Avoidance by using Li-Fi Technology in Automobiles
PDF
© 2017 AJAST All rights reserved. www.ajast.net Page | 17 Fire Accident Avoid...
PDF
Hydro Geochemical Study of Kinathukkadavu Taluk, Coimbatore Integrated with G...
PDF
Highly Scalable Energy Efficient Distributed Clustering Mechanism in Wireless...
Design and Analysis of 4-2 Compressor for Arithmetic Application
TRABALHO EM GT
Ppt comunicacion
Automatic Electronic Toll Collection System for Transportation by using Passi...
Smart Voting System using Aadhar Card
Quantum computing - A Compilation of Concepts
Estabilidad laboral
British humor
Air mouse ,wirleless keyboard catalog
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Smart Newspaper Vending Machine
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
معرفی استارتاپی با مدل درآمدی متفاوت
Chapitre 3: III. Perception versus connaissance
Referendum Using Android Application
Tema 6 equilibrio medioambiental
Accident Avoidance by using Li-Fi Technology in Automobiles
© 2017 AJAST All rights reserved. www.ajast.net Page | 17 Fire Accident Avoid...
Hydro Geochemical Study of Kinathukkadavu Taluk, Coimbatore Integrated with G...
Highly Scalable Energy Efficient Distributed Clustering Mechanism in Wireless...
Ad

Similar to Gesture Based Wireless Air Mouse using Accelerometer (20)

PDF
1569736195
PDF
Z4501149153
PDF
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
PDF
Tracking limb motion using inertial measurement units (IMU)
PDF
Paper id 25201432
PDF
Wireless Data Transfer in Under Water System
PDF
Distance Measurement Using Ultrasonic Sensor and Nodemcu
PDF
Literature on safety module for vehicular driver assistance
PDF
L010127579
PDF
Industrial Safety Measurement using Sensors and Voice Announcement
PDF
published paper
PDF
A Digital Pen with a Trajectory Recognition Algorithm
PDF
A Digital Pen with a Trajectory Recognition Algorithm
PDF
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
PDF
NAVIGATION SYSTEM FOR MULTI FLOOR POSITIONING USING MEMS
PDF
Video Surveillance with Hanging Robot for Animal Safety in Railroads
PDF
IRJET - A Smart Assistant for Aiding Dumb People
PDF
Sign Language Detection for Deaf and Dumb Using Flex Sensors
PDF
50120140502006
PDF
Healthcare Monitoring System by using iSense Device& IOT Platform
1569736195
Z4501149153
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
Tracking limb motion using inertial measurement units (IMU)
Paper id 25201432
Wireless Data Transfer in Under Water System
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Literature on safety module for vehicular driver assistance
L010127579
Industrial Safety Measurement using Sensors and Voice Announcement
published paper
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
NAVIGATION SYSTEM FOR MULTI FLOOR POSITIONING USING MEMS
Video Surveillance with Hanging Robot for Animal Safety in Railroads
IRJET - A Smart Assistant for Aiding Dumb People
Sign Language Detection for Deaf and Dumb Using Flex Sensors
50120140502006
Healthcare Monitoring System by using iSense Device& IOT Platform

More from Associate Professor in VSB Coimbatore (20)

PDF
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
PDF
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
PDF
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
PDF
A Systematic Review on Various Factors Influencing Employee Retention
PDF
Digital Planting Pot for Smart Irrigation
PDF
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
PDF
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
PDF
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
PDF
A Review on the Distribution, Nutritional Status and Biological Activity of V...
PDF
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
PDF
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
PDF
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
PDF
PDF
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
PDF
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
PDF
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
PDF
Study of the Cassava Production System in the Department of Tivaouane, Senegal
PDF
Study of the Cassava Production System in the Department of Tivaouane, Senegal
PDF
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
PDF
Hepatitis and its Transmission Through Needlestick Injuries
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
A Systematic Review on Various Factors Influencing Employee Retention
Digital Planting Pot for Smart Irrigation
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
A Review on the Distribution, Nutritional Status and Biological Activity of V...
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Hepatitis and its Transmission Through Needlestick Injuries

Recently uploaded (20)

PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
RMMM.pdf make it easy to upload and study
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Trump Administration's workforce development strategy
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Lesson notes of climatology university.
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
01-Introduction-to-Information-Management.pdf
PPTX
History, Philosophy and sociology of education (1).pptx
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
RMMM.pdf make it easy to upload and study
Module 4: Burden of Disease Tutorial Slides S2 2025
STATICS OF THE RIGID BODIES Hibbelers.pdf
Final Presentation General Medicine 03-08-2024.pptx
202450812 BayCHI UCSC-SV 20250812 v17.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Trump Administration's workforce development strategy
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Lesson notes of climatology university.
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Complications of Minimal Access Surgery at WLH
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
01-Introduction-to-Information-Management.pdf
History, Philosophy and sociology of education (1).pptx
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Chinmaya Tiranga quiz Grand Finale.pdf

Gesture Based Wireless Air Mouse using Accelerometer

  • 1. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 114-116, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 114 Gesture Based Wireless Air Mouse using Accelerometer R.S.Mathu Bala1 , R.Gokulapriya2 , E.Anisha3 and R.Anupriya4 1 Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: [email protected] 2 UG Student, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: [email protected] 3 UG Student, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: [email protected] 4 UG Student, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: [email protected] Article Received: 13 February 2017 Article Accepted: 23 February 2017 Article Published: 26 February 2017 1. INTRODUCTION Nowadays the wireless usage becomes very popular by using sensors. The advancement of technology in the field of wireless made it possible for any applications. Gesture recognition technology is used to identify the human hand movements. Gesture recognition technology identifies the human movements through mathematical representation. Gesture recognition technology can be used in various applications. The accelerometer can be used to sense the movement of the human particularly in given direction. The sensor would sense the motion of hand and the mouse pointer will move. The accelerometer senses the change in motion, in the tilt of the hand. The change in the acceleration values of the accelerometer which would be transmitted to the PC. The software applications take control and move the mouse pointer. PIC microcontroller would be used in our proposed system which gets input from the accelerometer sensor. Main advantage is easily programmable and has massive online support. To make the mouse wireless, RF Modules were used because they are cheap compared to other modules like Bluetooth and Zigbee. 2. PROPOSED SYSTEM In our proposed system accelerometer sensor is used to detect the motion of the gesture. Accelerometer is interfaced to a microcontroller. PIC microcontroller gets the input from the accelerometer sensor. The microcontroller process the sensor input data and transmits it through a wireless transmitter module. The transmitter transmits the signal to the PIC microcontroller through the RF module interfaced with it. The wireless receiver receives the data and stores it into the computer through one of the interfaces. The accelerometer senses the change in motion, in our case the tilt of the hand. The change in accelerometer would be transmitted to the PC. Then the software applications take control and move the mouse pointer where it’s necessary. The sensor which gets input from the movement of the gesture and the values would be changed in the accelerometer this would be continuously transmitted through the transmitter and which is processed by the PIC microcontroller and then received by the receiver and given to the PC and it would be moves the mouse pointers. 3. SYSTEM ARCHITECTURE The proposed system architecture uses accelerometer as a sensor to detect the motion. Accelerometer is interfaced to a PIC microcontroller. The microcontroller does the necessary processing on the sensor data and transmits it through a wireless transmitter module. The wireless receiver receives the data and feeds it to the computer through one of the interfaces. Fig.1. Block diagram of Gesture based wireless air mouse using accelerometer The application running on the PC analyzes the received values and performs the necessary action on the mouse pointer. The input from the accelerometer is given to the A-D convertor. The output from the accelerometer is in the form of analog. Thus we use A-D convertor to convert the analog signal into digital signal. Then it is interfaced with the PIC microcontroller from which the information is passed to the wireless transmitter. Then the signal must be received by the wireless receiver. Then it is given as input to the PIC ABSTRACT The main objective of this project is to develop wireless air mouse using accelerometer sensor. This implementation is done by using a sensor which detects hand gestures. The sensor is placed on the user side, attached to the hand to sense the movement and gives the output to a PIC microcontroller to process it. Needed modifications are done by the PIC microcontroller. These values are transmitted through a RF module to the PC. At the receiving end a mouse control program which contains functions to control the mouse reads these values and performs many operations which is user friendly because it helps in many ways like changing the slide, pointing purpose and for open a folder without using mouse pad. Keywords: RF module, Gestures, Accelerometer sensor, PC and PIC microcontroller.
  • 2. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 114-116, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 115 microcontroller then which would be stored in the personal computer where which would be processed according to the motion of gesture. The data stored in the PC through the PC driver through the serial port (RS 232). Then the data is processed and moved without the help of mouse pointer. 3.1 Power Supply A power supply is a device or system that supplies electrical or other types of energy to an output load or group of loads. The term is most commonly applied to electrical energy supplies, less often to mechanical ones, and rarely to others. 3.2 Zigbee Zigbee is a high level communication and it is low-cost, low-power wireless communications solution, meant to be integrated as the main building block of ubiquitous networks. It is maintained by the Zigbee which develops the specification and certifies its proper implementation. Fig.2. Pin diagram of PIC 16F877 3.3 RS232 RS232 is a serial communication interface which allows sending and receiving data via at least three wires. With the RS232 interface it is possible to setup a connection between a microcontroller and a PC or between two microcontrollers. The RS232 interface can be used for many purposes like sending commands from a PC to a microcontroller, send debug information from a microcontroller to a terminal. 3.4 Accelerometer An accelerometer is an micro electromechanical sensor (MEMS) that measures acceleration. It is also helpful in detecting tilt or orientation with respect to the earth of a device it is attached. This application uses its property to detect the tilt of the hand to move the mouse pointer. MMA7260 3-axial Accelerometer from free scale is used. This accelerometer is a thin, low power 3-axial accelerometer which gives an analog voltage output. The voltage output is directly proportional to the accelerometer. When the accelerometer is kept stationary and rotated, the three values along each of the three axis X, Y and Z gives the tilt along each of the axis. 3.5 PIC (16F877) Various microcontrollers offer different kinds of memories. EEPROM, EPROM, FLASH etc. are some of the memories of which FLASH is the most recently developed. Technology that is used in pic16F877 is flash technology, so that data is retained even when the power is switched off. Easy Programming and Erasing are other features of PIC 16F877. 4. FLOWCHART Fig.3. Flowchart for the Proposed System 5. CONCLUSION In this paper, air mouse has been developed to ease the work of the human. Accelerometer based Wireless Mouse using PIC microcontroller is used in this paper. Accelerometer is used as a motion sensor with two axes of the accelerometer is used to sense the tilt in the particular direction and the mouse cursor is moved accordingly. Change of acceleration or a motion in the direction of human gesture, is used for click and release of the cursor of mouse. The aim of the project was to design an Air mouse which does not require a mouse pad and works on the hand motion and is designed successfully. In the proposed system, the cursor is made to move based on the gesture of the accelerometer. This is a gesture based approach. 6. FUTURE SCOPE In our proposed system the gesture based approach is carried out. The position based approach can be tried in the future,
  • 3. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 114-116, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 116 where in the mouse cursor just follows the movement of the finger. The proposed system can be applied in digital classrooms, seminar halls, conferences, etc. It can also be used as a writing aid for paralyzed people. This can be made into a compact device which can be carried in the form of touch free anywhere and used for any purpose. This system can be further improved by increasing the processing speed and be implemented. 7. ACKNOWLEDEMENTS First and foremost we thank our guide Asst. Prof. R.S.Mathu Bala, M.E., for constant encouragement and noble guidance. With great pleasure we extend our deep sense of appreciation to Dr.D.Sasikala, Head-Department of ECE for giving us an opportunity to get done our paper and to increase our knowledge. Lastly we wish each and every person involved in making our thesis successful. REFERENCES [1] Sohel Ahmed, Mohammed Abdullah Zubair, Irshad Basha Shaik, “Accelerometer based Wireless Air Mouse using Arduino Micro-controller Board”, Global Conference on Communication Technologies (GCCT 2015). [2] Volkhardt, M., Mueller, S., Schroeter, C., Gross, H.-M., “Playing hide and seek with a mobile companion robot” Humanoid Robots (Humanoids), Eleventh IEEE-RAS International Conference, 2011. [3] Moore, S.I., Coskun, M.B., Alan, T., Neild, A., Moheimani, S.O.R., “Feedback-Controlled MEMS Force Sensor for Characterization of Microcantilevers”, Journal of Microelectromechanical Systems, 2015. [4] Lanata, A., Valenza, G., Nardelli, M., Gentili, C., Scilingo, E.P., “Complexity Index from a Personalized Wearable Monitoring System for Assessing Remission in Mental Health”, Biomedical and Health Informatics- IEEE Journal, Volume 19, Issue 1, 2013. [5] Xie, R., Sun, X., Xia, X., Cao, J., “Similarity Matching Based Extensible Hand Gesture Recognition”, Sensors Journal, IEEE 2015. [6] Barrett, S., “Arduino Microcontroller Processing for Everyone”, Synthesis Lectures on Digital Circuits and Systems, 2013. [7] Badamasi, Y.A., “The working principle of an Arduino” Electronics, Computer and Computation (ICECCO), 11th International IEEE Conference, 2014. AUTHOR BIOGRAPHIES Ms.R.S.Mathu Bala is working as an Assistant Professor in the department of Electronics and Communication Engineering at Vivekanandha College of Engineering for Women, Tiruchengode, Tamilnadu. She pursued her B.E Degree in Vivekanadha College of Engineering for Women. She pursued her M.E degree in Vivekanadha College of Engineering for Women, Tiruchengode. R.Gokulapriya is pursuing her Bachelor of Engineering Degree in the stream of Electronics and Communication Engineering at Vivekanandha College of Engineering for Women, Tiruchengode, and Tamilnadu. Her area of interest is Embedded Systems. E.Anisha is pursuing her Bachelor of Engineering Degree in the stream of Electronics and Communication Engineering at Vivekanandha College of Engineering for Women, Tiruchengode, Tamilnadu. Her area of interest is Embedded Systems. R.Anupriya is pursuing her Bachelor of Engineering Degree in the stream of Electronics and Communication Engineering at Vivekanandha College of Engineering for Women, Tiruchengode, Tamilnadu. Her area of interest is Embedded Systems.