Close

2831 Results for "keyboard"

  • The Keyboard - Part 2

  • I've spent the last few weeks working on I/O but the keyboard is one of the main I/O devices so it kind of fell into the mix. The good news is that the keyboard itself works as intended: no messed up traces on the PCB or the like. The bad news, not that...
  • Keyboard adapters available!

  • Finally you can order your keyboard adapters ready to go from me!Order from my Tindie store. With your order you'll receive a keyboard adapter, programmed with the Arduino bootloader and a LED blink sketch (that is how I test the boards).
  • PS2 Keyboard interface working

  • I finally got the keyboard to work. PS2 interface working nicely and printed keystrokes on the screen. I was getting trouble when using my FIFO as a hardware keyboard buffer, needed to fix some timing. Also now working on a sort of datasheet for my CPU,...
  • Arduino as HID Keyboard

  • I stumbled onto this very descriptive page about how to make an Arduino appear to the computer as a USB keyboard, rather than the standard MCU/Serial Port combo: http://mitchtech.net/arduino-usb-hid-keyboard/I'll be using these instructions for the first...
  • Installing the Keyboard

  • Today I integrated the keyboard into the frame I have constructed. The first thing I did was to remove the front most dowel and cut a notch in the side panels to accommodate the  keyboard.Now I'd like to brag that I was thinking ahead about how...
  • PS/2 keyboard controller

  • At last I wrote a controller for PS/2 keyboard in the fpga. It has a 16 key queue. I was postponing it and was using an external board instead, but once I started, it was easy and fun.
  • Keyboard Scanning Demo Code

  • As promised, I've put the keyboard scanning code covered in the last three logs online and you can download it from this page: https://dboucher.org.uk/keyboard. Keyboard with Arduino UNO and paper pin insulator. This version is set up for Arduino but...
  • The Keyboard - Part 1

  • I wasn't entirely sure what I was going to do for the keyboard, but I got a lot of assistance from friendly folks along the way. The MCM/70 and the rack machine used an unencoded keyboard - the processor was connected directly to the keyboard and it...
  • Keyboard mounted desk fan

  • The general idea is low profile, aimable air vents blowing up from desk level are the only way a standing desk is going to be practical.  There's not enough room next to a modern 4k monitor for any fans.   So the idea came of somehow fixing...
  • i2c Thumb Keyboard

  • A few folks have asked for KiCad files for the i2c version. I was hoping to be able to make these at home and put them up on Tindie but I don't have the time at this point. You can find the files on my github page: https://github.com/AnthonyDiGirolamo/i2c-thumb-keyboardHopefully...
  • The Keyboard Matrix

  • My keyboard matrix is completed. What happens if I press multiple buttons at once? - It registers only the one that was pressed firstWhat happens if I hold a button down for an hour? - Nothing, until you release it. It could be easily customised to act...