Hi Folks,
I received another couple of devices today. One is this OpAmp "ADA4004-1ARJZ-R7" (specsheet here):
http://www.analog.com/static/imported-files/data_sheets/ADA4004-1_4004-2_4004-4.pdfAnd another is "AD8033AKSZ-REEL7" (as shown here):
http://www.analog.com/static/imported-files/data_sheets/AD8033_8034.pdfI have the 5-lead packages for both, with pins "OUT", "+V", "-V", "+IN" and "-IN". From what I read, an op-amp is a differential amplifier which outputs voltages thousands of times greater than the difference between the input voltages. Depending on the application, it can be used for many different purposes.
I am trying to wrap my head around these and how I can use them for my purposes in building a pulse oximeter. The sensor LED (red/infrared) can be driven using an Arduino by using 2 pins to alternate between the HIGH/LOW, with the LED configured in opposite directions. While this is going on, I have a phototransistor picking up the signal from the LED's and it is this current which is important to detect.
Therefore, the op-amp can be used to pick up small changes in the phototransistor/diode and multiply them significantly so I can pick up analog voltage difference in my Arduino. I see by the schematic that it is being used as a "Trans-Impedance Amp" so I found this interesting article:
http://electronicdesign.com/analog/whats-all-transimpedance-amplifier-stuff-anyhow-part-1So if I design this into my Arduino-based pulse-oximeter, I am using it as a current to voltage converter as follows:
http://en.wikipedia.org/wiki/Current-to-voltage_converterBecause the sensor in the pulse-ox probe is a phototransistor which varies current based on LED light falling on it. I need a way to detect the voltage into my analog voltage inputs on the Arduino so using the op-amp will produce a change in voltage as this diagram illustrates:

So I stumbled upon this along the way: "Circuit Fantasia"
http://www.circuit-fantasia.com/I'm still trying to understand this device and what values I need to use for my resistors to get a range of voltages that I can use for proper useful inputs to analyze the signal to determine the oxygen ratios. Argh!