Name | sensirion-i2c-sgp43 JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | I2C driver for the Sensirion SGP43 sensor family |
upload_time | 2023-12-08 12:22:21 |
maintainer | |
docs_url | None |
author | Sensirion |
requires_python | >=3.6, <4 |
license | BSD |
keywords |
sensirion
sgp43
i2c
sgp43
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Python I2C Driver for Sensirion SGP43
This repository contains the Python driver to communicate with a Sensirion SGP43 sensor over I2C.
<img src="https://raw.githubusercontent.com/Sensirion/python-i2c-sgp43/master/images/sensor_sgp41.jpg"
width="300px" alt="SGP43 picture">
Click [here](https://sensirion.com/products/catalog/SGP41/) to learn more about the Sensirion SGP43 sensor.
Air Quality Sensor for VOC and NOx Measurements.
The default I²C address of [SGP43](https://sensirion.com/products/catalog/SGP41/) is **0x59**.
## 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-sgp43/master/images/sgp41_pinout.jpg"
width="300px" alt="sensor wiring picture">
| *Pin* | *Cable Color* | *Name* | *Description* | *Comments* |
|-------|---------------|:------:|----------------|------------|
| 1 | red | VDD | Supply Voltage | 1.7V to 3.6V
| 2 | black | GND | Ground |
| 3 | green | SDA | I2C: Serial data input / output |
| 4 | blue | NC | Do not connect |
| 5 | | VDDH | | Supply voltage hotplate; see data sheet on how to connect.
| 6 | yellow | SCL | I2C: Serial clock input |
</p>
</details>
## Documentation & Quickstart
See the [documentation page](https://sensirion.github.io/python-i2c-sgp43) for an API description and a
[quickstart](https://sensirion.github.io/python-i2c-sgp43/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": "",
"name": "sensirion-i2c-sgp43",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6, <4",
"maintainer_email": "",
"keywords": "Sensirion SGP43 I2C SGP43",
"author": "Sensirion",
"author_email": "info@sensirion.com",
"download_url": "https://files.pythonhosted.org/packages/54/2b/b2e1edcdba7b69b925bdb62ab202e22943c2e304e8457ae3fcd5a95f27cf/sensirion_i2c_sgp43-0.2.0.tar.gz",
"platform": null,
"description": "# Python I2C Driver for Sensirion SGP43\n\nThis repository contains the Python driver to communicate with a Sensirion SGP43 sensor over I2C. \n\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sgp43/master/images/sensor_sgp41.jpg\"\n width=\"300px\" alt=\"SGP43 picture\">\n\n\nClick [here](https://sensirion.com/products/catalog/SGP41/) to learn more about the Sensirion SGP43 sensor.\n\n\nAir Quality Sensor for VOC and NOx Measurements.\n\n\n\nThe default I\u00c2\u00b2C address of [SGP43](https://sensirion.com/products/catalog/SGP41/) is **0x59**.\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-sgp43/master/images/sgp41_pinout.jpg\"\n width=\"300px\" alt=\"sensor wiring picture\">\n\n| *Pin* | *Cable Color* | *Name* | *Description* | *Comments* |\n|-------|---------------|:------:|----------------|------------|\n| 1 | red | VDD | Supply Voltage | 1.7V to 3.6V\n| 2 | black | GND | Ground | \n| 3 | green | SDA | I2C: Serial data input / output | \n| 4 | blue | NC | Do not connect | \n| 5 | | VDDH | | Supply voltage hotplate; see data sheet on how to connect.\n| 6 | yellow | SCL | I2C: Serial clock input | \n\n\n</p>\n</details>\n\n\n## Documentation & Quickstart\n\nSee the [documentation page](https://sensirion.github.io/python-i2c-sgp43) for an API description and a \n[quickstart](https://sensirion.github.io/python-i2c-sgp43/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\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "I2C driver for the Sensirion SGP43 sensor family",
"version": "0.2.0",
"project_urls": {
"Changelog": "https://github.com/Sensirion/python-i2c-sgp43/blob/master/CHANGELOG.md",
"Documentation": "https://sensirion.github.io/python-i2c-sgp43",
"Repository": "https://github.com/Sensirion/python-i2c-sgp43"
},
"split_keywords": [
"sensirion",
"sgp43",
"i2c",
"sgp43"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ad4990b51570506a1bf50e1141d1c4b6dd1bb60982823bf3268e1dc149bea79",
"md5": "c135660810f3834e4afb0179473cbf91",
"sha256": "7fe6c852f853bfe870953cb1514a6e90ecb7a776e26e9eeaee8d88858e9bcec9"
},
"downloads": -1,
"filename": "sensirion_i2c_sgp43-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c135660810f3834e4afb0179473cbf91",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6, <4",
"size": 9220,
"upload_time": "2023-12-08T12:22:18",
"upload_time_iso_8601": "2023-12-08T12:22:18.845593Z",
"url": "https://files.pythonhosted.org/packages/9a/d4/990b51570506a1bf50e1141d1c4b6dd1bb60982823bf3268e1dc149bea79/sensirion_i2c_sgp43-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "542bb2e1edcdba7b69b925bdb62ab202e22943c2e304e8457ae3fcd5a95f27cf",
"md5": "06a50870ed28165af9169bab83ff5a35",
"sha256": "b0983610d6e1a144569baa368ab8e9a9a30449451b6e96ef866ae2e6078c4e16"
},
"downloads": -1,
"filename": "sensirion_i2c_sgp43-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "06a50870ed28165af9169bab83ff5a35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6, <4",
"size": 7747,
"upload_time": "2023-12-08T12:22:21",
"upload_time_iso_8601": "2023-12-08T12:22:21.049403Z",
"url": "https://files.pythonhosted.org/packages/54/2b/b2e1edcdba7b69b925bdb62ab202e22943c2e304e8457ae3fcd5a95f27cf/sensirion_i2c_sgp43-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-08 12:22:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Sensirion",
"github_project": "python-i2c-sgp43",
"github_not_found": true,
"lcname": "sensirion-i2c-sgp43"
}