Hello, I'm making an arbitrary pulse-shape generator and I want to use this DAC: htt*p://ww*w.analog.c*om/static/imported-files/Data_Sheets/AD768.pdf
(remove the asterices)
Are there any tutorials on the internet for how to interface with external chips such as DACs? How does the clocking work? It says in the spec that it is 1MHz, but the arduino is 16MHz. What happens there?
It says in the spec that it is 1MHz, but the arduino is 16MHz. What happens there?
1 MHz is the maximum sample output rate, you will be lucky to get samples at that speed from an arduino, especially at a sustained rate.
This is a parallel input D/A so you will need some sort of port expander in front of it, that’s going to slow you down.
What output sample rate do you need?
Your best bet is to read the data sheet for interfacing advice.
That second one being serial is a lot better to interface to. Again just read the data sheet.