Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D A 3 input Deej hardware por FilthyFranklin64 no MakerWorld

Descrição

This is my 3 input usb-c deej hardware.

What is deej?

Deej is physical volume mixer project for your pc. The whole thing is here: [https://github.com/omriharel/deej](https://github.com/omriharel/deej), but this LTT video can give you a quick overview: 

There are a few alternative parts for the device. Download the project file to check them out in 3D (Assembly View):

It is nice to have an AMS, but not necessary. All multicolor parts can be printed with a simple pause and color swap.

Printable parts:

  • main frame
  • bottom lid
  • skate
  • skirt
  • top
  • 2 slider knob
  • 1spin knob

Hardware:

  • 2 pcs of 75mm B103 10K Ohm Sliding Potentiometer
  • 1 pc of B10K 10K Ohm spinning Potentiometer
  • 1 pc of usb-c pro micro
  • 11 pcs of 8mm countersunk m3 screw (can be a bit longer or shorter)
  • 1 pc of 6mm m3 screw
  • 4 pcs of 8mm rubber feet / cabinet bumpers

The electonics:

Every potentiometer needs a ground (blue to GND), a voltage (red to VCC), and an individual “data” line (yellow to A0, A1, A2).

Assembly:

Insert the “guts” into the main frame.

Screw in the slider holder. (You might want to leave the spin pot outside while inserting the mounting plate.) You only need 3 countersunk screws.

Secure the controller with the only not countersunk screw.

Align the spin pots notch with the hole al secure it with its collar.

Install the rubber feets.

Sandwich the bottom between the main frame and the skates, and secure them with the countersunk screws.

Put on the skirt.

Place the top part on top of the skirt, and secure them together to the main frame.

Install the sliders. (simple push fit)

Turn the spinner to its max or min end.

And install the the knob accordingly to the end state. (For example, I cranked the pot to the right, and put on the knobs notch horizontally, so I know that horizontal mean max.)

Set up on the pc:

Its on the deej GitHub page, but it goes like this:

  1. copy this code into the Arduino IDE: [https://github.com/omriharel/deej/blob/master/arduino/deej-5-sliders-vanilla/deej-5-sliders-vanilla.ino](https://github.com/omriharel/deej/blob/master/arduino/deej-5-sliders-vanilla/deej-5-sliders-vanilla.ino)
  2. Changle the:
    const int NUM_SLIDERS = 5;
    line into
    const int NUM_SLIDERS = 3;
  3. Changle the:
    const int analogInputs[NUM_SLIDERS] = {A0, A1, A2, A3, A4};
    line into
    const int analogInputs[NUM_SLIDERS] = {A0, A1, A2};
  4. Flash it to the controller.
  5. Download the client from here: [https://github.com/omriharel/deej/releases/tag/v0.9.10](https://github.com/omriharel/deej/releases/tag/v0.9.10)
  6. Edit the config.
  7. Run the program.
MakerWorld

A 3 input Deej hardware

Publicado em 18 de fev de 2025

44
Curtidas
22
Downloads
63
Coleções
7
Impressões
Categoria Electronics
Tags
deej Arduino volume mixer volumemixer pc gadget cyberpunk futuristic usb c
Licença Standard Digital File License
Ver no MakerWorld (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta