• Show Details

arduino
python
java
matlab
vlsi
Madhu
Madhu Yamini

https://www.engrip.com/madhu-yamini

Career Objective

To be part of reputed company which provides steady growth along with job satisfaction which help to improve my skills

Education

Bachelor of technology
VIGNAN'S LARA INSTITIUTE OF TECHNOLOGY AND SCIENCE
ELECTRONICS AND COMMUNICATIONS
77
2015 to 2019

General Information

Languages Known
English
  • Read
  • Write
  • Speak
Telugu
  • Read
  • Write
  • Speak
Current Location
Guntur,India
Hobbies
listening songs,reading novels,

Overview

CONTROL OF COMPUTER WITH HAND GESTURES USING ARDUNIO
TEAM mEMBER
VIGNAN'S LARA INSTITUT OF TECNOLOGY AND SCIENCE
Jun 2018 to Aug 2018
Recently gesture controlled laptops or computers are getting very famous. This technique is called leap motion which enables us to control certain functions on our computer/laptop by simply waving our hand in front of it. But these laptops are really priced very high. So in this project we built our own gesture control Laptop/Computer by combining the power of Arduino and Python. We used two ultrasonic sensors to determine the position of our hand and control a media player (VLC) based on the position. The concept behind the project is very simple. We will place two ultrasonic (US) sensors on top of our monitor and will read the distance between the monitor and our hand using Arduino, based on this value of distance we will perform certain actions. To perform actions on our computer we use Python pyautogui library. The commands from Arduino are sent to the computer through serial port (USB). This data will be then read by python which is running on the computer and based on the read data an action will be performed.