• WARNING: Tube/Valve amplifiers use potentially LETHAL HIGH VOLTAGES.
    Building, troubleshooting and testing of these amplifiers should only be
    performed by someone who is thoroughly familiar with
    the safety precautions around high voltages.

Digitally driven tube pre-amp

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

Lately I've been thinking about constructing a digitally controlled tube-amplifier.
What I have in mind is a tube-driven line-stage, having source selection and volume attenuation controlled by a microcontroller, most likely an Atmel AT91SAM7S.

Source selection is done using the usual relays method - seems to provide more than good results for everyone, and the only way around all in all. The pre-amp does not need to accept any balanced connections at this stage.

Volume attenuation requires more attention, as there are a few options:
1) dedicated iC (for example PGA2320) - probably the easiest and "suckiest" of all
2) Motorized ALPS pot - Expensive, might have other disadvantages I am not aware of (such as motor control - will an h-bridge be necessary?)
3) Resistor ladder controlled by relays (e.g. 6 relays, providing 64 attenuation steps)
- From what I understood, this would yield the best performance. However, I'm having trouble regarding the load variations that happens when I switch resistor values.
Is this any matter of concern? What would be good ways to overcome it in a tube pre-amplifier?
In a solid-state I could put a buffer before and after the attenuation stage. Would this be desired? What about a tube pre-amp?

Extra control features include the mandatory IR remote control and a small LCD display.

The pre-amplifier needs to have both un-balanced and balanced outputs - what would be a suggested way to achieve a balanced output without using two op-amps in an inverting and non-inverting configuration?

A little background about myself - I am pretty much new to analog designs. I work as an embedded programmer and am familiar with the world of digital electronics. I have also built an LM3875 'gainclone' amplifier, using my own PCBs/schematics and it worked perfectly until I moved an apartment :)

A general question about pre-amps - where would you place the attenuation stage? Seems most if not all designs place a voltage divider before the buffer. What would be the effects of placing it after the buffer? What would happen if I used variant resistance on the gain loop of a typical op-amp to alter its gain?


Lots of questions, but hey - I'm starting out on this whole tubes/pre-amps thing. Might not be the best newbies project, but I think I will manage to handle it. I hope so, anyway :D

Many thanks.:D
 
eranrund said:
1) dedicated iC (for example PGA2320) - probably the easiest and "suckiest" of all
2) Motorized ALPS pot - Expensive, might have other disadvantages I am not aware of (such as motor control - will an h-bridge be necessary?)
3) Resistor ladder controlled by relays (e.g. 6 relays, providing 64 attenuation steps)


1) Certainly the "suckiest".

If you are already using a micro, may i suggest a DS1660 - easy to implement, very nice sounding, ARC use it in their top preamps and it's very easy to do balanced.

2) Not much enthusiasm for any kind of Alps pots, i'm afraid. Other than being cheap and easy to control i see no reason to use them.

3) I've built several relay attenuators and the results, using Nais relays and cheap metal film resistors, were really mediocre compared to a switched ladder/shunt attenuator using same tupe resistors. Finding nice sounding relays and hoping they would go on sounding nice is a long shot.


Tube preamps are not very suitable at driving attenuators at output. You either need a large resistance value (which makes an active pre silly) or a transformer coupled stage capable of driving low resistance (600ohms?). That's the reason 99.9% of tube preamps have the pot at the input. It's certainly possible to sandwich it between stages but this is very seldom done.
 
I have seen active volume controls using tubes but I can't remember where. One was some kind of beam deflection tube with two plates that had a pair of grids that directed the beam in varying amounts to one or the other. The other I think used a remote cut off tube of some sort. As I recall one of the issues with these was the total amount of attenuation being limited.

You might do some googling on that general theme as you might be able to come up with some sort of variation or hybrid.

mike
 
Regarding the DS1666, should one be worried about the signal limitation imposed by the +5/-5v rails?

The most interesting thing about this chip seems that its control interface can be very easily opto-coupled, thus completely isolating it from the digital part of the circuit, where some high frequencies run :)

What about its 20% tolerance? Should that be of any concern?

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