Skip to content

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

License

Notifications You must be signed in to change notification settings

Rawkush/Arduino_Gesture_Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published