The newly released Arduino Leonardo has a few very interesting features, most notably the ability to act as a USB keyboard and mouse thanks to the new ATmega 32U4 microcontroller. This feature isn’t ...
Engineering student Federico Terzi has created a new input device aptly named the Gesture Keyboard which, as the name suggests, converts gestures into keystrokes thanks to a little Arduino programming ...
Adam Podstawczynski has created an innovative Arduino-powered project that emulates a Commodore 64 keyboard on a modern PC. This project allows keystrokes to be translated into character inputs on a ...
Adding USB functionality to your Arduino projects used to be a pain, but thankfully, the V-USB project came along and gave your ATMEGA328 the ability to control the USB lines directly and mimic simple ...