DIY volume control open-source project

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Yes, Thank You MAXW !!

I haven't fully read the data sheet yet but that is what I gathered from the first page of the data sheet.

Cheers!

jer :)
 

Attachments

  • Volume 1.jpg
    Volume 1.jpg
    110.3 KB · Views: 604
  • Volume 2.jpg
    Volume 2.jpg
    98.5 KB · Views: 591
As -111.5 to 0db at .25db steps plus mute= (111.5*4)+1= 447 steps
Then 0db to 31.5db at .5db steps= 2*31.5= 63 steps.
I read this as a total of 510 steps. ;)

I like .25db steps better.

But, I would like to see a device that has .1db steps throughout the range instead.

jer :)
 
Last edited:
.25db steps is way too small. I have attens that use half db steps and THAT is often too small of a change.

.25db per step means that you have to allocate more digits on a display to show it, more update chars (slower to display), more math to be done during the display and worst of all, you can't fit it all in a single 256-step byte. I really like being able to keep the volume setting in an 8bit byte.

just because an engine can go down to .25db is not a good enough reason to implement it that way, at the application layer.

fwiw...
 
.1db is going to make you turn the knob SO MUCH, it will annoy you.

I built a .1db attenuator (using my relay atten circuit, 8 relays giving me about 32db of total range). the intention was not to vary it for program material but to use it as a 'trimmer box' to match levels with my subwoofer and the mains. set it once and forget it, but I needed fine db spacing since you do notice small changes with subwoofers.

regular daily use of vol controls would make you hate having .1db steps.

I strongly advise against it.

or, have some mode where you can adjust down to .1, but for daily use, half or even 1db is really all you need to do the daily ups and downs ;)
 
I was searching for some digital pots today and I could only find three types that are +/- 15V capable for use in EQ's, Crossover filters and tone controls all the others can only handle no more the 5 or 6 volts beides some of TI's PGA parts.

Analog devices has Three different types that are good for +/- 16.5V.

One has 256 steps and two types that are 1024 steps,

http://www.analog.com/static/imported-files/data_sheets/AD5291_5292.pdf

http://www.analog.com/static/imported-files/data_sheets/AD5293.pdf

Microchip has one part that is good for +/-18v and it is a 7/8bit device,

http://ww1.microchip.com/downloads/en/DeviceDoc/20005207A.pdf

The THD for the AD devices are very low at -106db or .0005% THD.

They can be a bit pricey at $3.65 to $9 per part at mouser depending on which one you choose as this is typical.

Or you could get them for about 1/2 to 1/3 that for 100 of them straight from Analog Devices ranging from $2.29 to $4.59 each.

Microchip doesn't list the data for THD But I would expect similar results.
The microchip part is only $1.37 at the microchip store for just one part.

They are all single channel devices and they typically don't cost anymore than, if not cheaper than, a regular high quality mechanical pot would cost in single units.

However these do require an MCU to control them.

jer :)
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.