Hello!
I would like some starting advice for a slightly fine-motor-skills-challenged electronics beginner, please.
My aim is to build a chording-style split keyboard system, where the user presses a key with a finger of each hand to generate a single letter to the PC. (Modifier keys will be pressed by the thumbs.)
To minimise the amount of hardware I have to build from scratch, I would like to prototype this with two plain-old off-the-shelf USB 16-key keypads connected to a teensy, which will read the USB output of each keypad and encode the result to the PC with the standard USB keyboard device interface.
I have seen the USB host shield (http://www.pjrc.com/teensy/td_libs_USBHostShield.html) but it's not clear to me whether the teensy can be wired to two of these at once, and, if it can, whether the teensy can distinguish between a key pressed on the left- or right-hand keypad.
Would a teensy be capable of acting as an intemediary between the PC and two keypads in this manner?
Thanks,
Philip
I would like some starting advice for a slightly fine-motor-skills-challenged electronics beginner, please.
My aim is to build a chording-style split keyboard system, where the user presses a key with a finger of each hand to generate a single letter to the PC. (Modifier keys will be pressed by the thumbs.)
To minimise the amount of hardware I have to build from scratch, I would like to prototype this with two plain-old off-the-shelf USB 16-key keypads connected to a teensy, which will read the USB output of each keypad and encode the result to the PC with the standard USB keyboard device interface.
I have seen the USB host shield (http://www.pjrc.com/teensy/td_libs_USBHostShield.html) but it's not clear to me whether the teensy can be wired to two of these at once, and, if it can, whether the teensy can distinguish between a key pressed on the left- or right-hand keypad.
Would a teensy be capable of acting as an intemediary between the PC and two keypads in this manner?
Thanks,
Philip