Pulse Rate/Temperature/GSR
The ADC Pi is an Analogue to Digital converter for the Raspberry Pi
08/04/2016
Posted by:
TheBlackSheep
I'm planning to base the finger pulse detection based on the photoplethysmography techique (detecting the change in IR levels at the fingertip) using either a device similar to the Keyes KY-039 (http://www.ebay.co.uk/itm/5V-Heartbeat-Sensor-Senser-Detector-Module-By-Finger-For-Arduino/181938071824) or a VISHAY TCRT1000.
This latter one looks better from a mounting perspective as I don't really want a fingertip type holder sticking above the housing and it looks like the keyes style one will require this for the IR emitter. Has anyone experience of these?
The Arduino examples seem to hook the output from the device directly to the input of the AD convertor but many examples of standalone devices need several op-amps in between to amplify/apply differentials so just wondering whether I'll need this extra circuitry (and whether I need to build similar for GSR)? Will the ADC-Pi Plus (or for a limited input the ADC-DAC) be the best option or is there an advantage in using the ADC Differential board?
08/04/2016
Posted by:
andrew
As a heartbeat is basically a logic signal, the heart is either beating or not, a better approach may be to use some opamps to build a comparator circuit which triggers when the heart beats. You could then connect this directly to one of the Raspberry Pi GPIO pins and configure the pin as an interrupt so a function is called every time the heart beats. You would then just need to measure the time span between the function calls to work out the heart rate. This would have the advantage that the processor would not be tied up with taking voltage samples between beats like it would be using an analogue to digital converter and the accuracy would probably be higher as you could measure the time between heartbeats down to the millisecond.
I have never tried measuring galvanic skin response but most of the circuits returned from google appear to use opamps to amplify and condition the signal before passing it into an ADC. Any of our ADC boards should do the job of measuring the voltage but as you will be using the opamps to set the voltage limits I would probably recommend the ADC Differential Pi. It is more accurate than the ADC Pi Plus at measuring small voltages and it is slightly cheaper. If accuracy is not an issue then the ADC DAC Pi would do the job and the two input channels would give you one for temperature and one for GSR.
10/04/2016
Posted by:
TheBlackSheep
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view.
Download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.