# Finometer Data Logger
This project is intended to use an Arduino as a data logger for a Finometer Medical System.
The project consists of two parts: `finometer_logger.ino` and `logger.py`.
## finometer_logger.ino
`finometer_logger.ino` is a C++ script designed to be loaded on to an Arduino board to interact with the analogue (BNC) outputs of the Finometer.
The pins should be set up as follows:
- Finometer Analogue Output 1 -> Arduino Pin A1 (Finger cuff pressure)
- Finometer Analogue Output 2 -> Arduino Pin A2 (Hydrostatic finger height)
- Finometer Analogue Output 3 -> Arduino Pin A3 (Arm cuff pressure)
- Finometer Analogue Output 4 -> Arduino Pin A4 (Finger plethysmogram)
These output values are sent via a serial connection along with the elapsed time since the Arduino started.
## logger.py
The `logger.py` script is a simple python script that logs the values read from a serial port to an output csv file.
If no name is provided the output file is named `output-` followed by the current date an time.
Raw data
{
"_id": null,
"home_page": "https://github.com/abdrysdale/finometer-data-logger",
"name": "finometerdl",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Alex",
"author_email": "adrysdale@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/43/2b/a2cd87d37048d7be5cb8053ead84c02b68e7f63a9be470353c4a99d751c0/finometerdl-0.1.2.tar.gz",
"platform": null,
"description": "# Finometer Data Logger\n\nThis project is intended to use an Arduino as a data logger for a Finometer Medical System.\nThe project consists of two parts: `finometer_logger.ino` and `logger.py`.\n\n## finometer_logger.ino\n\n`finometer_logger.ino` is a C++ script designed to be loaded on to an Arduino board to interact with the analogue (BNC) outputs of the Finometer.\nThe pins should be set up as follows:\n\n- Finometer Analogue Output 1 -> Arduino Pin A1 (Finger cuff pressure)\n- Finometer Analogue Output 2 -> Arduino Pin A2 (Hydrostatic finger height)\n- Finometer Analogue Output 3 -> Arduino Pin A3 (Arm cuff pressure)\n- Finometer Analogue Output 4 -> Arduino Pin A4 (Finger plethysmogram)\n\nThese output values are sent via a serial connection along with the elapsed time since the Arduino started.\n\n## logger.py\n\nThe `logger.py` script is a simple python script that logs the values read from a serial port to an output csv file.\nIf no name is provided the output file is named `output-` followed by the current date an time.\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "A data logger for the Finometer Medical Device",
"version": "0.1.2",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f828e88b4f8c8075c7850184256dbc187bd98a1c1d3fcfbe2e666ba942770884",
"md5": "2765350fcbcbe55773c7000002217600",
"sha256": "d7feb2db57c1beecc9af6951aa861a77df5a3d3428cd5a4775fb40d035b18b83"
},
"downloads": -1,
"filename": "finometerdl-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2765350fcbcbe55773c7000002217600",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 2496,
"upload_time": "2023-04-19T12:18:26",
"upload_time_iso_8601": "2023-04-19T12:18:26.404080Z",
"url": "https://files.pythonhosted.org/packages/f8/28/e88b4f8c8075c7850184256dbc187bd98a1c1d3fcfbe2e666ba942770884/finometerdl-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "432ba2cd87d37048d7be5cb8053ead84c02b68e7f63a9be470353c4a99d751c0",
"md5": "e4b98a7a33657a008b17fe94feb0cd73",
"sha256": "4517e5e8ea7e3859c0ce8c9da7e4d6c77fcdefceb88c6eddfb4873ae9b1789a2"
},
"downloads": -1,
"filename": "finometerdl-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "e4b98a7a33657a008b17fe94feb0cd73",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 2019,
"upload_time": "2023-04-19T12:18:28",
"upload_time_iso_8601": "2023-04-19T12:18:28.420661Z",
"url": "https://files.pythonhosted.org/packages/43/2b/a2cd87d37048d7be5cb8053ead84c02b68e7f63a9be470353c4a99d751c0/finometerdl-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-19 12:18:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "abdrysdale",
"github_project": "finometer-data-logger",
"lcname": "finometerdl"
}