Friday 18 March 2016

adc - Voltage Fluctuations in Arduino-opamp-thermistor circuit



I'm working on a board that takes measurements of voltage off a thermistor through an Arduino and amplified by an opamp (really an instrumentation amp AD623), also there are two potentiometers. See schematic below: enter image description here


I've been receiving some very strange voltage fluctuations that I can't seem to isolate to any particular component. I've tested both the voltage source and the thermistor independently of the circuit and they are both stable.


Below is a graph


enter image description here


..and on the bottom of the pic you can see the fluctuations over time with no change implemented in the system. At times they look almost oscillatory, but then stabilize at a random voltage before jumping around again. example, would go from 0.01-0.06 volts, jump around 0.3-0.4 volts, and occasionally go as high as 1-2 volts (With no change to the thermistor!)


I was wondering if anyone had any ideas for what is causing the noise/fluctuations. Also, I've heard of a floating ground (not sure what that is), and I was wondering if that was an issue here.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...