seraph0x wrote:So I ordered the following parts:
- Arduino Duemilovana, ... uh I mean
Duemilanove of course
- Starter kit with breadboard, tons of jumper wires, you know, the usual
One of the power pins on the Arduino is labeled like so:
5V. The regulated power supply used to power the microcontroller and other components on the board. This can come either from VIN via an on-board regulator, or be supplied by USB or another regulated 5V supply.
I could use this line to power your circuit, right? Also: The analog inputs on the Arduino have a 0-5V range. Seems like a perfect match!
The Arduino was exactly what I was thinking about for the ADC and computer interface. (I wish I had the $$$ to buy the parts needed today, but unfortunately I don't.) Using the same power supply for the Arduino and my circuit should be no problem. You need your power supply to deliver at least 50 mA more than you need for the Arduino.
seraph0x wrote:I
found the INA122, but right now I'm struggling to figure out what type of resistors I need. They just bombard you with all kinds of terms. I found
this datasheet, but I don't know what wattage rating I need.
The resistor using the most power is R4, which is using slightly less than 0.25 watts.
seraph0x wrote:Thanks for the help - if we get to the point where the hardware is hooked up and it starts being about software - I'll feel a lot more at home.

Hehe, me too. My education is in software, and I never had any education in electronics design though I played a bit with it as a hobby many years ago.
If you build this circuit and want to be able to tune it more precisely to be able to measure the exact range of resistance of the plethysmograph (it may be a smaller range than the Youtube video shows), you can modify the circuit like this:
- Instead of 1.3 ohm for R1, R2 and R3 you use 1.2 ohm, and instead of connecting R2 and R3 directly you use a 0.2 ohm linear potentiometer between R2 and R3, and connect V-IN on the IC to the slider on the potentiometer. This makes it possible for you to offset the voltage measured at the IC, and thus the measured resistance of the plethysmograph.
- Instead of R5 you use a slightly smaller resistor (like 180 ohm) in series with a potentiometer (like 40 ohm linear). This makes it possible to change the gain of the amplifier for the best possible measurement in the range you need to measure.
Please let me know if you are in doubt about the description of the change of the circuit I made here, and I will try to make a new circuit diagram. But if you are ordering electronics anyway, you may want to order these relatively inexpensive components too, so you can adjust your circuit for the best possible measurement.