AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

Adafruit

· MPN: ADA5811

$26.90 |
In stock at supplier
No reviews yet

This compact breakout gives you a high-resolution analogue voltage output from a simple I2C interface, based on the AD5693R 16-bit DAC. It includes a tempera...

Stock availability

Available with leadtime
25 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

This compact breakout gives you a high-resolution analogue voltage output from a simple I2C interface, based on the AD5693R 16-bit DAC. It includes a temperature-compensated 2.5V internal reference, making it a handy choice when you want finer output control than a typical 12-bit DAC can provide.

The board is designed to be easy to integrate into both 3.3V and 5V systems. Adafruit has broken out the ADDR/A0 pin so you can use two boards on the same I2C bus, and the output span can be configured for 2.5V or 5V (2xVref). When powered from 3.3V, the output range can be set to 2.5V or Vin.

It also fits neatly into modern maker workflows with STEMMA QT connectors on both sides, compatible with SparkFun Qwiic I2C cabling for quick, solderless hookup and easy daisy-chaining with other I2C boards. Adafruit provides an easy-to-use Arduino library and tutorial, including a sine-wave output example that can be used with just about any microcontroller or microcomputer with an I2C host.

For more traditional prototyping, a strip of 0.1" header is included for breadboard or perfboard use. The PCB also has four mounting holes for secure attachment, plus an optional 3.5mm terminal block footprint if you prefer a screw-terminal connection point. The terminal block itself is not included.

Features:

  • DAC: AD5693R 16-Bit DAC with I2C interface.
  • Internal reference: Temperature compensated 2.5V internal reference.
  • Address selection: ADDR/A0 pin is broken out so you can connect two of these DACs on one I2C bus.
  • Logic compatibility: Works with both 3.3V or 5V logic.
  • Selectable output range: You can have the output max out at 2.5V or 5V (2xVref).
  • 3.3V operation: If you're powering from 3.3V you will be able to set the output range to 2.5V or Vin.
  • Arduino support: Easy-to-use Arduino library and tutorial are available.
  • Example code: Includes a sine-wave output example.
  • Broad compatibility: Can be used with just about any microcontroller or microcomputer with I2C host.
  • Included header: Comes with a bit of 0.1" standard header for breadboard or perfboard use.
  • Mounting: Four mounting holes for easy attachment.
  • Terminal block footprint: Optional 3.5mm terminal block spot on the PCB.
  • STEMMA QT: Custom-made PCB in the STEMMA QT form factor.
  • Qwiic compatible: The STEMMA QT connectors on either side are compatible with the SparkFun Qwiic I2C connectors.
  • Solderless chaining: Allows solderless connections between your development board and the AD5693R or chaining with other sensors and accessories using a compatible cable.

Specifications:

  • High relative accuracy (INL): ±2 LSB maximum at 16 bits
  • Low drift, 2.5 V reference: 2 ppm/°C typical
  • Selectable span output: 2.5 V or 5 V
  • Total unadjusted error (TUE): ±0.06% of FSR maximum
  • Offset error: ±1.5 mV maximum
  • Gain error: ±0.05 % of FSR maximum
  • Low glitch: 0.1 nV-sec
  • High drive capability: 20 mA
  • Wide operating temperature range: −40°C to +105°C
  • Product Dimensions: 25.2mm x 17.6mm x 4.8mm / 1.0" x 0.7" x 0.2"
  • Product Weight: 1.8g / 0.1oz

A handy option for waveform generation, setpoint output and precision analogue control in I2C-based projects. Add a compatible STEMMA QT or Qwiic cable for quick solderless setup.

Jargon buster

Plain-language definitions for the technical terms used above.

AD5693R
The AD5693R is a single-channel digital-to-analogue converter (DAC) chip that turns numbers sent from a microcontroller into a precise analogue output voltage. When a board is built around it, the part number determines the resolution, output voltage range, interface and accuracy features you can expect.
breakout
A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
DAC
A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
FSR
FSR usually means full-scale range, the total span between the lowest and highest value a converter can output or measure, so error figures quoted as a percentage of FSR depend on the selected range such as 2.5 V or 5 V. In other contexts FSR can instead mean a force-sensing resistor, a component whose resistance changes with applied pressure, so check which sense is meant.
Gain error
Gain error is a scaling error in which a device's output grows slightly too much or too little across its range, affecting converters, amplifiers and sensors alike. It matters wherever the exact relationship between the input value and the resulting output needs to be accurate.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
INL
Integral non-linearity (INL) measures how closely a converter's actual response follows an ideal straight line across its range, and it applies to both DACs and ADCs. Lower INL means conversions are more predictable and accurate, which matters when you need precise analogue control or measurement.
Internal reference
An internal reference is a stable voltage source built into a converter chip that it uses as the fixed point for translating between digital values and voltages. When a DAC or ADC includes one you usually do not need to add a separate precision reference part, though an external reference can sometimes give better accuracy or a different range.
LSB
Least significant bit (LSB) is the lowest-order bit in a binary number, the bit that some serial protocols send first or last. In analogue-to-digital and digital-to-analogue converters, one LSB also means the smallest step the device can resolve, equal to its full-scale range divided by the number of steps.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
Offset error
Offset error is a small, roughly constant error that remains even when the input or output should be at or near zero, and it appears in converters, amplifiers and sensors. It matters when accurate low-level signals or fine analogue adjustments are needed.
PCB
A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
ppm
ppm means parts per million, a common way to express very small gas concentrations in air. For CO₂ sensors, the ppm range tells you what levels the sensor can measure, such as normal indoor air through to poorly ventilated spaces.
Qwiic
Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
STEMMA
A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
STEMMA QT
A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
Terminal block
A terminal block is a connector that joins wires together in a neat, removable, or serviceable way, usually clamping each wire under a screw or spring instead of soldering. It makes it easier to connect, change, or service wiring without permanent joints.
TUE
Total unadjusted error (TUE) combines several individual accuracy errors, such as offset, gain and non-linearity, into one overall figure. It helps you estimate how far a converter's real result might be from the ideal value, whether that is a DAC's output voltage or an ADC's reading.

Supplier page — adafruit.com

Supplier Description · 1.3 MB · Click any page to view full size

Download PDF

AD5693R Datasheet

Datasheet · 2.5 MB · Click any page to view full size

Download PDF
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.