Close

One Finger Circuit

A project log for KeyGlove

Inspired by Sci-Fi, an improved wearable keyboard/mouse with gestural enhancements. Suitable for use in VR environments as well.

eric-jacobEric Jacob 08/20/2014 at 18:350 Comments

Here is a rough layout of the finger circuit. The finger resistor makes a voltage divider. This voltage is fed into a comparator. The resistors around the comparator define the hysteresis band. This gives us a simple digital out to use later on. Additional circuits such as a Parallel In/ Serial Out Shift Register could be used to tie more than one finger to a given digital pin.

The hysteresis works like this:

If the finger voltage rises above a certain threshold, the pin goes low. In order to go high again, it has to drop further. This creates a kind of dead-zone and avoids oscillations if you have a single switch voltage.

http://www.mouser.com/ds/2/405/snos977d-286594.pdf

Discussions