View Single Post
  #2   Report Post  
Posted to rec.audio.tubes
Big Bad Bob Big Bad Bob is offline
external usenet poster
 
Posts: 366
Default uTracer - tube curve tracer [kit]

On 09/06/16 10:58, Big Bad Bob so wittily quipped:
I envision the project as having 5 or 6 simultaneous source voltages to
put on a pin (plus "no connect). So 3 bits to assign it, per 'circuit'.
repeat that circuit 12 times, one for each pin, then connect 12 wires
to a 'bus' (basically) that wires up all of the sockets.


was thinking for a moment, and the EASIEST way to implement this would
be to use a microprocessor on each board, one that either uses a simple
external clock or has an internal clock available. ok you'd have to
flash each one but so what. A $2 microprocessor would substitute for
many $ worth of components, and you could PROGRAM it to do 'whatever'.
Well, _I_ could. downside, having to FCC the board because of the CPU
clock, but getting that to pass is pretty easy [it just costs you $ to
certify it]. Tube testing equipment _MIGHT_ qualify as 'A' type gear
though... [so just use decent engineering practices, yeah].

anyway, if you use a CPU then you could put everything on an I2C bus,
and just give each board a different I2C address. That's 2 wires plus
power and ground [not including the 6 voltages] going to each board, and
since they'd all have "those wires" connected to the same things, it
would be 'busses' again and wiring would not be so difficult.

yeah. I like that. use a micro-P to control the 6 voltages. minimal
external components, using opto-isolators for the high voltage stuff,
drive directly from the output pins. nice! An ATMega 328 would do it,
and it's got a 32-pin QFP that's pretty easy to solder.

now I just need to get $ to fund it... [am I begging too hard?]