Digital to analog converters

Thread Starter

mahmut_kelesoglu

Joined Aug 12, 2022
67
Hi,
I want to use MCP4725 DAC module with Arduino. When I supply DAC with Arduino, it gives voltages I want. But I must supply it with my circuit. My circuit gives 5.095 volts which can be aproximated to 5 V. When I supply DAC with my circuit, it does not work. (I still connect SDA, SCA, GND pins of DAC) What is the problem? I am very apprecite if you help.
 

Papabravo

Joined Feb 24, 2006
21,225
My guess is that you made a wiring error. Your schematic, hastily drawn, is missing important information, specifically the pin numbers. It is not possible to verify the proper correspondence between the schematic and the prototype without this critical information being readily available. The very least you could do is take a screen snip from the datasheet and paste it on your schematic.
1668440342103.png
Then transcribe the numbers from the mechanical drawing to your schematic. Your schematic shows two GND connections when there should only be one. I suspect you have grounded A0, but you should label the pin correctly even if you intend to connect it to GND.

Building circuits is not rocket science, but it does require neatness and attention to detail.
 

crutschow

Joined Mar 14, 2008
34,431
Then show us a proper schematic with all the connections and part pin numbers.
Guessing what is wrong without knowing exactly how the circuit is connected is not something we normally do.
 

Reloadron

Joined Jan 15, 2015
7,517
Can we assume that your module includes the mentioned pullup resistors? Can we also assume your Arduino is an Arduino UNO Rev 3 board. This would go much better with an actual schematic and sharing exactly what you have. Finally less you posting your code using code tags I have no idea why it isn't working. Your code is necessary.

Ron
 

wraujr

Joined Jun 28, 2022
160
Maybe a small filter, 10uf polarized cap on LM output.
Maybe a 0.1uf on MD power pins.
Also, is the Arduino 5V capable/tolerant on those I/O pins driving SCL/SDA??
 

wraujr

Joined Jun 28, 2022
160
The MCP requires 0.7xVDD or 0.7x5.0V input high on SCL/SDA, if Arduino is only 3.3V drive then you won't get valid signals into MCP. Why not tweak the voltage divider on the LM to run at 3.3V. The MCP can operate on VDD from 2.7V to 5.5V.
 
Top