Hands-free Input

This is a concept input device that [Tech B] built for disabled users. The device uses an accelerometer along with a piezo sensor (right click) and a push button (left click) to function as a mouse. The Arduino that resides in a breadboard on the side of the hat communicates with the computer over a serial connection, using PySerial to translate the microcontroller data into cursor commands with the power and ease of the Python programming language.

During development [Tech B] made a proof-of-concept video using a Basic Stamp which you can watch after the break. He found that this input device was less complicated, more accurate, and much less resource intensive than his webcam IR tracking system.

One-armed Coding Using A Half-qwerty Hack

[Matthew Daughtrey] is going to have one of his paws out of service for a while following some hand surgery. Making a living as a coder seems a bit harder with one hand but he was able to find some solutions online only to balk at price tags reaching $600. He came up with a way have similar functionality on a standard keyboard with creative key mapping and a few auxiliary buttons.

The product he’s trying to mimic is the half-qwerty keyboard produced by Matias Corporation. It sounds crazy, but you can easily use your right hand to type all of the letters the left hand normally would just by mirroring the key locations. That big gray thing you store in your mellon and frequency put at risk handles this automatically. You should give the demo a try. We found that we’re quite good at it and only get confused when switching between the two halves of the keyboard.

But we digress. [Matthew] wrote a script that will mirror all the key mappings when he holds down the Windows key. He then hacked a second keyboard to extend momentary push sensors as seen above. He plans to use them with a partially mobile thumb after the surgery, or to build a foot pedal (we say build the pedal). An elegant hack that is a pittance compared to the official hardware.