sensirion-i2c-sfm3505


Namesensirion-i2c-sfm3505 JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryI2C driver for the Sensirion SFM3505 sensor family
upload_time2025-10-23 11:31:08
maintainerNone
docs_urlNone
authorSensirion
requires_python<4,>=3.6
licenseBSD
keywords sensirion sfm3505 i2c sfm3505
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python I2C Driver for Sensirion SFM3505

This repository contains the Python driver to communicate with a Sensirion SFM3505 sensor over I2C.

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


Click [here](https://sensirion.com/products/catalog/SFM3505) to learn more about the Sensirion SFM3505 sensor.



The default I²C address of [SFM3505](https://sensirion.com/products/catalog/SFM3505) is **0x2E**.



## Connect the sensor

You can connect your sensor over a [SEK-SensorBridge](https://developer.sensirion.com/product-support/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-sfm3505/master/images/SFM3505-pinout.png"
     width="300px" alt="sensor wiring picture">

| *Pin* | *Cable Color* | *Name* | *Description*  | *Comments* |
|-------|---------------|:------:|----------------|------------|
| 1 | green | SDA | I2C: Serial data input / output |
| 2 | red | VDD | Supply Voltage | 3.3V to 3.4V
| 3 | black | GND | Ground |
| 4 | yellow | SCL | I2C: Serial clock input |
| 5 |  | SRDY |  |


</p>
</details>


## Documentation & Quickstart

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


## Contributing

### 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-sfm3505",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "Sensirion SFM3505\r\n        I2C\r\n        SFM3505",
    "author": "Sensirion",
    "author_email": "info@sensirion.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/3c/5ba89da894860bb034b69b5741bf6b22f2ed4f9e7dba4a30d3b04753e4de/sensirion_i2c_sfm3505-1.0.0.tar.gz",
    "platform": null,
    "description": "# Python I2C Driver for Sensirion SFM3505\r\n\r\nThis repository contains the Python driver to communicate with a Sensirion SFM3505 sensor over I2C.\r\n\r\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sfm3505/master/images/SFM3505.png\"\r\n    width=\"300px\" alt=\"SFM3505 picture\">\r\n\r\n\r\nClick [here](https://sensirion.com/products/catalog/SFM3505) to learn more about the Sensirion SFM3505 sensor.\r\n\r\n\r\n\r\nThe default I\u00c2\u00b2C address of [SFM3505](https://sensirion.com/products/catalog/SFM3505) is **0x2E**.\r\n\r\n\r\n\r\n## Connect the sensor\r\n\r\nYou can connect your sensor over a [SEK-SensorBridge](https://developer.sensirion.com/product-support/sek-sensorbridge/).\r\nFor special setups you find the sensor pinout in the section below.\r\n\r\n<details><summary>Sensor pinout</summary>\r\n<p>\r\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sfm3505/master/images/SFM3505-pinout.png\"\r\n     width=\"300px\" alt=\"sensor wiring picture\">\r\n\r\n| *Pin* | *Cable Color* | *Name* | *Description*  | *Comments* |\r\n|-------|---------------|:------:|----------------|------------|\r\n| 1 | green | SDA | I2C: Serial data input / output |\r\n| 2 | red | VDD | Supply Voltage | 3.3V to 3.4V\r\n| 3 | black | GND | Ground |\r\n| 4 | yellow | SCL | I2C: Serial clock input |\r\n| 5 |  | SRDY |  |\r\n\r\n\r\n</p>\r\n</details>\r\n\r\n\r\n## Documentation & Quickstart\r\n\r\nSee the [documentation page](https://sensirion.github.io/python-i2c-sfm3505) for an API description and a\r\n[quickstart](https://sensirion.github.io/python-i2c-sfm3505/execute-measurements.html) example.\r\n\r\n\r\n## Contributing\r\n\r\n### Check coding style\r\n\r\nThe coding style can be checked with [`flake8`](http://flake8.pycqa.org/):\r\n\r\n```bash\r\npip install -e .[test]  # Install requirements\r\nflake8                  # Run style check\r\n```\r\n\r\nIn addition, we check the formatting of files with\r\n[`editorconfig-checker`](https://editorconfig-checker.github.io/):\r\n\r\n```bash\r\npip install editorconfig-checker==2.0.3   # Install requirements\r\neditorconfig-checker                      # Run check\r\n```\r\n\r\n## License\r\n\r\nSee [LICENSE](LICENSE).\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "I2C driver for the Sensirion SFM3505 sensor family",
    "version": "1.0.0",
    "project_urls": {
        "Changelog": "https://github.com/Sensirion/python-i2c-sfm3505/blob/master/CHANGELOG.md",
        "Documentation": "https://sensirion.github.io/python-i2c-sfm3505",
        "Repository": "https://github.com/Sensirion/python-i2c-sfm3505"
    },
    "split_keywords": [
        "sensirion",
        "sfm3505\r\n",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "i2c\r\n",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "sfm3505"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67d230155cff5f15a544e8ddf86724aa78eb8ed26687687c550a5c87d9307afe",
                "md5": "49ceb4948b61dbbf43f31e9d70288cfb",
                "sha256": "b2f0131bca3c653e7b06d2e561113feaab1d13677bc8e9a1671c4289fa10ddf6"
            },
            "downloads": -1,
            "filename": "sensirion_i2c_sfm3505-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49ceb4948b61dbbf43f31e9d70288cfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 8158,
            "upload_time": "2025-10-23T11:31:07",
            "upload_time_iso_8601": "2025-10-23T11:31:07.748874Z",
            "url": "https://files.pythonhosted.org/packages/67/d2/30155cff5f15a544e8ddf86724aa78eb8ed26687687c550a5c87d9307afe/sensirion_i2c_sfm3505-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f3c5ba89da894860bb034b69b5741bf6b22f2ed4f9e7dba4a30d3b04753e4de",
                "md5": "58cb57cae672a0c92b86bec16e7cee61",
                "sha256": "696b6dea7f42638a43fb4d7ef45f3f9505466a420ee039cbab6cc6be7b9eb931"
            },
            "downloads": -1,
            "filename": "sensirion_i2c_sfm3505-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "58cb57cae672a0c92b86bec16e7cee61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 7761,
            "upload_time": "2025-10-23T11:31:08",
            "upload_time_iso_8601": "2025-10-23T11:31:08.675361Z",
            "url": "https://files.pythonhosted.org/packages/8f/3c/5ba89da894860bb034b69b5741bf6b22f2ed4f9e7dba4a30d3b04753e4de/sensirion_i2c_sfm3505-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-23 11:31:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sensirion",
    "github_project": "python-i2c-sfm3505",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sensirion-i2c-sfm3505"
}
        
Elapsed time: 3.53103s