What is a Click?

We click all the time.

On a computer, it is usually a mouse click. Or, a two-finger tap. A click is tied to a visual element on the screen. When activated, a click triggers an action. Often, a click is the last of a series of actions, such as SEND when filling in a form, or SELECT when we are finished browsing the options.

For some people with impairment, a click could be the only action possible. For instance, if someone only have mobility with one finger and limited arm movement, then it may not be possible to type on a keyboard. A click is the one and only input he can have for a computing device.

With one click, what we have is a one bit communication channel. It is not much. It can effect everything that any other interface can, albeit slowly. Typically, the interface needs to be modified to present options sequentially, and cyclically, for the user to pick.

The switches available in the market are robust. However, they may not work in some circumstances:

– they may be too stiff to click

– they may require too much ‘travel’

– they may have a form factor that makes it difficult to position

If we look at a ‘switch’ as a sensing device, then any number of sensors are available. The alternatives are limitless.

Capacitive touch

Usually size as a small disc, this sensor needs physical contact. It is a digital sensor. So it does not matter how much contact is made. Small and light in weight, it can be easily positioned close to the flesh without triggering so the travel can be adjusted.

Light Sensor

A light sensor has much the same characteristics as the touch sensor: small, light-weight and easy to mount. It measures the amount of light falling on the 2-3mm photo-resistor so is analog. This means that different levels of light can be detected. Depending on the type of sensor, this could correspond to a number between 0-1023 or a larger range.

Practically, I have found that it is possible to detect 3 or 4 distinct levels as one places a finger to the sensor. This means that it is possible for the user to communicate more than one bit of information at any single instance. This opens up new interface alternatives. For example, we could differentiate between these intents: click, forwards and backwards. It does presupposes that there is fine motor control to position one’s finger at a certain distance from the sensor.

Motion sensor

There are now commercially available gyroscope and accelerometer combo boards that are small and inexpensive. So called 6DOs, they detect (the board’s) angular momentum and acceleration, each in 3 dimensions. A sensor fusion algorithm combines the data from the gyros and accelerometers into usable position information. The math is complex but newer boards have on board processing power so the output can be used with relative ease.

The main advantage of using a motion sensor is that it can be mounted on the person, whether on a finger, or, on a hairband for the head. Thus it does not have to be accurately positioned as the externally mounted sensors such as capacitive touch or light.

Use cases

We have deployed the touch sensor for a user who uses it with a computer (via an on screen scanning keyboard). This user had been using a conventional switch but her finger was getting weaker. The touch sensor is mounted on the old switch, with the thumb placed in a corner of the sensor board, about 2 mm from the sensing area. Instead of pressing the switch before, the thumb moves laterally to the touch sensor. Compared to the switch, the touch sensor is much lighter to use. An added benefit is that the user now employs a different muscle for control.

For a second user with locked-in syndrome (LIS), she has use of only one toe and one finger. A conventional switch is installed for the toe, to activate the call bell. Regularly, the user needs to change the positions of her limbs. The switch’s positioning is not so flexible. We installed a light sensor for her finger. This is an IR sensor so the light source comes from the sensor itself and can operate independently of ambient lighting. The sensor requires only that an object is in its light path for detection (the sensitive zone is between 2cm and 5cm from the sensor). In the case of our user, her finger has minimal travel so the sensor’s light path is less than 2mm from her finger’s rest position.

The light sensor is connected to an Arduino board. As a programmable device, the ‘click’ can be made to be more than a binary affair. For example, a short linger over the sensor could indicate one type of click while a long linger another. The exact criteria for short/long can be adjusted to suit. This opens up the possibility, for instance, for a long click to activate the call bell and a short click to serve as select for a tablet. The sensor becomes a multi-functional input device.

For a third user, I use a gyroscope mounted on a hairband to function as computer mouse control. The user is accustomed to using the computer with a camera-based control. This works well for her when she’s in front of the computer. She also uses a tablet using limited arm movement (using a stylus). This requires the tablet to be precisely placed in front of her. With a head mounted mouse, she could now use the tablet in bed, and in limited lighting conditions.

More are detailed elsewhere on these pages. The source code is in https://github.com/AbilitySpectrum.

Advertisement
Posted in Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: