building a USB button
April 9, 2007 4:51 PM
Subscribe
How can I build a custom USB button?
Like
this, but a single button and I'd like to tie it to a specific activity (printing from an application, specifically something cutom written using
processing) . I can't seem to find info on how to build a single button online.
Alternatively, ideas on how to rig up something that
looks like a button that presses a keyboard button and springs back. I know how to deal with keyboard input.
This is for an art project- a machine that given the press of a button gives out very unwelcome advice.
Thanks.
posted by pissfactory to computers & internet (11 comments total)
7 users marked this as a favorite
All you have to do is run wires from your microswitch to GND and one of the other terminals on the encoder - no soldering, drivers, or anything. Pushing the button will show up as a keypress, with neither muss nor fuss.
posted by pocams at 5:08 PM on April 9, 2007