DFRobot
Gravity: GP8503 2-Channel 12bit I2C to 0-2.5V/VCC DAC Module
· MPN: DFR1034
##Introduction This is a 2-channel analog voltage output DAC module with I2C communication, 12-bit resolution, and 0.1% precision. It is well-suited for cont...
Get notified when back in stock
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.
- 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.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- Gravity
- Gravity is DFRobot’s plug-in connector system for sensors, motors and modules, using standard cables to reduce loose jumper wiring. It matters because Gravity-compatible parts can connect directly to these ports, while non-Gravity parts may need adapters or manual wiring.
- 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.
- 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.
- STM32
- STM32 is a family of microcontroller chips commonly used in embedded electronics. Knowing a product uses an STM32 can help when looking at firmware updates, pin connections, or low-level serial control options.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- 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.
Find this product in
Brands
CE Certificate
Compliance · 614.0 KB · Click any page to view full size
RoHS Certificate
Compliance · 655.0 KB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 647.7 KB · Click any page to view full size
DFR1034 gp8503 2 channel 12 bit i2c dac module dimension V1.0
Mechanical Drawings · 48.5 KB · Click any page to view full size
DFR1034 gp8503 2 channel 12 bit i2c dac module schematics V1.0
Schematic · 1.1 MB · Click any page to view full size
DFR1034 gp8503 2 channel 12 bit i2c dac module datasheet V1.0
Datasheet · 1.1 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au