Name | sensirion-i2c-sen66 JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | I2C driver for the Sensirion SEN66 sensor family |
upload_time | 2024-11-27 16:39:27 |
maintainer | None |
docs_url | None |
author | Sensirion |
requires_python | <4,>=3.6 |
license | BSD |
keywords |
sensirion
sen66
i2c
sen66
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Python I2C Driver for Sensirion SEN66
This repository contains the Python driver to communicate with a Sensirion SEN66 sensor over I2C.
<img src="https://raw.githubusercontent.com/Sensirion/python-i2c-sen66/master/images/sen6x.png"
width="300px" alt="SEN66 picture">
Click [here](https://sensirion.com/sen6x-air-quality-sensor-platform) to learn more about the Sensirion SEN66 sensor.
The default I²C address of [SEN66](https://www.sensirion.com/products/catalog/SEN66) is **0x6B**.
## 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-sen66/master/images/sen6x-pinout.png"
width="300px" alt="sensor wiring picture">
| *Pin* | *Cable Color* | *Name* | *Description* | *Comments* |
|-------|---------------|:------:|----------------|------------|
| 1 | red | VDD | Supply Voltage | 3.3V ±10%
| 2 | black | GND | Ground |
| 3 | green | SDA | I2C: Serial data input / output | TTL 5V compatible
| 4 | yellow | SCL | I2C: Serial clock input | TTL 5V compatible
| 5 | | NC | Do not connect |
| 6 | | NC | Do not connect |
</p>
</details>
## Documentation & Quickstart
See the [documentation page](https://sensirion.github.io/python-i2c-sen66) for an API description and a
[quickstart](https://sensirion.github.io/python-i2c-sen66/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-sen66",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.6",
"maintainer_email": null,
"keywords": "Sensirion SEN66 I2C SEN66",
"author": "Sensirion",
"author_email": "info@sensirion.com",
"download_url": "https://files.pythonhosted.org/packages/e4/97/d3e7f10779a1f36abef8a2f418d584607f7bac6c62d42cb33f34149dae35/sensirion_i2c_sen66-1.0.0.tar.gz",
"platform": null,
"description": "# Python I2C Driver for Sensirion SEN66\r\n\r\nThis repository contains the Python driver to communicate with a Sensirion SEN66 sensor over I2C.\r\n\r\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sen66/master/images/sen6x.png\"\r\n width=\"300px\" alt=\"SEN66 picture\">\r\n\r\n\r\nClick [here](https://sensirion.com/sen6x-air-quality-sensor-platform) to learn more about the Sensirion SEN66 sensor.\r\n\r\n\r\n\r\nThe default I\u00c2\u00b2C address of [SEN66](https://www.sensirion.com/products/catalog/SEN66) is **0x6B**.\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/sensirion-products/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-sen66/master/images/sen6x-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 | red | VDD | Supply Voltage | 3.3V \u00c2\u00b110%\r\n| 2 | black | GND | Ground |\r\n| 3 | green | SDA | I2C: Serial data input / output | TTL 5V compatible\r\n| 4 | yellow | SCL | I2C: Serial clock input | TTL 5V compatible\r\n| 5 | | NC | Do not connect |\r\n| 6 | | NC | Do not connect |\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-sen66) for an API description and a\r\n[quickstart](https://sensirion.github.io/python-i2c-sen66/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 SEN66 sensor family",
"version": "1.0.0",
"project_urls": {
"Changelog": "https://github.com/Sensirion/python-i2c-sen66/blob/master/CHANGELOG.md",
"Documentation": "https://sensirion.github.io/python-i2c-sen66",
"Repository": "https://github.com/Sensirion/python-i2c-sen66"
},
"split_keywords": [
"sensirion",
"sen66",
"i2c",
"sen66"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "809e205c7b1452995e0d3798f9ed35eb83d44477f318964b525569b7a8ee2976",
"md5": "ff035946c7f0bcd8dcdd412914c3b94d",
"sha256": "53f9088a4e5c66394504186b56d65b8103ddf6c02c0360b7498f1d0284570abb"
},
"downloads": -1,
"filename": "sensirion_i2c_sen66-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ff035946c7f0bcd8dcdd412914c3b94d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.6",
"size": 15928,
"upload_time": "2024-11-27T16:39:26",
"upload_time_iso_8601": "2024-11-27T16:39:26.216467Z",
"url": "https://files.pythonhosted.org/packages/80/9e/205c7b1452995e0d3798f9ed35eb83d44477f318964b525569b7a8ee2976/sensirion_i2c_sen66-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e497d3e7f10779a1f36abef8a2f418d584607f7bac6c62d42cb33f34149dae35",
"md5": "b48daeda738878dc07c65c571c62cd1c",
"sha256": "1ee8d0e93729cf3e113e504f02b18eff0bc26bd3ffa7b7558542d3f551c8f79d"
},
"downloads": -1,
"filename": "sensirion_i2c_sen66-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b48daeda738878dc07c65c571c62cd1c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.6",
"size": 16456,
"upload_time": "2024-11-27T16:39:27",
"upload_time_iso_8601": "2024-11-27T16:39:27.353595Z",
"url": "https://files.pythonhosted.org/packages/e4/97/d3e7f10779a1f36abef8a2f418d584607f7bac6c62d42cb33f34149dae35/sensirion_i2c_sen66-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-27 16:39:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Sensirion",
"github_project": "python-i2c-sen66",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sensirion-i2c-sen66"
}