I cannot seem to properly ground this circuit.

  • Thread starter Thread starter SasQuach
  • Start date Start date
  • Tags Tags
    Circuit Ground
AI Thread Summary
The discussion revolves around difficulties in grounding a circuit designed for a spectrophotometer using an Arduino, specifically while integrating a high-power infrared LED and an NTC thermistor. The original design utilized a voltage divider for the thermistor, but minimal voltage changes prompted the addition of an OP-AMP for signal amplification. The main issue arises from connecting the OP-AMP's virtual ground to the Arduino ground, leading to non-trivial bias voltages at the analog input. Suggestions include verifying the output voltage of the OP-AMP and considering the use of an LM324 op-amp, which operates on a single supply. The conversation emphasizes the importance of ensuring proper voltage levels for accurate readings.
SasQuach
Messages
3
Reaction score
0
Hi All!
I am trying to build a modular addition to a spectrophotometer (it needs to be mobile and easily removed) thus I have decided to base my design around an Arduino.

My application requires that I power/control a High Power (1W) Infrared LED, and read off temperature measurements from an NTC thermistor.
Currently I am primarily having difficulty with the Thermistor part of the circuit (left side for all schematics)

My original design (See Image):
OriginalPolyNIPAMCircuit.png



Used a voltage divider to measure the resistance of the thermistor. This worked fine, however due to the limitations of my thermistor and the small range of temperatures I am interested in, the voltage changes in that setup were minimal (on the order of a few tenths of a volt maximum). Thus I decided to add an OP-AMP in differential arrangement to amplify (and give a desired DC offset) my signal.

This led me to the following (current) design:
PolyNIPAM-Circuit-ForHelp_schem copy.jpg


The OP-AMP that I am using called for a dual polarity power source. As such I put together the arrangement at the top left of the above schematic. My understanding is it produces a virtual ground at 8V.

The Issue I am having is tying this ground into the Arduino ground, so that the signal entering the Arduino at A0 (an analog input port) is between 0-5V

I really am stumped as to what I should connect my "Virtual Ground" up to.

Currently I keep reading non-trivial bias voltages between the input to A0 and the Arduino ground.

I have been beating my head against this for a few days now I would most appreciate some help.

Thank you so much,
Justin
 
Engineering news on Phys.org
that circuit should deliver positive voltage to Arduino.

Look at it.
Noninverting input is fixed at 4.123 volts by voltage divider R5-R9.
Were thermistor not even present, in order for opamp to balance its inputs:
again by voltage divider action:

inverting input ##= 5 - \frac{2}{6.7} X (5-Vout) = 4.123##

## Vout = 2.062 ##

which means output would have to be 2.062 volts or greater.
Is that what you are seeing?

As thermistor can only lower the voltage at junction of the two 1K resistors your opamp will have to make his output go up to restore balanced inputs.

You might check out LM324 opamp. It uses single supply. But i think your trouble is not with the virtual ground.
 
Last edited:
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top