help with voltage programming as output

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
subazaindustries
Posts: 16
Joined: Sun May 20, 2012 6:12 am
Has thanked: 3 times
Been thanked: 1 time
Contact:

help with voltage programming as output

Post by subazaindustries »

I need a program and schematic circuit for this porpuse, let me sumarize it.

I want to program the output voltage from 0 to 12v, I want to have different voltages for the output, if for example I want to have 7 volts as output the circuit would provide that voltage. I want to program that in arduino pro mini, how can I do that?

Docara
Posts: 315
Joined: Sun Jun 23, 2013 1:29 pm
Has thanked: 28 times
Been thanked: 61 times
Contact:

Re: help with voltage programming as output

Post by Docara »

Hi,

What resolution, what current?

DAC - Op Amp
Analogue switch + resistors
PWM + capacitors

Have you Googled something like digitally controlled volume control or similar

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: help with voltage programming as output

Post by Benj »

Hello,

DAC + OPAMP would be my choice.

v7 has a new DAC component allowing you to easily drive the DAC peripheral on-board some of the newer micros.

If your using v6 or a device without a DAC peripheral then you can probably get an external SPI or I2C DAC IC.

Post Reply