Tiny USB Knob

The Tiny USB Knob is a simple device with a rotary encoder and a USB microcontroller. It can send USB things when the encoder is turned or clicked.

There are two firmware versions:

Version   Web Config
HID Sends HID keyboard keys when the knob is rotated or pressed https://hid.skilbeck.com/
MIDI Sends Continuous Control MIDI commands when the knob is rotated or pressed https://midi.skilbeck.com/

If you want to flash different firmware on your device, please email me: [email protected]

NOTE FOR Linux users

It's necessary to set a 'UDEV permission' (me neither) before these Web Config tools will work in Linux.

Execute the following command in a terminal (you will need to enter your password), then reboot your machine:

echo 'ATTRS{idVendor}=="16d0", MODE="0666", GROUP="users"' | sudo tee /etc/udev/rules.d/50-udev-tiny.rules