/Arduino_Gesture_Controller

controlling pc, laptops or any other device through hand gesture with the help of arduino

Primary LanguageC++MIT LicenseMIT

Arduino-Gesture-Controller

GitHub forks GitHub Repo stars
ViewCount

controlling pc, laptops or any other device through hand gesture with the help of arduino With This project you can control the VLC player, you can increase the volume, play pause the video etc.

More features will be added soon. You can also customize this project and change the controlling action

Circuit Diagram

ScreenShot

How to Use

  1. change the COM4 in the code the COM port that your arduino uses
  2. Burn the code into the Arduino
  3. Open Command prompt and type the follwoing commands

To install pyserial module so you can communicate at the serial port using python

pip install pyserial

To install pyautogui module

pip install pyautogui
  1. Run the python code

NOTE

  1. Before running the python code you must close the arduino software or any other software that is using that COM port