Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 986 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 986 Bytes

Media Knob

Hippocratic License HL3-FULL

Stand-alone media control knob, that works cross platform (its just a keyboard)

Media Knob Example

Controls

  • press: Play / Pause
  • double press: Mute / Un-mute
  • rotate: volume up and down
  • hold (400ms) and rotate: previous / next

Requirements

  • Arduino Pro Micro
  • Arduino IDE
  • Rotary Encoder
  • Dupont (female - female)
  • 3D printer (or service)

Set up

  1. add TimerOne and HID-Project libs
  2. add ClickEncoder.h lib
  3. upload the media-knob script to the Pro Micro
  4. wire up the board and rotary encoder
  5. assemble

Extra