Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Adjustable constant current power-supply

Status
Not open for further replies.

jelezarov

Member level 1
Joined
Jan 29, 2016
Messages
32
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
313
Hello

I am looking to build a controllable (with a microcontroller) power supply with adjustable constant current with small power (< 100 mA; < 25V). By controllable I mean that setting some PWM output on the MC should adjust the voltage on the load to give the desired constant current.
Using Arduino as an example should give something like this:

- analogWrite(1, 100) gives 2mA on a 5kOhm load;
- analogWrite(1, 150) gives 3mA on a 5kOhm load;
etc.

(These are random values above to illustrate my question.)

It should work with different loads too.

Thanks in advance
 

Hi,

PWM --> low pass filter --> DC voltage --> V to I circuit.

V to I circuits are frequently discussed here and in the internet.

Klaus
 
Thanks - this looks like the right direction.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top