sensirion-i2c-sfx6xxx


Namesensirion-i2c-sfx6xxx JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryI2C driver for the Sensirion SFX6XXX sensor family
upload_time2024-04-22 15:28:45
maintainerNone
docs_urlNone
authorSensirion
requires_python<4,>=3.6
licenseBSD
keywords sensirion sfx6xxx i2c sfc6000 sfc6000d-5slm sfc6000d-50slm sfc6000d-20slm sfm6000 sfm6000d-20slm sfm6000d-50slm sfm6000d-5slm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python I2C Driver for Sensirion SFX6XXX

This repository contains the Python driver to communicate with a Sensirion sensor of the SFX6XXX family over I2C.

<img src="https://raw.githubusercontent.com/Sensirion/python-i2c-sfx6xxx/master/images/product-image-sfx6xxx.png"
    width="300px" alt="SFX6XXX picture">


Click [here](https://sensirion.com/sfc6000) to learn more about the Sensirion SFX6XXX sensor family.



## Supported sensor types

| Sensor name   | I²C Addresses  |
| ------------- | -------------- |
|[SFC6000](https://sensirion.com/products/catalog/SFC6000/)| **0x24**, 0x23, 0x22, 0x21, 0x20, 0x42, 0x41|
|[SFC6000D-5SLM](https://sensirion.com/products/catalog/SFC6000D-5slm/)| ****|
|[SFC6000D-50SLM](https://sensirion.com/products/catalog/SFC6000D-50slm/)| ****|
|[SFC6000D-20SLM](https://sensirion.com/products/catalog/SFC6000D-20slm/)| ****|
|[SFM6000](https://sensirion.com/products/catalog/SFM6000)| **0x24**, 0x23, 0x22, 0x21, 0x20, 0x42, 0x41|
|[SFM6000D-20SLM](https://sensirion.com/products/catalog/SFM6000D-20slm)| ****|
|[SFM6000D-50SLM](https://sensirion.com/products/catalog/SFM6000D-50slm)| ****|
|[SFM6000D-5SLM](https://sensirion.com/products/catalog/SFM6000D-5slm)| ****|

The following instructions and examples use a *SFC6000*.



## Connect the sensor

You can connect your sensor over a [SEK-SensorBridge](https://developer.sensirion.com/sensirion-products/sek-sensorbridge/).
For special setups you find the sensor pinout in the section below.

<details><summary>Sensor pinout</summary>
<p>
<img src="https://raw.githubusercontent.com/Sensirion/python-i2c-sfx6xxx/master/images/product-pinout-i2c-sfx6xxx.png"
     width="300px" alt="sensor wiring picture">

| *Pin* | *Cable Color* | *Name* | *Description*  | *Comments* |
|-------|---------------|:------:|----------------|------------|
| 1 | red | VDD | Supply Voltage | +24V
| 2 | black | GND | Ground |
| 3 |  | NC | Do not connect |
| 4 | yellow | SCL | I2C: Serial clock input |
| 5 | purple | ADDR |  | Leave floating for default i2c address 0x24
| 6 | green | SDA | I2C: Serial data input / output |


</p>
</details>


## Documentation & Quickstart

See the [documentation page](https://sensirion.github.io/python-i2c-sfx6xxx) for an API description and a
[quickstart](https://sensirion.github.io/python-i2c-sfx6xxx/execute-measurements.html) example.


## Contributing

We develop and test this driver using our company internal tools (version
control, continuous integration, code review etc.) and automatically
synchronize the `master` branch with GitHub. But this doesn't mean that we
don't respond to issues or don't accept pull requests on GitHub. In fact,
you're very welcome to open issues or create pull requests :-)

### Check coding style

The coding style can be checked with [`flake8`](http://flake8.pycqa.org/):

```bash
pip install -e .[test]  # Install requirements
flake8                  # Run style check
```

In addition, we check the formatting of files with
[`editorconfig-checker`](https://editorconfig-checker.github.io/):

```bash
pip install editorconfig-checker==2.0.3   # Install requirements
editorconfig-checker                      # Run check
```

## License

See [LICENSE](LICENSE).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sensirion-i2c-sfx6xxx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "Sensirion SFX6XXX I2C SFC6000 SFC6000D-5slm SFC6000D-50slm SFC6000D-20slm SFM6000 SFM6000D-20slm SFM6000D-50slm SFM6000D-5slm",
    "author": "Sensirion",
    "author_email": "info@sensirion.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/87/596481521313ad61bd16b9f4b469e10953c1f3cf1915af33421f98db8b86/sensirion_i2c_sfx6xxx-1.0.0.tar.gz",
    "platform": null,
    "description": "# Python I2C Driver for Sensirion SFX6XXX\n\nThis repository contains the Python driver to communicate with a Sensirion sensor of the SFX6XXX family over I2C.\n\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sfx6xxx/master/images/product-image-sfx6xxx.png\"\n    width=\"300px\" alt=\"SFX6XXX picture\">\n\n\nClick [here](https://sensirion.com/sfc6000) to learn more about the Sensirion SFX6XXX sensor family.\n\n\n\n## Supported sensor types\n\n| Sensor name   | I\u00c2\u00b2C Addresses  |\n| ------------- | -------------- |\n|[SFC6000](https://sensirion.com/products/catalog/SFC6000/)| **0x24**, 0x23, 0x22, 0x21, 0x20, 0x42, 0x41|\n|[SFC6000D-5SLM](https://sensirion.com/products/catalog/SFC6000D-5slm/)| ****|\n|[SFC6000D-50SLM](https://sensirion.com/products/catalog/SFC6000D-50slm/)| ****|\n|[SFC6000D-20SLM](https://sensirion.com/products/catalog/SFC6000D-20slm/)| ****|\n|[SFM6000](https://sensirion.com/products/catalog/SFM6000)| **0x24**, 0x23, 0x22, 0x21, 0x20, 0x42, 0x41|\n|[SFM6000D-20SLM](https://sensirion.com/products/catalog/SFM6000D-20slm)| ****|\n|[SFM6000D-50SLM](https://sensirion.com/products/catalog/SFM6000D-50slm)| ****|\n|[SFM6000D-5SLM](https://sensirion.com/products/catalog/SFM6000D-5slm)| ****|\n\nThe following instructions and examples use a *SFC6000*.\n\n\n\n## Connect the sensor\n\nYou can connect your sensor over a [SEK-SensorBridge](https://developer.sensirion.com/sensirion-products/sek-sensorbridge/).\nFor special setups you find the sensor pinout in the section below.\n\n<details><summary>Sensor pinout</summary>\n<p>\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sfx6xxx/master/images/product-pinout-i2c-sfx6xxx.png\"\n     width=\"300px\" alt=\"sensor wiring picture\">\n\n| *Pin* | *Cable Color* | *Name* | *Description*  | *Comments* |\n|-------|---------------|:------:|----------------|------------|\n| 1 | red | VDD | Supply Voltage | +24V\n| 2 | black | GND | Ground |\n| 3 |  | NC | Do not connect |\n| 4 | yellow | SCL | I2C: Serial clock input |\n| 5 | purple | ADDR |  | Leave floating for default i2c address 0x24\n| 6 | green | SDA | I2C: Serial data input / output |\n\n\n</p>\n</details>\n\n\n## Documentation & Quickstart\n\nSee the [documentation page](https://sensirion.github.io/python-i2c-sfx6xxx) for an API description and a\n[quickstart](https://sensirion.github.io/python-i2c-sfx6xxx/execute-measurements.html) example.\n\n\n## Contributing\n\nWe develop and test this driver using our company internal tools (version\ncontrol, continuous integration, code review etc.) and automatically\nsynchronize the `master` branch with GitHub. But this doesn't mean that we\ndon't respond to issues or don't accept pull requests on GitHub. In fact,\nyou're very welcome to open issues or create pull requests :-)\n\n### Check coding style\n\nThe coding style can be checked with [`flake8`](http://flake8.pycqa.org/):\n\n```bash\npip install -e .[test]  # Install requirements\nflake8                  # Run style check\n```\n\nIn addition, we check the formatting of files with\n[`editorconfig-checker`](https://editorconfig-checker.github.io/):\n\n```bash\npip install editorconfig-checker==2.0.3   # Install requirements\neditorconfig-checker                      # Run check\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "I2C driver for the Sensirion SFX6XXX sensor family",
    "version": "1.0.0",
    "project_urls": {
        "Changelog": "https://github.com/Sensirion/python-i2c-sfx6xxx/blob/master/CHANGELOG.md",
        "Documentation": "https://sensirion.github.io/python-i2c-sfx6xxx",
        "Repository": "https://github.com/Sensirion/python-i2c-sfx6xxx"
    },
    "split_keywords": [
        "sensirion",
        "sfx6xxx",
        "i2c",
        "sfc6000",
        "sfc6000d-5slm",
        "sfc6000d-50slm",
        "sfc6000d-20slm",
        "sfm6000",
        "sfm6000d-20slm",
        "sfm6000d-50slm",
        "sfm6000d-5slm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61d393120d04a3035d9ddeae88910bdcd1a6704f657aaad27f121b3219df0c15",
                "md5": "c72b133a81f9b01f608d1829bae72e85",
                "sha256": "4a2749260afec4eaf61c9fd11ad62a4d77c18fac50a776449e6e64db9f2321ef"
            },
            "downloads": -1,
            "filename": "sensirion_i2c_sfx6xxx-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c72b133a81f9b01f608d1829bae72e85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 12403,
            "upload_time": "2024-04-22T15:28:43",
            "upload_time_iso_8601": "2024-04-22T15:28:43.318657Z",
            "url": "https://files.pythonhosted.org/packages/61/d3/93120d04a3035d9ddeae88910bdcd1a6704f657aaad27f121b3219df0c15/sensirion_i2c_sfx6xxx-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a87596481521313ad61bd16b9f4b469e10953c1f3cf1915af33421f98db8b86",
                "md5": "32e84280b5a004879bcfa684756bc854",
                "sha256": "3c870ee6f59f229878b34488d2c4b59f297e3fb2d773a2d8691ec35030c00a43"
            },
            "downloads": -1,
            "filename": "sensirion_i2c_sfx6xxx-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "32e84280b5a004879bcfa684756bc854",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 11098,
            "upload_time": "2024-04-22T15:28:45",
            "upload_time_iso_8601": "2024-04-22T15:28:45.157396Z",
            "url": "https://files.pythonhosted.org/packages/5a/87/596481521313ad61bd16b9f4b469e10953c1f3cf1915af33421f98db8b86/sensirion_i2c_sfx6xxx-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 15:28:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sensirion",
    "github_project": "python-i2c-sfx6xxx",
    "github_not_found": true,
    "lcname": "sensirion-i2c-sfx6xxx"
}
        
Elapsed time: 0.22940s