pioreactor-air-bubbler


Namepioreactor-air-bubbler JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/Pioreactor/pioreactor-air-bubbler
SummaryAdd an air bubbler to your Pioreactor as a background job
upload_time2024-03-01 16:41:15
maintainer
docs_urlNone
authorPioreactor
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Pioreactor air bubbler


Add an air-pump / bubbler to your [Pioreactor](https://pioreactor.com). This pump can run continuously, or if OD reading is running, will stop during a reading.




### Usage
```
pio run air_bubbler
```


### Installation

#### Software

From the command line, run:

```
pio install-plugin pioreactor_air_bubbler
```


(Optional) Edit the following to your `config.ini`

```
[PWM]
<the PWM channel you pick>=air_bubbler


[air_bubbler.config]
duty_cycle=10
hertz=200
pre_delay_duration=1.5
post_delay_duration=0.75
enable_dodging_od=1
```

#### Hardware

1. Connect the PWM channel to the air pump's power source.
2. Connect a tube between the air pump and a tube in the vial's cap, via luer lock.
3. The connecting tube in the vial cap can be pushed into the liquid for bubbling, or left in the headspace to exchange air.
4. Optional: a 0.22 micron filter can be placed along the air path to filter contaminants.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Pioreactor/pioreactor-air-bubbler",
    "name": "pioreactor-air-bubbler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pioreactor",
    "author_email": "hello@pioreactor.com",
    "download_url": "",
    "platform": null,
    "description": "### Pioreactor air bubbler\n\n\nAdd an air-pump / bubbler to your [Pioreactor](https://pioreactor.com). This pump can run continuously, or if OD reading is running, will stop during a reading.\n\n\n\n\n### Usage\n```\npio run air_bubbler\n```\n\n\n### Installation\n\n#### Software\n\nFrom the command line, run:\n\n```\npio install-plugin pioreactor_air_bubbler\n```\n\n\n(Optional) Edit the following to your `config.ini`\n\n```\n[PWM]\n<the PWM channel you pick>=air_bubbler\n\n\n[air_bubbler.config]\nduty_cycle=10\nhertz=200\npre_delay_duration=1.5\npost_delay_duration=0.75\nenable_dodging_od=1\n```\n\n#### Hardware\n\n1. Connect the PWM channel to the air pump's power source.\n2. Connect a tube between the air pump and a tube in the vial's cap, via luer lock.\n3. The connecting tube in the vial cap can be pushed into the liquid for bubbling, or left in the headspace to exchange air.\n4. Optional: a 0.22 micron filter can be placed along the air path to filter contaminants.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Add an air bubbler to your Pioreactor as a background job",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/Pioreactor/pioreactor-air-bubbler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be978700cc02e498bf431eb62351a0175cdf890d75a0eb19c159cde7868b2543",
                "md5": "efde4745d7788374e874ca074ee0bc1c",
                "sha256": "75720a6ab07d1345a451a09f7080d4905aad4ec19fffc559a379a8ca924fc64a"
            },
            "downloads": -1,
            "filename": "pioreactor_air_bubbler-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "efde4745d7788374e874ca074ee0bc1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4998,
            "upload_time": "2024-03-01T16:41:15",
            "upload_time_iso_8601": "2024-03-01T16:41:15.023589Z",
            "url": "https://files.pythonhosted.org/packages/be/97/8700cc02e498bf431eb62351a0175cdf890d75a0eb19c159cde7868b2543/pioreactor_air_bubbler-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 16:41:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Pioreactor",
    "github_project": "pioreactor-air-bubbler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pioreactor-air-bubbler"
}
        
Elapsed time: 0.21186s