Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Dejvino 9a8ec4c478 Initial commit il y a 2 ans
KeyboardClicker Initial commit il y a 2 ans
hid_listen Initial commit il y a 2 ans
README.md Initial commit il y a 2 ans

README.md

Keyboard Noise Maker

Ever wanted a clicky keyboard but only had a boring quiet one? The solution is here! This is a dedicated hardware “clicker” that you can associate with any USB keyboard. A daemon running on the host computer listens to events from the keyboard and forwards them to an MCU that does the needed clicking.

Hardware

  • Arduino
  • Relay module
  • Bell(?)

Software

  • USB HID listener attached to a single USB keyboard (tested on Linux)
  • output of the listener redirected to Arduino’s serial port

Running

Flash the Arduino code, build the host daemon, run it and redirect it to the Arduino’s serial:

cd hid_listen
make
sudo ./hid_listen > /dev/ttyUSB0

TODO

  • USB device IDs are hard-coded, should be taken as CLI parameters

Sources