1

I am using an ICL7660 chip to provide a negative reference supply to an inverting op-amp set up for a Force Sensing Resistor (FSR).

The minimum resistance of the FSR is about 1kohm, this means that for an output voltage of 5V from the ICL7660, the maximum current through the FSR will be 5mA. However, according to the specs the maximum current permitted is 1mA/cm^2. For the FSR I am using, this means the maximum current permitted should be 246microA. How should I go about limiting the current? Thanks.The circuit I am using

  • Why don’t you want to use a pull-up or pull down resistor connected to FSR then a rail to rail input/output op amp configured as buffer? – Leoman12 Apr 27 '20 at 15:56
  • All problems with this circuit solution will disappear if you swap the places of FSR and RG. The circuit will become linear resistance-to-voltage converter and the current through FSR will be precisely set by RG. – Circuit fantasist Apr 27 '20 at 19:09

1 Answers1

0

For FSR resistors it’s best to limit current through it to below 1mA/cm^2 of applied force. Usually this is done with a pull-up or pull down resistor of sufficient resistance. For example if 5V source used with a 10kohm resistor in pull up configuration , current is limited to maximum of 500uA.

In your circuit which is a FSR current to voltage converter, you would set RG to minimum resistance value of FSR. Perhaps a little more if that FSR resistance goes quite low. For example if your FSR ranges from 1M ohm to 4.7kohm (no pressure to full pressure) , and you apply force across 1cm^2 then you should set RG to 4.7k ohm. That way if -5V is used as reference and max output of op amp is 5V then max current would only be 5/4.7k ohm or 1.06mA.

Source: https://www.sparkfun.com/datasheets/Sensors/Pressure/fsrguide.pdf

EDIT: I’m going to add some additional information from my own experience with FSR.

If you have an FSR that goes to values of less than 1k when fully pressed then the above advice needs to be tweaked. Here you should add a series resistance to the FSR. Let’s call the sum of the minimum resistance of FSR and Radded= Rmin. You would then set RG=Rmin. But ensure that Vout or VREF (of op amp or reference voltage, assuming they are the same) will cause V/RG=V/Rmin is less than or equal to max current of FSR.

Leoman12
  • 1,106
  • 1
  • 5
  • 10