Read 4-20 mA from MCP4725 using RPi

Hi,

I am using the 1-Channel 4-20mA Current Loop Transmitter I2C Mini Module (MCP4725) with a raspberry pi (with I2C Expansion Port) to power a valve using 4-20 mA. I use python smbus to write to the DAC, however, it seems like I need a power supply of 6 V in series with the output in order to receive correct measurements. Is this correct or have I misunderstood something?

Thanks in advance!

Hi,
It does not require 6V supply. it should work with 5V supply.

Thanks

IMG_6702.HEIC (1.7 MB)

I have the following setup, so an extra supply on the output is indeed necessary for it to work?
Thanks

Yes, you will need a loop power supply to power up your 4-20mA device.

I use this code for testing