Automating A Mechanical Typewriter

typewriter-driven-by-automotive-door-lock-motors

Check out all the work going on in the cabinet below this typewriter. The hack which automates a mechanical typewriter  is for an art installation, but wouldn’t it be fun to build one of these to use as a résumé printer? It really makes us wish we had an old typewriter sitting around.

It would have been much easier to patch into an electric typewriter, but we have seen the string trick used on those as well. In this case a loop of string attaches to the the bar under each key, allowing a pull from below to type the character. An automotive door lock actuator ([Harvey Moon] tells us they’re not solenoids) connects to the other end of the string for every key. But then you’ve got to have a way to drive the actuators and that’s where the protoboard full of forty relays seen to the right comes into play. That image, which was taken from the demo video after the break, shows the board being testing. We’d guess more wires are added later to multiplex the array as we can’t figure out how the Arduino manages to drive all forty of them as shown. One thing we are sure about, the completed project looks and sounds amazing!

Continue reading “Automating A Mechanical Typewriter”

Wall Wart Computer Mouse

SAMSUNG

This rather bulky looking wall wart is actually a computer mouse. Sure, it may cause your hand to cramp horribly if used for any length of time. But some would say it’s worth that for the hipster value of the thing.

The rather odd shape is somewhat explained by the fact that this was sourced from Ikea. After gutting the transformer found inside the plastic case he had plenty of room to work with. He drilled a hole so that the sensor from a Logitech USB optical mouse can pick up the movement of the mouse. He also got pretty creative when it came to the buttons. The two prongs of the wall plug pivot horizontally to affect the momentary press switches inside.

After the break you can see a quick demo of the project. [Alec] doesn’t consider it to be complete. He wants to make a couple of improvements which include adding weight to make it feel more like the original wall wart, and finding a way to hide the hole he drilled for the sensor.

Continue reading “Wall Wart Computer Mouse”

Ask Hackaday: Are We Close To Reinventing The Keyboard For Touchscreens?

minuum-keyboard

We mourn the loss of the physical keyboard with the advent of tablets. After all, we do a bit of typing getting all of these features posted throughout the week. And we kind of blame tablets for the decline of the netbook industry (we still use a Dell Vostro A90 when not at home). But we’re trying to keep an open mind that we may not need a physical keyboard anymore. If someone can come up with an innovative alternative to the Qwerty layout that we are able to learn and can use with speed and without physical strain we’ll be on board. Our question is,  do you think we are close to a screen typing breakthrough?

This question came to mind after seeing the Minuum keyboard shown above. It compresses all of the rows of a Qwerty into a single row, monopolizing less screen space than conventional smartphone input methods. The demo video (embedded after the break) even shows them hacking the concept into a distance sensor and using a graphite-on-paper resistor. Pretty cool. But what happens when you type a word not in the dictionary, like this author’s last name?

You can actually try out the Minuum style thanks to [Zack’s] in-browser demo hack. He’s not affiliated with Minuum, but has done quite a bit of alternative keyboard input work already with his ASETNIOP chorded typing project. It’s another contender for changing how we do things.

Continue reading “Ask Hackaday: Are We Close To Reinventing The Keyboard For Touchscreens?”

Wooden Teeth For Your USB Keyboard

wooden-keyboard

We just got an ergonomic keyboard for the first time and absolutely love it. But the look of this keyboard hack has us second guessing ourselves. [Will Pretend] pulled off an absolutely stunning wooden retrofit for his USB keyboard. Be warned, his project log includes 175 photos, and most of them have captions.

He started off by taking apart the original USB keyboard to see what he was working with. Before digging in to the valuable wood stock he cut test pieces using some thin MDF. But once he had a clear plan to get to the end of the project it was full stem ahead.

The keys are not simple Chicklet style overlays, they have depth like you would expect to find on low-grade plastic peripherals. This was accomplished by milling each key, then sending them through the laser cutter to each the letter on top.

Take some time to make your way through the entire project (here’s a thumbnail layout if you get frustrated). Unfortunately [Will] says he doesn’t actually use the keyboard because of grains catching and the keys move around a bit too much. But it does work.

Hacking The Right Side Of A Keyboard Completely Off

hacking-the-right-side-of-your-keyboard

The form factor of this keyboard just doesn’t look right. What’s missing? Oh, the numpad has been completely removed! We use our numpad almost exclusively (especially when coding) so it’s a little hard to figure out why [Ludw] did this. His only mention of motive is that he wanted the mouse closer to the main part of the keyboard and that he didn’t use the numpad. No matter what the reason, we still think he did an amazing job of giving new life to the older keyboard.

It started out as a plain old beige Cherry G80-3000 keyboard. After cracking open the case [Ludw] carefully traced out the connections between the key matrix and the PCB which provides the USB connection. This is because the controller is mounted over on the part of the PCB he his about to remove. Before making the cuts he desoldered all seventeen switches (these can be reused to fabricate a new keyboard, or add switches to various projects). He then lopped off the depopulated substrate and used point-to-point soldering to reconnect the controller. A bit of case alteration removed the extra space while also reusing the nicely molded edges. A clean and tidy paint job finishes the hack.

[via Reddit]

ASETNIOP Chorded Typing With A Piano Keyboard

asetniop-chorded-typing-with-a-piano

We don’t know if typing your Facebook updates from a piano keyboard counts as practicing or not. But if you want to give it a try here’s how. [Zach] wrote in to our tips line with his latest ASETNIOP hack which uses a MIDI piano keyboard to touch type on a computer.

Last July was when we first heard about ASETNIOP. It’s a chorded typing system which at the time was aimed at, but not limited to, touch screen devices. This version gives a pretty good idea of how the system actually works. Your fingers and thumbs are each assigned a key and they never move away from it. To type more than just the ten letters, combinations of keys are assigned the rest of the alphabet. You can see the piano example of the system after the break. But better yet would be hooking your own MIDI keyboard up to the computer and trying it in a browser.

Continue reading “ASETNIOP Chorded Typing With A Piano Keyboard”

Simple To Build Programmable Foot Switches

programmable-footswitches

Your hands do a lot of work between the keyboard and the mouse, why the heck are you letting your feet be so lazy? [Dossier van D.] is putting an end to the podiatric sloth. He built this set of three foot pedals which have gone through two versions of functionality.

The buttons themselves are made from a base plate of plywood with a smaller piece on top for each ‘key’. The two parts are separated with some foam carpet pad, with a tactile push button in between to register a click. The only thing we’d change about this is adding a couple of wooden spacers next to the switch so that accidentally sanding on a button doesn’t break that electronic component.

Originally each button was soldered to a gaming controller. This worked just fine using button mapping, but recently [Dossier] made the switch to using an Arduino Leonardo. This is a perfect choice. Unlike input devices made with older Arduino versions the Leonardo board can natively register as a keyboard, making it a snap to programmatically map any key to the switches.

If you like this project you should check out [Dossier’s] foot mouse as well.