I'm trying to work out how to convert a 0-5V signal to a +/- 5V signal. I'm using an LTC 2664. it is a 16bit, 4 channel programmable DAC which can be programmed to generate a +/- 10V output. )(i'm trying to emulate an AC input into a conductivity analyzer.)
The 2664 DAC uses SPI, and there is a Ketchbook that has several header files.
I'm guessing that all I need to do is incorporate the header files, and then call the functions in the headers by sending the digitalized value generated from the 0-5V input. Is this correct?
I have no experience with this DAC but you realize a -5V (negative) supply is needed and to get a +/- 5V sine wave out you will need to input numbers from 0(-5V) to 32768 (0V) to 65535 (+5V), probably from a lookup table.