JupyterPiDAQ


NameJupyterPiDAQ JSON
Version 0.8.2 PyPI version JSON
download
home_pagehttps://github.com/JupyterPhysSciLab/JupyterPiDAQ
SummaryLive Data Acquisition in Jupyter notebooks
upload_time2024-07-11 13:35:07
maintainerNone
docs_urlNone
authorJonathan Gutow
requires_pythonNone
licenseGPL-3.0+
keywords
VCS
bugtrack_url
requirements RPi.GPIO Adafruit-PureIO Adafruit-ADS1x15 Adafruit-GPIO pi-plates numpy plotly jupyter jupyterlab labquest notebook jupyter-contrib-nbextensions pandas jupyter-pandas-GUI JPSLMenus JPSLUtils AdvancedHTMLParser
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## JupyterPiDAQ
[Introduction](#introduction) | [License](#license)

### [Website/Documentation](https://jupyterphysscilab.github.io/JupyterPiDAQ/)

### Introduction:
This software allows GUI (Graphical User Interface) driven live collection, 
plotting and analysis of 
digitized data inside a Jupyter notebook. The package was initially developed
to provide an inexpensive laboratory system for teaching based on
the Raspberry Pi.  **However, it now works on other hardware**. 
Presently the working combinations are:

**on Raspberry Pis** 
* Adafruit compliant ADS1115 boards 
([example](https://www.amazon.com/KNACRO-4-Channel-Raspberry-ADS1115-Channel/dp/B07149WH7P),
also available from other vendors);
* The [π-Plates DAQC2 plate](https://pi-plates.com/daqc2r1/).

**on Macs and Windows**
* [Vernier](https://www.vernier.com) LabQuest USB A-to-Ds.

**demo mode on anything Jupyter runs on**
* A demo mode will run on any computer with a Jupyter notebook install and
Python 3.6+. You can try the demo mode without installing on your own 
  computer by launching an instance on the MyBinder servers:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/JupyterPhysSciLab/JupyterPiDAQ.git/HEAD?urlpath=/tree/usage_examples)
  
The goal is for the user interface to be as close to self-explanatory as
 possible. However, documentation is being developed along with some example
  experiments.

##### Sensors:
Like many commercial educational packages the software knows about the
properties of some sensors, so can collect data directly in the units
appropriate for the sensor, in addition to the raw voltage signal returned
by the sensor. Not all sensors are compatible with all boards.
The developer(s) attempt to keep this list of known sensors up-to-date, but the
code may provide additional sensors not listed here:
* **ADS1115 compatible** (board can provide 3.3 V of power/reference to
 sensors):
  * voltage reading (V, mV) from any sensor that puts out a voltage in the
   range +/-3.3 V.
  * built-in thermistor (V, mV, K, C, F).
  * Vernier SS temperature probe (V, mV, K, C, F).
  
* **DAQC2 compatible** (board can provide 5.0 V of power/reference to sensors):
  * voltage reading (V, mV) from any sensor that puts out a voltage in the
   range +/- 12 V.
  * Vernier SS temperature probe (V, mV, K, C, F).
  * Vernier old and new pressure sensors (V, Pa, kPa, Bar, Torr, mmHg, atm)  
  * Vernier standard pH probe (V, mV, pH).
  * Vernier flat (tris compatible) pH probe (V, mV, pH).
  * Compatible with standard Vernier analog probes. Default calibrations
  being added as time and sensors become available.
  
* **LabQuest compatible** (board provides 5.0 V of power/reference to sensors):
  * voltage reading (V, mV) from any sensor that puts out a voltage in the
   range +/- 10 V.
  * Vernier SS temperature probe (V, mV, K, C, F).
  * Vernier old and new pressure sensors (V, Pa, kPa, Bar, Torr, mmHg, atm)  
  * Vernier standard pH probe (V, mV, pH).
  * Vernier flat (tris compatible) pH probe (V, mV, pH).
  * Compatible with standard Vernier analog probes. Default calibrations
  being added as time and sensors become available.
  
With any of these interfaces, you can hook up your own sensors and 
manually convert the raw voltage readings or write and submit a new sensor 
definition to the project.

### License:
[This software is distributed under the GNU V3 license](https://gnu.org/licenses).
This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

Copyright - Jonathan Gutow, 2021 - 2024.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JupyterPhysSciLab/JupyterPiDAQ",
    "name": "JupyterPiDAQ",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jonathan Gutow",
    "author_email": "gutow@uwosh.edu",
    "download_url": "https://files.pythonhosted.org/packages/72/d6/5fe62c507884b6352d4a8de449630a200e53976d8506ef1a9461c3460abb/jupyterpidaq-0.8.2.tar.gz",
    "platform": null,
    "description": "## JupyterPiDAQ\n[Introduction](#introduction) | [License](#license)\n\n### [Website/Documentation](https://jupyterphysscilab.github.io/JupyterPiDAQ/)\n\n### Introduction:\nThis software allows GUI (Graphical User Interface) driven live collection, \nplotting and analysis of \ndigitized data inside a Jupyter notebook. The package was initially developed\nto provide an inexpensive laboratory system for teaching based on\nthe Raspberry Pi.  **However, it now works on other hardware**. \nPresently the working combinations are:\n\n**on Raspberry Pis** \n* Adafruit compliant ADS1115 boards \n([example](https://www.amazon.com/KNACRO-4-Channel-Raspberry-ADS1115-Channel/dp/B07149WH7P),\nalso available from other vendors);\n* The [π-Plates DAQC2 plate](https://pi-plates.com/daqc2r1/).\n\n**on Macs and Windows**\n* [Vernier](https://www.vernier.com) LabQuest USB A-to-Ds.\n\n**demo mode on anything Jupyter runs on**\n* A demo mode will run on any computer with a Jupyter notebook install and\nPython 3.6+. You can try the demo mode without installing on your own \n  computer by launching an instance on the MyBinder servers:\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/JupyterPhysSciLab/JupyterPiDAQ.git/HEAD?urlpath=/tree/usage_examples)\n  \nThe goal is for the user interface to be as close to self-explanatory as\n possible. However, documentation is being developed along with some example\n  experiments.\n\n##### Sensors:\nLike many commercial educational packages the software knows about the\nproperties of some sensors, so can collect data directly in the units\nappropriate for the sensor, in addition to the raw voltage signal returned\nby the sensor. Not all sensors are compatible with all boards.\nThe developer(s) attempt to keep this list of known sensors up-to-date, but the\ncode may provide additional sensors not listed here:\n* **ADS1115 compatible** (board can provide 3.3 V of power/reference to\n sensors):\n  * voltage reading (V, mV) from any sensor that puts out a voltage in the\n   range +/-3.3 V.\n  * built-in thermistor (V, mV, K, C, F).\n  * Vernier SS temperature probe (V, mV, K, C, F).\n  \n* **DAQC2 compatible** (board can provide 5.0 V of power/reference to sensors):\n  * voltage reading (V, mV) from any sensor that puts out a voltage in the\n   range +/- 12 V.\n  * Vernier SS temperature probe (V, mV, K, C, F).\n  * Vernier old and new pressure sensors (V, Pa, kPa, Bar, Torr, mmHg, atm)  \n  * Vernier standard pH probe (V, mV, pH).\n  * Vernier flat (tris compatible) pH probe (V, mV, pH).\n  * Compatible with standard Vernier analog probes. Default calibrations\n  being added as time and sensors become available.\n  \n* **LabQuest compatible** (board provides 5.0 V of power/reference to sensors):\n  * voltage reading (V, mV) from any sensor that puts out a voltage in the\n   range +/- 10 V.\n  * Vernier SS temperature probe (V, mV, K, C, F).\n  * Vernier old and new pressure sensors (V, Pa, kPa, Bar, Torr, mmHg, atm)  \n  * Vernier standard pH probe (V, mV, pH).\n  * Vernier flat (tris compatible) pH probe (V, mV, pH).\n  * Compatible with standard Vernier analog probes. Default calibrations\n  being added as time and sensors become available.\n  \nWith any of these interfaces, you can hook up your own sensors and \nmanually convert the raw voltage readings or write and submit a new sensor \ndefinition to the project.\n\n### License:\n[This software is distributed under the GNU V3 license](https://gnu.org/licenses).\nThis program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\nCopyright - Jonathan Gutow, 2021 - 2024.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0+",
    "summary": "Live Data Acquisition in Jupyter notebooks",
    "version": "0.8.2",
    "project_urls": {
        "Homepage": "https://github.com/JupyterPhysSciLab/JupyterPiDAQ"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1986dd30db74329cd12dd6f4d52a12363a4a20d931bad880b5ce111b2f04104c",
                "md5": "4702376d4193dc91a7b77aa1ca3ad872",
                "sha256": "3e2cfb1dbfe2bc629eab3ae99b0c2e95ebfa64c1b2bbb869395ce34d96eaec0c"
            },
            "downloads": -1,
            "filename": "JupyterPiDAQ-0.8.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4702376d4193dc91a7b77aa1ca3ad872",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 41571,
            "upload_time": "2024-07-11T13:35:06",
            "upload_time_iso_8601": "2024-07-11T13:35:06.028079Z",
            "url": "https://files.pythonhosted.org/packages/19/86/dd30db74329cd12dd6f4d52a12363a4a20d931bad880b5ce111b2f04104c/JupyterPiDAQ-0.8.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72d65fe62c507884b6352d4a8de449630a200e53976d8506ef1a9461c3460abb",
                "md5": "bf15f7dc81bdf97e7cf4ad26f28f2803",
                "sha256": "fb80e672ed0dad9cbaaf29b1f40639d9224548256aa848199c2e6a16fe6a453e"
            },
            "downloads": -1,
            "filename": "jupyterpidaq-0.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bf15f7dc81bdf97e7cf4ad26f28f2803",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31811,
            "upload_time": "2024-07-11T13:35:07",
            "upload_time_iso_8601": "2024-07-11T13:35:07.615026Z",
            "url": "https://files.pythonhosted.org/packages/72/d6/5fe62c507884b6352d4a8de449630a200e53976d8506ef1a9461c3460abb/jupyterpidaq-0.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-11 13:35:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JupyterPhysSciLab",
    "github_project": "JupyterPiDAQ",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "RPi.GPIO",
            "specs": [
                [
                    ">=",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "Adafruit-PureIO",
            "specs": [
                [
                    ">=",
                    "1.1.9"
                ]
            ]
        },
        {
            "name": "Adafruit-ADS1x15",
            "specs": [
                [
                    ">=",
                    "1.0.2"
                ]
            ]
        },
        {
            "name": "Adafruit-GPIO",
            "specs": [
                [
                    ">=",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "pi-plates",
            "specs": [
                [
                    ">=",
                    "7.21"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.21"
                ]
            ]
        },
        {
            "name": "plotly",
            "specs": [
                [
                    ">=",
                    "5.8.2"
                ]
            ]
        },
        {
            "name": "jupyter",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "jupyterlab",
            "specs": [
                [
                    ">=",
                    "3.6.2"
                ]
            ]
        },
        {
            "name": "labquest",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "notebook",
            "specs": [
                [
                    ">=",
                    "6.4.12"
                ]
            ]
        },
        {
            "name": "jupyter-contrib-nbextensions",
            "specs": [
                [
                    ">=",
                    "0.5.1"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.4.2"
                ]
            ]
        },
        {
            "name": "jupyter-pandas-GUI",
            "specs": [
                [
                    ">=",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "JPSLMenus",
            "specs": [
                [
                    ">=",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "JPSLUtils",
            "specs": [
                [
                    ">=",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "AdvancedHTMLParser",
            "specs": [
                [
                    ">=",
                    "9.0.1"
                ]
            ]
        }
    ],
    "lcname": "jupyterpidaq"
}
        
Elapsed time: 0.27617s