Maker Pro
Maker Pro

Recommendation for Digital to Analog Converter

Y

Yimin Rong

Jan 1, 1970
0
I've been searching without success for a couple of days for a DAC
with these characteristics:

* 5V operation
* DIP - 20 pins or so
* 8-bit resolution
* Voltage output
* Two reference voltages - output is linearly scaled such that [0,
255] -> [VLo, VHi]
* 1+ Msps

Don't need dual or quad, and serial interface won't work because the
microcontroller isn't fast enough to run that way.

Can anyone make any recommendations? Or is there a website that helps
you select ICs based on requirements?

Regards,

Yimin
 
L

Lostgallifreyan

Jan 1, 1970
0
Or is there a website that helps
you select ICs based on requirements?

Digikey's part selection process might get you some of the way there.
 
J

Jamie

Jan 1, 1970
0
Yimin said:
I've been searching without success for a couple of days for a DAC
with these characteristics:

* 5V operation
* DIP - 20 pins or so
* 8-bit resolution
* Voltage output
* Two reference voltages - output is linearly scaled such that [0,
255] -> [VLo, VHi]
* 1+ Msps

Don't need dual or quad, and serial interface won't work because the
microcontroller isn't fast enough to run that way.

Can anyone make any recommendations? Or is there a website that helps
you select ICs based on requirements?

Regards,

Yimin
If you are using a micro, can't you program a couple of output
lines for PWM to be ran through a unity gain for buffering ?
That is what we do with AVR's and Pic's.
In the case where you have a uC that does not have a direct
hardware programmable event for PWM out put, you could set up an
NMI sub, to generate the output for you. this also works very
good.
You could do this with one line output also at 50% duty cycle
to generate a 0.00v offsets with a +/- source with respect to common.

The resolution is as good as the timer you're using.
 
Y

Yimin Rong

Jan 1, 1970
0
Digikey's part selection process might get you some of the way there.

Thank you, I'm looking at the page now. Regards, Yimin
 
Y

Yimin Rong

Jan 1, 1970
0
Yimin said:
I've been searching without success for a couple of days for a DAC
with these characteristics:
* 5V operation
* DIP - 20 pins or so
* 8-bit resolution
* Voltage output
* Two reference voltages - output is linearly scaled such that [0,
255] -> [VLo, VHi]
* 1+ Msps
Don't need dual or quad, and serial interface won't work because the
microcontroller isn't fast enough to run that way.
Can anyone make any recommendations? Or is there a website that helps
you select ICs based on requirements?

Yimin

If you are using a micro, can't you program a couple of output
lines for PWM to be ran through a unity gain for buffering ?
That is what we do with AVR's and Pic's.
In the case where you have a uC that does not have a direct
hardware programmable event for PWM out put, you could set up an
NMI sub, to generate the output for you. this also works very
good.
You could do this with one line output also at 50% duty cycle
to generate a 0.00v offsets with a +/- source with respect to common.

The resolution is as good as the timer you're using.

Thanks for the advice. The PWMs output at a few KHz whereas I need MHz
fequency, so I don't think I can use them. Regards, Yimin
 
Top