I would like to ask:
LTC1590 Is there a way to use fixed output without soft control?
Because I don't write soft controls .
Thank you
LTC1590 Is there a way to use fixed output without soft control?
Because I don't write soft controls .
Thank you
Last edited:
You can control it with a hardware only solution but it requires the same level of understanding as it would take to do it in software.
Used for volume control
You need micro-controller to translate the volume level from your control to SPI.
Or to choose another MDAC, with parallel bus, as were mentioned above.
BTW, I also use LTC1590f as a volume control in some products.
Also DAC8803 and DAC8814.
Last edited:
I would like to ask:You can control it with a hardware only solution but it requires the same level of understanding as it would take to do it in software.
How to control it with a hardware solution?
What hardware control should be used?
Is there a line for reference?
It can be done in hardware but would need quite a bit of discrete logic or a CPLD. It would be so much easier to do it in software. There is probably some Arduino code out there you can modify. That being said here is one way it might be done in hardware
1. Set values for both dacs.
Set the inputs on 24 bit parallel in, serial out shift register. Setting the values can be as simple as 24 switches or something with a digipot and a display.
2. Load values and convert.
Generate a low going signal starting a 24 cycle count. After 24 cycles the signal goes high updating dac the output and resetting the 24 cycle counter.
1. Set values for both dacs.
Set the inputs on 24 bit parallel in, serial out shift register. Setting the values can be as simple as 24 switches or something with a digipot and a display.
2. Load values and convert.
Generate a low going signal starting a 24 cycle count. After 24 cycles the signal goes high updating dac the output and resetting the 24 cycle counter.
- Home
- Source & Line
- Digital Line Level
- LTC1590