I want to make a digital controlling voltage source.
Can somebody help me to interface LM317 & a PIC micro to change the output voltage of LM317 digitally.
Thanks.
I want to make a digital controlling voltage source.
Can somebody help me to interface LM317 & a PIC micro to change the output voltage of LM317 digitally.
Thanks.
How many steps do you need and what is the minimum and maximum output voltage?
Use digital potentiometer, or the cheapest way is use pwm
The digital pot have a end to end resistance tolerance of 20% , output voltage must be less than 6.25v ,5v (maximum voltage on the pot ) +1.25 (LM317 regulated voltage).
See the tipical use of LM317 (fist page) http://www.national.com/ds/LM/LM117.pdf and look at the formula at the bottom of the page:
The current on the ADJ pin is somewhere between 0 and 100uA , using a 10k digital pot this will giwe an error of R2*Iadj = 10000*0,0001 = 1V , so you have to use for R2 a smaller value than a digital pot can have. If you don't need a very good precision you better use a resistive net connected to the portb this will give you in the worst case an error of 0.6 V
Hi mdorian I like 0.5V steps. I like the range 1.25V to 12V.What do I have to do with LM317?
This comes from EDN magazine, online edition. Could not find the note accompanying this.
I think you can implement and test it with no further help.
PLease note that depending of the number of steps required you could need to extend the R2R network using more bits.
Last note: keep in mind that you can play with Rf and Rin of the op amp too.
Could you post the outcome? (Usually, nobody does)![]()
Agustín Tomás
In theory, there is no difference between theory and practice. In practice, however, there is.
Voltage stepper
You can get a linear control of voltage that way. The LM317 is more difficult to interface.
I would use the PWM output from the PIC CCP module, then filter it with a 2 stage low pass filter (requires only 2 resistors and 2 caps) then just connect that DC voltage to the Adj pin of the LM317.
That will be fully linear and PIC output of 0v-5v will give LM317 output of 1.2v-6.2v.
Hi thanks for the replies now I got what I have to do.
I have two options to choose.
1)Using R2R Ladder Feeding via the opamp to LM317
2)Using PWM frequency via Low pass filter to LM317.
Thats great.
First I'll look into the 2nd option.& after that I'll study the 1st option.
I can generate any frequency with PWM module.
Mr RB Can you tell whats the purpose of using low pass filters for this job?Why can't I direct feed the PIC output to the LM317 ADJ pin?
Last edited by Suraj143; 31st August 2009 at 02:34 AM.
It depends if you want the LM317 to generate a DC voltage or a nasty pulsating DC voltage...![]()
1 - The Rds of 2N5461 is temperature dependent so the output voltage will be temperature dependent
2 - The PWM output is referenced to PIC supply voltage
If this is a school project I think the idea is to use the precision and the temperature stability of LM317 to build a digital controlled voltage source , both ideas have the same lack , if you multiply (first case) or add (the second case) an imprecise value to a precise value you will have an imprecise value at the end. Sorry for the criticism , I'm still searching for an working solution.
I need a smooth DC not pulsating DC.
mdorian
Thanks for your contribution.
In your last diagram where to connect the PIC?
Sorry , replace R1 with a digital pot http://datasheets.maxim-ic.com/en/ds/MAX5402.pdf and connect the pot through SPI to PIC , i missed the weak point , this will work only for Vout less than 6.5 V otherwise the voltage on the pot will be higher than the maximum voltage admitted ( 5V)
This digital potentiometer can be used at 16V http://www.analog.com/static/importe...D5291_5292.pdf
This one has a nominal value of 20k change R2 ~2k
Is your problem solved?
Last edited by mdorian; 31st August 2009 at 11:35 AM.