zumdar / harmonic_content_code

code and software documentation for the Harmonic Content installation - a public art light and synthesizer installation to be displayed on Georgia Tech campus
0 stars 0 forks source link

DAC - AD5370 #3

Open zumdar opened 2 years ago

zumdar commented 2 years ago

https://www.analog.com/media/en/technical-documentation/evaluation-documentation/EVAL-AD5370_5372_5373EB.pdf

zumdar commented 2 years ago

from the DAC datasheet:

The AD5370 has a high speed serial interface that is compatible with SPI, QSPI™, MICROWIRE™, and DSP interface standards and can handle clock speeds of up to 50 MHz.

The serial word (see Table 10) is 24 bits long; 16 of these bits are data bits, six bits are address bits, and two bits are mode bits that determine what is done with the data

24 bits per channel * 32 channels = 768 bits each update 50Mhz / 768 = 65k theoretically we should be able to get a sampling frequency of 65 kHz

zumdar commented 2 years ago

DVCC = 2.5 V to 5.5 V VDD = 9 V to 16.5 V VSS = −16.5 V to −8 V VREF = 3 V AGND = DGND = SIGGND = 0 V

zumdar commented 2 years ago

https://www.analog.com/media/en/technical-documentation/evaluation-documentation/EVAL-AD5370_5372_5373EB.pdf

https://www.analog.com/media/en/technical-documentation/data-sheets/AD5370.pdf

EXT REF on the DAC is SMB connector

maybe get BNC to SMB cable and BNC connector on our board? https://www.centricrf.com/cable-assemblies/sma-cable-assemblies/18ghz-flexible-rg405-086-sma-smp/c572-086-09b-cable-smp-f-to-sma-m-086-flexible-18ghz-vswr-1-25-9/?gclid=CjwKCAjwwsmLBhACEiwANq-tXI_RbwLa_R6KtDWBK9m9Df5ki88685Jkxt1tVMaLrHdn49xHgrhX7BoC2bcQAvD_BwE

zumdar commented 2 years ago

a3ab446b878044449dfcdf2e7548a90b affcdb9a2f4d41c0ae0997743fd4b48d 7428c862c6cd4bd8a97a1e8e56d75773

zumdar commented 2 years ago