jdp
Posts: 3
Joined: Mon Nov 24, 2014 10:17 pm

Analog output

Mon Nov 24, 2014 10:29 pm

I am trying to drive a control valve from my raspberry pi with an analog output. This load requires a DC analog signal of 4.7-6 VDC, at average dc currents of 100mA.

I have a DAC, the MCP4725, that I have been using for other applications, but the chip can only output 25mA as far as I know. Basically this DAC would be perfect, were it not for the power limitations.

I am using a raspberry pi model B.

Does anyone have an idea to recommend? Perhaps just another more powerful DAC that can be driven from the PI like the MCP4725?

Thanks, I would appreciate any input

klricks
Posts: 7172
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: Analog output

Tue Nov 25, 2014 12:52 am

If that is just a simple on off control valve then all you need is a simple relay or transistor circuit.
Give a link to the data sheet of the valve.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

jdp
Posts: 3
Joined: Mon Nov 24, 2014 10:17 pm

Re: Analog output

Tue Nov 25, 2014 4:38 pm

klricks wrote:If that is just a simple on off control valve then all you need is a simple relay or transistor circuit.
Give a link to the data sheet of the valve.
Unfortunately it's a proportional control valve, so I need the analog signal. These things open to varying amounts based off the input. Here is the datasheet:

http://www.porterinstrument.com/content ... -Valve.pdf

User avatar
Laurens-wuyts
Posts: 716
Joined: Wed Aug 21, 2013 7:35 pm
Location: Belgium
Contact: Website

Re: Analog output

Tue Nov 25, 2014 4:47 pm

You could use an opamp at 1 gain. ;)
http://www.learningaboutelectronics.com ... ain-buffer

Laurens

jdp
Posts: 3
Joined: Mon Nov 24, 2014 10:17 pm

Re: Analog output

Tue Nov 25, 2014 7:08 pm

Laurens-wuyts wrote:You could use an opamp at 1 gain. ;)
http://www.learningaboutelectronics.com ... ain-buffer

Laurens
This is a great idea! I just wish I thought of it. Thanks

Return to “General discussion”