Slicer Discord
USB volume control – 3D printable model from Thingiverse Thingiverse

USB volume control

by tyfoza
3 Downloads
2 Likes
0 Makes
Go to Model
USB volume control for Windows
https://www.instructables.com/Digispark-Volume-Control/

Code and wiring
https://learn.adafruit.com/trinket-usb-volume-knob/code

I used cheap MCU board Digispark Attiny85.
Library "Trinket USB Keyboard" for Arduino IDE.
Code is example named TrinketVolumeKnobPlus.

I missed the MUTE indication in the original DIY project. The MCU board does not have a free digital pin for software LED switching. I solved it with a flip-flop switched by pressing a rotary encoder.

If you need switch LED on start:

Add this:
pinMode(PIN_ENCODER_SWITCH, OUTPUT);
// the switch is active-high, not active-low
// since it shares the pin with Trinket's built-in LED
// the LED acts as a pull-down resistor
digitalWrite(PIN_ENCODER_SWITCH, HIGH);
delay(200);

pinMode(PIN_ENCODER_SWITCH, INPUT);
Source
Thingiverse
What you need to print this: Beginner Low confidence
Single piece
Supports 1/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 0/3
Printer
FDM / FFF
File format
STL
Material
TPU
Software
Cura, PrusaSlicer, or similar
No ratings yet
No comments yet – be the first!

Similar Models

6 Suggestions
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection