June 11, 2022
Description
Description
Aren't You tired of always needing to open the mixer on the PC to adjust the levels of apps and games? Or do You want to lower the volume of that YouTube video playing while gaming? Oh, do I have the thing for You! This small mixer box allows up to 5 applications volume levels to be controlled with just a potentiometer, an Arduino and a script running on your computer! Hooked? Then read below!
Instructions
So to begin with, this project is possible thanks to the Deej software by omriharel on GitHub, so go check the repo here.
Now for the fun part: the project! You will need these parts printed:
And also you will need these components
After that, put the pots in the holes (there is a detent so they go only one way) and tighten the nut on the cover. Then solder the wires to the arduino (one side of the pot to VCC, one to GND, the middle pin of each to one of the Arduino pro micro analog pins. A0-A1-A2-A3-4). You can daisy chain the VCC and GND wires between pots if You want. Then use some double sided tape (I used 6mm VHB tape but you can use whatever, there is plenty of room for most kinds of tape). Make sure the arduino usb port is easily reachable! The design of the case is symmetrical so You can flip it around to choose where the cable will exit! Now onto the software.
Software
This is easy, You can follow what is already present on the GitHub page of Deej for the configuration, just remember to edit the Arduino sketch line that follows:
const int analogInputs[NUM_SLIDERS] = {A0, A1, A2, A3, A6};After that keep following the official guide. Remember to check which side is 100% and, if needed, flip it on the configuration as per the guide.
Done! It should be working perfectly! If You do make this project, don't forget to post Your makes and share it with friends!
Customization
In the files there are many variations, so here is a small explanation:
License:
Creative Commons — Attribution