How to control your computer using hand gestures #Arduino @Device_Plus_en

Unknown Reply 7:50 AM
Photo by Annie Spratt on Unsplash

Scrambling to find the mute key when an annoying video starts playing or when someone walks into your office can be a hassle.  With an Arduino, you can build a device that lets you control your computer with just a hand gesture. In a recent guide by DevicePlus, they show how to use hand motion to automatically mute your computer.

or this guide, we’re going to build on two of our previous guides covering ultrasonic sensors and the HID-project library. The HC-SR05 we’ll be using is a sensor that uses ultrasonic sound waves to detect how close an object is. We can combine this with the HID-project library which allows you to use your Arduino as a mouse and keyboard and send basic commands like pausing media, opening apps like the calculator, or, as we’ll be doing in this guide, muting your system audio.

In order to use this library without an external shield, you’ll need an Arduino that’s based on the ATmega32u4 chipset. For our purposes, we’re going to use an Arduino Leonardo, instead of the usual Arduino Uno, as this board has the necessary chipset, natively supports USB communication, and has a micro USB port which makes it a little easier to find a cable you can use to connect to your computer.

Read more about the construction and use on DevicePlus

 

Post a Comment

Search

Follow us

Popular Reviews