SparkFun
Qwiic MCP4725 12-Bit DAC Breakout
· MPN: BOB-31206
Generate a real analogue output from your microcontroller instead of relying on PWM. This MCP4725 breakout is a 12-bit Digital-to-Analogue Converter (DAC) th...
Get notified when back in stock
Generate a real analogue output from your microcontroller instead of relying on PWM. This MCP4725 breakout is a 12-bit Digital-to-Analogue Converter (DAC) that outputs precise voltage levels over an I2C/Qwiic connection.
It is useful for projects that need smoother control signals, such as sound generation, custom musical instruments, sensitive analogue actuators, calibration points or voltage-reference style outputs. The onboard EEPROM can store a voltage setting so the DAC outputs that level again on power-up.
Integration is straightforward with the Qwiic Connect System: two Qwiic connectors provide solderless I2C and power, while 0.1-inch-spaced plated-through-hole pins break out VCC, GND, SDA, SCL and the MCP4725 signal OUT pin for breadboards or custom wiring.
Documentation available for this board includes the schematic, KiCad files, hookup guide, MCP4725 datasheet, Arduino Library, Python Package, Qwiic info and the GitHub hardware repository.
Features:
- Smooth Signal Generation: Deliver clean voltage signals for sound generation, custom musical instruments, or sensitive analog actuators.
- Standard Resolution: The 12-bit resolution provides 4,096 precise voltage steps between GND and VCC (2.7V to 5.5V), giving you precise control over your hardware.
- Onboard Memory: Features internal non-volatile memory (EEPROM) that allows you to store a specific voltage setting.
- Power-up output: Upon power-up, the DAC immediately outputs the stored level.
- Set-and-forget use: Effective for set-and-forget calibration or reliable voltage-reference applications.
- Qwiic Connect System: Pair of Qwiic connectors for instant, solderless I2C communication and power delivery.
- Breadboard and custom layout support: Standard 0.1-inch-spaced plated-through-hole (PTH) pins are broken out for VCC, GND, SDA, SCL, and the MCP4725's Signal OUT pin.
- 12-bit resolution
- I2C Interface (Standard, Fast, and High-Speed supported)
- Small package
- Internal EEPROM to store settings
- Configurable I2C Bus
- 2x Qwiic Connectors
Specifications:
- Resolution: 12-bit resolution
- Interface: I2C Interface (Standard, Fast, and High-Speed supported)
- I2C addresses: 2 Hardware/Jumper Controlled I2C Addresses
- Default address: 0x60
- Alternate address: 0x61
- Package: Small package
- Supply: 2.7V to 5.5V supply
- Memory: Internal EEPROM to store settings
- I2C bus: Configurable I2C Bus
- Connectors: 2x Qwiic Connectors
A compact DAC breakout for adding smooth analogue output to Qwiic-compatible Arduino, Python and other I2C-based projects.
Jargon buster
Plain-language definitions for the technical terms used above.
- 12-bit resolution
- 12-bit resolution means a value is represented with 12 binary digits, giving 4096 possible levels. For a sensor, analogue-to-digital converter or similar device, higher resolution divides the measured range into finer steps so smaller changes can be distinguished, provided the device's range and noise allow it.
- 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.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- 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.
- 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.
- PTH
- Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- 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.
- through-hole
- A mounting style where the component leads pass through holes in a circuit board and are soldered on the other side. Through-hole parts are often easier to handle and solder by hand, which is useful for classroom and hobby projects.
- VCC
- VCC is the positive power-supply connection on a chip or module. Connecting it to the correct supply voltage is needed for the part to power on and helps avoid damaging the electronics.
MCP4725 Qwiic DAC Breakout Schematic
Schematic · 131.1 KB · Click any page to view full size
MCP4725 Datasheet
Datasheet · 1.5 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1.2 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
Arduino Library for the SparkFun MCP4725 breakout boards. Generate precise, true analog voltage signals from your microcontroller using this 12-bit Digital-to-Analog Converter.
c322c31
13 days ago
· 39 commits
- .github more config corrections 20 days ago
- docs updated images and linnks 20 days ago
- examples Fixes header comments in source files and incorrect comments elsewhere 25 days ago
- src add license header; comment out c++ includes; add in c include 20 days ago
- .gitignore Initial commit over 1 year ago
- .gitmodules updated for doxygen 20 days ago
- keywords.txt Fixes keywords and updates library properties 25 days ago
- library.properties Removes "includes" 13 days ago
- LICENSE.md fix license file to MIT 20 days ago
- README.md Fixes SKU in README 13 days ago
900906e
over 1 year ago
· 14 commits
- .github Update doxygen deploy branch to master over 1 year ago
- docs Autogenerated. Convert PyPi packaging and add Readme Updates over 1 year ago
- examples Autogenerated: Fix example bullets/markdown links over 1 year ago
- .readthedocs.yml Initial commit over 1 year ago
- DESCRIPTION.rst Autogenerated: Bump version number to 2.0.0 over 1 year ago
- DOCUMENTATION.md Initial commit over 1 year ago
- LICENSE Initial commit over 1 year ago
- package.json Autogenerated: Bump version number to 2.0.0 over 1 year ago
- pyproject.toml Autogenerated: Bump version number to 2.0.0 over 1 year ago
- qwiic_mcp4725.py Autogenerated: Convert comments to doxygen and add doxygen configs over 1 year ago
- README.md Autogenerated: Update supported boards. over 1 year ago
- requirements.txt Autogenerated: Add requirements.txt for circup packaging dependencies over 1 year ago
Related Tutorials
Free guides on learn.littlebird.com.au