Low-Side Current Sensing for MPPT

Thread Starter

Lee_831

Joined Nov 17, 2009
6
Hi Guys,

I'm new to this forum but it has already been a great help!

My name is Lee and I'm doing an MSC project in MPPT technologies. I'm looking for some help with the design..
Apologies if this material has been covered before!

I have coded what I believe to be a Perturb and Observe algorithm in C, to be run on a PIC16F877A Micro-controller, which I intend to hook up to a DC Buck Converter.

My last concern is with measuring the current flow in the circuit, it has been suggested that I use a low-side current sensing op-amp. I'm not a particularly analogue-minded person, and could do with some help!

I'm looking to have a shunt resistor of around the order 10 Ohms, and use a 741 as the op-amp, and I'm feeding the op-amp output into a PIC16F877A's ADC input, which has a reference voltage of 5v.

At maximum sunlight, the cell produces about 1.5mA at 5v, and at this level I'd like the output of the 741 to be at the 5v maximum. Does this sound feasible? There seems very little in the way of tutorials on how to design these circuits.

I very much appreciate your help,
Lee
 

tom66

Joined May 9, 2009
2,595
I'm not sure about your main question, but be aware that your LM741 won't be able to put out +5V with a +5V input. It also cannot go to ground.
 

Thread Starter

Lee_831

Joined Nov 17, 2009
6
Hi,
Thanks for your quick reply,

My main question is how do I design a low-side current sensor circuit, ie what are the values of resistor / capacitor that I should use on the inputs and as the feedback resistance?

Would you recommend an alternative op-amp for this application?

Thanks,
Lee
 

tom66

Joined May 9, 2009
2,595
Well, if you need to go to zero and you can afford to power the op-amp from about +8V, an LM358 will do the job fine. But if you need a rail-to-rail op-amp, that can go up to +5V with a +5V input, the choices are many and I'm not certain of an industry standard part.
 
Here's an idea. This is a simple non-inverting amplifier. The current over the sense resistor is ramped up and the output of the amplifier multiplies it by 250 times.



However, the devil is in the details. Getting an actual op amp to work this well may be tricky. This model is an idealized op amp.

You'll need either (A) true rail-to-rail input or (B) a negative power rail for the op amp.

You'll also need to use an op amp with a very low offset error, or trim one if it has the nulling inputs. Otherwise your very low voltages over the 10 Ohm resistor will be overshadowed by the offset error.
 

Attachments

Top