A collection of programms, scripts and sketches for Arduino/Raspberry PI e-Health kits.
arduino - A collection of Arduino sketches (cooking hacks e-Health Sensor Platform kits only).
scripts - A collection of helper scripts, e.g. to collect data or to trigger the measurement via touch screen.
eHdc - A C++ program to collect cooking hacks e-Health Sensor Platform kit data. Due to the issues with this platform it should not be considered as a serious solution.
https://www.cooking-hacks.com/
Issues
-
Non linear timeline, i.e. the interval between each measuring point is not constant.
-
The airfolw sensor provides not the full range, i.e. data is missing especially during low breathing.
-
Mutual dependency between sensors during the usage of the sensor platform with a Raspberry PI v1/2/3 and a various combination of sensors.
-
Some sensors may have a higher current going through a proband, which might be an issues if a proband has medical implants.
-
Noisy ECG and skin conductance data.
-
It seams the Pulse and Oxygen sensor does not reach the needed level of quality to provide a sufficient measurment.
t.b.d.
t.b.d.
Things to consider for future developmnent:
-
Base line for ECG and skin conductance.
-
Calibration mark for ECG and skin conductance.
-
Measurements with a defined intervall, e.g. 100 ms for all sensors.
-
Analyse lags and minor artifacts during the measurement with Arduino based setup and tty logging on a Raspberry PI.