Difference between revisions of "Component: DAC (AD5662) (Analog Output)"
From Flowcode Help
Jump to navigationJump to search| Line 14: | Line 14: | ||
==DAC (AD5662) component== | ==DAC (AD5662) component== | ||
16-bit external DAC connected to the microcontroller using SPI. | 16-bit external DAC connected to the microcontroller using SPI. | ||
| + | |||
| + | ==Component Pack== | ||
| + | |||
| + | COMMSA | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 41: | Line 47: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 16:30, 7 January 2022
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Analog Output |
Contents
DAC (AD5662) component
16-bit external DAC connected to the microcontroller using SPI.
Component Pack
COMMSA
Detailed description
Overview
The AD5662 is a 3V/5V general purpose SPI compatible, high-resolution digital to analog converter (DAC), capable of generating a rail-to-rail voltage output.
With 16-Bit resolution, the AD5662 is capable of finely tuning the voltage output across 65,536 steps, with an individual step voltage of 5/65536 = 0.0000763 volts DC.
The AD5662 requires an external reference voltage to set the output range of the DAC.
Pin reference from the datasheet:
Circuit Diagram
Examples
This example reads a potentiometer that is connected across the supply voltage. The output from the DAC should mimic the voltage that's across ADC pin & GND.
Downloadable macro reference
| OutputDAC | |
| Outputs a value to the DAC, | |
| Output | |
| Range: 0-65535 / 0=0V / 65535=VCC | |
| Return | |
| Initialise | |
| Initialise the SPI bus ready for communications, | |
| Return | |

