And polarity like in #1015 (different to your schematic)?
Oh oh, I blindly copied an image from google - the image has wrong polarity for the upper opamp. Inputs go to noninverting (+) inputs as in the schematic for my pcb.
I'm not sure that the schematic of #1015 would work at all - I've never seen such an instrumentation amplifier.
As regards gain, the volume control stage in the original preamp schematic can provide gain at will.
I guess you refer to the wrong polarity of the upper opamp also?
Regarding gain: i using a stepped relay attenuator there's no gain in the circuit - if you need some, as previously stated, I'd put it on the input stages.
Oh oh, I blindly copied an image from google - the image has wrong polarity for the upper opamp. Inputs go to noninverting (+) inputs as in the schematic for my pcb.
Thank you again 🙂 I thought the polarity in your pcb-schematic should be right... 😉
Last edited:
Yes, the upper arm is not correct.
With my attenuator connected to the output stage I have a gain range from +6 to -58dB.
With my attenuator connected to the output stage I have a gain range from +6 to -58dB.
I had a quick look at your github-files: I think VolCtrlDR.csv is out of date - compared to your schematic (i.e. Ds, OPAs...)
Yes, that might well be the case. Only one PCB was ever built, then we decided to include the volume control in our DACs directly. And well, that was scrapped as well as we will go full digital volume control only.
I wouldn't do the RCA-Output. Better to use only balanced outputs and if RCA outputs are necessary, better use one "very good" way (CMRR!), written here at Jensen.
I'm all with you. Just tried to make the PCB rather universal at that time. At times I wonder why even "High end home equipment" still uses RCA. There's no such thing as a ground or "unbalanced" - But I tend to repeat myself 🙂
If OPA1612 is used in that configuration you might want to allow for optional feedback capacitors in parallel to the resistors labeled R1 in the schematic posted by Tfive.
Has anyone ever integrated a digital potentiometer, such as AD5171 (AD5171BRJ1) simply in the circuit instead of Bruno Putzeys Poti and controlled via I2C? So i.e. by means of microprocessor or Arduino ... Is there a way that is minimal in effort and at the same time unmatched in precision?
That's in theory possible but it would not give you linear dB steps because the pot is used in the negative feedback path of the opamp. All the digital pots I know of have to be wired differently to how Bruno uses the pot in his circuit.
Edit: you could always cut the circuit after the diff amp of the instrumentation frontend, insert the digital pot there as a potential divider and feed the output buffer from the pots output. That would be very similar to how I implemented volume vitro with the relays, they also form a resistive divider, albeit a switchable one.
Edit: you could always cut the circuit after the diff amp of the instrumentation frontend, insert the digital pot there as a potential divider and feed the output buffer from the pots output. That would be very similar to how I implemented volume vitro with the relays, they also form a resistive divider, albeit a switchable one.
Last edited:
I believe Hans Polak’s volume control is not wired into the feedback path. So I think it is possible using the via as a connection to ground
It is possible in principle, but you'd need a digital pot (i) with linear (not log) code/resistance law and (ii) that can handle +/-12V analog signals. AD5171 is linear law, but it runs from Vdd=+5V and can only handle positive voltage between 0 and Vdd, so no luck with that particular digital pot.Has anyone ever integrated a digital potentiometer, such as AD5171 (AD5171BRJ1) simply in the circuit instead of Bruno Putzeys Poti and controlled via I2C?
I took a different path and integrated three different digitally controlled volume controls into the circuit.
Here is a more visible link to the relevant thread:
Balanced Volume Controller / Line Stage
BTW the PCBs are available.
Balanced Volume Controller / Line Stage
BTW the PCBs are available.
I did not understand this part. Bruno uses a linear 10k, 2-channel potentiometer (Bourns "PTD902", 2x3 poles). Why shouldn't that be 1:1 interchangeable with this, for example? Voltage supply should be no problem.That's in theory possible but it would not give you linear dB steps because the pot is used in the negative feedback path of the opamp. All the digital pots I know of have to be wired differently to how Bruno uses the pot in his circuit.
Last edited:
See its datasheet, section "Absolute Maximum Ratings". It says, Supply voltage: Vdd to GND, -0.3V to 7V; All other pins to GND: -0.3V to Vdd. If you want to connect one of "all other pins" to an opamp powered by +/-12V rails, the digipot will see + or -12V at some point, which will exceed its ratings. Those digipots are made for a different application (replacing trimpots, hence nonvolatile memory), and their distortion performance is probably not great.
A much better idea IMO would be to fit in a specifically designed audio volume control. The closest match would be the MUSES 72320/72323 or the now-obsolete WM8816, and in the thread linked above I show how to do it.
A much better idea IMO would be to fit in a specifically designed audio volume control. The closest match would be the MUSES 72320/72323 or the now-obsolete WM8816, and in the thread linked above I show how to do it.
Attachments
Last edited:
The subject of replacing a linear pot with an electronic device was discussed some five years ago, beginning here:
BPPBP - Bruno Putzey's Purist Balanced Preamp (well a balanced volume control really)
Hope it is of some use here too.
Regards,
Braca
BPPBP - Bruno Putzey's Purist Balanced Preamp (well a balanced volume control really)
Hope it is of some use here too.
Regards,
Braca
Thank you 🙂The subject of replacing a linear pot with an electronic device was discussed some five years ago, beginning here:
BPPBP - Bruno Putzey's Purist Balanced Preamp (well a balanced volume control really)
Hope it is of some use here too.
Regards,
Braca
MAS6116 is a direct equivalent to the WM8816, it's still current and in UK is available from Profusion. It works great when incorporated into Bruno's balanced amplifier circuit.A much better idea IMO would be to fit in a specifically designed audio volume control. The closest match would be the MUSES 72320/72323 or the now-obsolete WM8816, and in the thread linked above I show how to do it.
I've currently got this running as my pre-amp controlled by an Arduino Nano with rotary encoder and IR remote.
Last edited:
- Home
- Source & Line
- Analog Line Level
- BPPBP - Bruno Putzey's Purist Balanced Preamp (well a balanced volume control really)