1

I wish to buy this LM358 amplifier module for amplifying my strain gauge voltage. I also wish to use it with my thermocouple. Basically, I want to accurately read voltage values from around 0.1 mV to 40mV using my multimeter.

It says that the amplification can be up to a 100 times. I have the following questions for this module:

  1. What is the maximum and minimum input voltage in millivolts that can be amplified?
  2. The amplification can be changed using the screw on the module. Is there a way to set the amplification to an exact value?

The manual for the module can be found here.

JRE
  • 67,678
  • 8
  • 104
  • 179
Atharva
  • 51
  • 5

2 Answers2

1

If you read the manual, it is clear the module can be used for AC signals, as it is not DC coupled.

So it can't be used with a thermocouples, not without modifying the board heavily to accept signals from a thermocouple.

Justme
  • 127,425
  • 3
  • 97
  • 261
1

What is the maximum and minimum input voltage in millivolts that can be amplified?

According to the schematic, the module consists of two cascade-connected inverting amplifiers, each of them has a gain of 10. So the maximum amplification can be 10 x 10 = 100.

The module accepts single-supply, the input is AC coupled (i.e. can't be used with DC signal amplification) and the input will be offset by half the supply voltage. The output of an LM358 can swing up to supply voltage minus 1.5 Volts, so we can write the following equation:

$$ \mathrm{V_i\cdot 100+\frac{V_{CC}}{2}\leq V_{CC}-1.5 \\ \Rightarrow V_i \leq \frac{V_{CC}-3}{200} } $$

Where VCC is the supply voltage, and Vi is the peak of the input voltage.

For 5 VDC supply, the input's peak shouldn't exceed 10 mV i.e. you shouldn't apply 20 mVpp or else the output will be clipped/saturated. The input voltage range can be increased by supplying the module with higher voltage (e.g. 12 VDC or even 24 VDC).

The amplification can be changed using the screw on the module. Is there a way to set the amplification to an exact value?

Hard to tell. The pot seems to be a multi-turn one so you can't estimate easily without measuring.


Note that I didn't take the offset error of the LM358 into account. For any op-amp-based amplifier, the offset error will be amplified and reflected to the output. The typical offset error of LM358 is 2 mV and can be as high as 3 mV. This means that if your sensor's output (i.e. the signal to be amplified) is less than or equal to 2 mV then you will highly likely get a huge measurement error. This can be rectified by running a zero-calibration, though. But if the input voltage is in mV range (e.g. less than 5 mV) then you should use an op amp with very low offset error.

Rohat Kılıç
  • 26,954
  • 3
  • 25
  • 67
  • Hey thanks a lot! How did you find out that it works only with AC and will not work with DC? – Atharva Jul 14 '22 at 06:32
  • @Atharva open the document I linked, find the schematic, and see that there's C3 in series with the input. Capacitors block DC and allow AC. So the series-connected C3 (called coupling capacitor) will block any DC signal coming from the input. – Rohat Kılıç Jul 14 '22 at 06:37
  • Hey thanks! Could you tell which amplifier I can use for accurately reading the specified voltage range? I have also asked a similar question about a different amplifier [here](https://electronics.stackexchange.com/questions/627327/ad620-input-voltage-range-identification). – Atharva Jul 14 '22 at 06:41
  • @Atharva I can't suggest a specific product as it's off-topic. I'll have a look at your other question. – Rohat Kılıç Jul 14 '22 at 06:42
  • Ok thanks! By the way. The ability to amplify only AC is for the module not the LM358 itself right? So I can buy only the IC and use resistors with appropriate values to amplify the signal precisely? – Atharva Jul 14 '22 at 06:45