{"id":19738434,"url":"https://github.com/sensirion/python-i2c-sts3x","last_synced_at":"2026-03-16T19:32:28.839Z","repository":{"id":203962241,"uuid":"710806694","full_name":"Sensirion/python-i2c-sts3x","owner":"Sensirion","description":"Python library to work with Sensirion's STS3x temperature sensor over I2C","archived":false,"fork":false,"pushed_at":"2025-01-31T07:21:38.000Z","size":464,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T08:25:10.663Z","etag":null,"topics":["i2c","python","sts","sts3x","temperature"],"latest_commit_sha":null,"homepage":"https://sensirion.github.io/python-i2c-sts3x","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sensirion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-27T13:33:42.000Z","updated_at":"2025-01-07T07:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"8796abbe-c4cb-448b-aee7-b0eae3c3e3b9","html_url":"https://github.com/Sensirion/python-i2c-sts3x","commit_stats":{"total_commits":3,"total_committers":3,"mean_commits":1.0,"dds":0.6666666666666667,"last_synced_commit":"c91cfad3116a106cc186e3dda571179ffa4c93f8"},"previous_names":["sensirion/python-i2c-sts3x"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sts3x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sts3x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sts3x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sts3x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sensirion","download_url":"https://codeload.github.com/Sensirion/python-i2c-sts3x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241067962,"owners_count":19903928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["i2c","python","sts","sts3x","temperature"],"created_at":"2024-11-12T01:14:10.106Z","updated_at":"2026-03-16T19:32:28.778Z","avatar_url":"https://github.com/Sensirion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python I2C Driver for Sensirion STS3X\n\nThis repository contains the Python driver to communicate with a Sensirion sensor of the STS3X family over I2C. \n\n\u003cimg src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sts3x/master/images/STS3x.png\"\n    width=\"300px\" alt=\"STS3X picture\"\u003e\n\n\nClick [here](https://www.sensirion.com/search/products?q=STS3x) to learn more about the Sensirion STS3X sensor family.\n\n\n\n## Supported sensor types\n\n| Sensor name   | I²C Addresses  |\n| ------------- | -------------- |\n|[STS30](https://sensirion.com/products/catalog/STS30-DIS)| **0x4A**, 0x4B|\n|[STS30A](https://www.sensirion.com/products/catalog/STS30A-DIS)| **0x4A**, 0x4B|\n|[STS31A](https://www.sensirion.com/products/catalog/STS31A-DIS)| **0x4A**, 0x4B|\n|[STS31](https://www.sensirion.com/products/catalog/STS31-DIS)| **0x4A**, 0x4B|\n|[STS32](https://www.sensirion.com/products/catalog/STS32-DIS)| **0x4A**, 0x4B|\n|[STS33](https://www.sensirion.com/products/catalog/STS33-DIS)| **0x4A**, 0x4B|\n|[STS35](https://www.sensirion.com/products/catalog/STS35-DIS)| **0x4A**, 0x4B|\n\nThe following instructions and examples use a *STS30*.\n\n\n\n## Connect the sensor\n\nYou can connect your sensor over a [SEK-SensorBridge](https://developer.sensirion.com/product-support/sek-sensorbridge/).\nFor special setups you find the sensor pinout in the section below.\n\n\u003cdetails\u003e\u003csummary\u003eSensor pinout\u003c/summary\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sts3x/master/images/STS3x_pinout.png\"\n     width=\"300px\" alt=\"sensor wiring picture\"\u003e\n\n| *Pin* | *Cable Color* | *Name* | *Description*  | *Comments* |\n|-------|---------------|:------:|----------------|------------|\n| 1 | green | SDA | I2C: Serial data input / output | \n| 2 | black | GND | Ground | \n| 3 | yellow | SCL | I2C: Serial clock input | \n| 4 | red | VDD | Supply Voltage | 2.15V to 5.5V\n\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\n## Documentation \u0026 Quickstart\n\nSee the [documentation page](https://sensirion.github.io/python-i2c-sts3x) for an API description and a \n[quickstart](https://sensirion.github.io/python-i2c-sts3x/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensirion%2Fpython-i2c-sts3x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensirion%2Fpython-i2c-sts3x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensirion%2Fpython-i2c-sts3x/lists"}