/threeeasybuttons

A simple three button USB keyboard to quickly automate, well, whatever

Primary LanguageArduino

threeeasybuttons

A simple three button USB keyboard to quickly automate, well, whatever.

Possible projects

  • Service desk interaction statistics (easy, medium, hard)
  • 'Call for backup' buttons (more staff, reference librarian, security)
  • Patron-facing 'how did we do?' (😃, 😞, 😡)

How it works

Diagram of how the pieces fit together

The device connects via USB to a workstation (any OS will do). Simulating a human interface device (HID), it sends keystrokes to the workstation, which listens using any of the myriad hotkey solutions out there. It is the job of the hotkey program to trigger the desired effect when per button.

Hardware recipe

TODO: circuit diagram

Recommended HotKey Programs

??

Possible methods save the Data

  • save to local file/mapped network drive
  • HTTP GET/POST
  • Locally developed API
  • Google Sheets API
  • Phant
  • Thingspeak

Credits, References, Inspirations