JupyterPiDAQ


NameJupyterPiDAQ JSON
Version 0.7.9 PyPI version JSON
download
home_pagehttps://github.com/JupyterPhysSciLab/JupyterPiDAQ
SummaryData Acquisition in Jupyter notebook on Raspberry Pi
upload_time2023-03-09 20:51:22
maintainer
docs_urlNone
authorJonathan Gutow
requires_python
licenseGPL-3.0+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
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 realtime collection and plotting of 
digitized data in  a Jupyter notebook. The package was initially developed
to provide an inexpensive laboratory system for teaching based on
the Raspberry Pi.  However, as the development has progressed the data
acquisition board drivers have been separated out of the user interface,
so that the software has potential to work on other computers running Jupyter
with A-to-D board specific connector code. Presently the compatible A-to-Ds are
for 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/). 
* 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.

You can also 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, 2022.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JupyterPhysSciLab/JupyterPiDAQ",
    "name": "JupyterPiDAQ",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jonathan Gutow",
    "author_email": "gutow@uwosh.edu",
    "download_url": "https://files.pythonhosted.org/packages/38/77/eaf72c48ef83deaf3d249c2c38768ce85fb22b04a4310092b756f7fce424/JupyterPiDAQ-0.7.9.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 realtime collection and plotting of \ndigitized data in  a Jupyter notebook. The package was initially developed\nto provide an inexpensive laboratory system for teaching based on\nthe Raspberry Pi.  However, as the development has progressed the data\nacquisition board drivers have been separated out of the user interface,\nso that the software has potential to work on other computers running Jupyter\nwith A-to-D board specific connector code. Presently the compatible A-to-Ds are\nfor 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* 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* __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\nYou can also hook up your own sensors and manually convert the raw voltage\nreadings or write and submit a new sensor definition 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, 2022.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0+",
    "summary": "Data Acquisition in Jupyter notebook on Raspberry Pi",
    "version": "0.7.9",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d16f6b8ae3f850991803394babb96595a57b947425fe9544a2961355e102accd",
                "md5": "bc512cc52e493252bad4e6b0b13b6010",
                "sha256": "cb1fb9e7cb1cb49a6066c64528d21be5b62db72af29fec14b26716704e0939e6"
            },
            "downloads": -1,
            "filename": "JupyterPiDAQ-0.7.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc512cc52e493252bad4e6b0b13b6010",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36823,
            "upload_time": "2023-03-09T20:51:20",
            "upload_time_iso_8601": "2023-03-09T20:51:20.458293Z",
            "url": "https://files.pythonhosted.org/packages/d1/6f/6b8ae3f850991803394babb96595a57b947425fe9544a2961355e102accd/JupyterPiDAQ-0.7.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3877eaf72c48ef83deaf3d249c2c38768ce85fb22b04a4310092b756f7fce424",
                "md5": "08eaddf927f78e59f9d6655f227723dc",
                "sha256": "803f417ac15f7a2a88a0e38140019b85fdbd744367e5bd73b55004d5728acdd6"
            },
            "downloads": -1,
            "filename": "JupyterPiDAQ-0.7.9.tar.gz",
            "has_sig": false,
            "md5_digest": "08eaddf927f78e59f9d6655f227723dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28158,
            "upload_time": "2023-03-09T20:51:22",
            "upload_time_iso_8601": "2023-03-09T20:51:22.623735Z",
            "url": "https://files.pythonhosted.org/packages/38/77/eaf72c48ef83deaf3d249c2c38768ce85fb22b04a4310092b756f7fce424/JupyterPiDAQ-0.7.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-09 20:51:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "JupyterPhysSciLab",
    "github_project": "JupyterPiDAQ",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "jupyterpidaq"
}
        
Elapsed time: 0.05445s