{"id":22466378,"url":"https://github.com/sensirion/python-i2c-sen66","last_synced_at":"2025-06-15T20:04:47.456Z","repository":{"id":265083414,"uuid":"880715059","full_name":"Sensirion/python-i2c-sen66","owner":"Sensirion","description":"Python I2C sensor driver for Sensirion's SEN66 environmental sensor module","archived":false,"fork":false,"pushed_at":"2025-03-13T14:03:53.000Z","size":335,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-23T17:11:55.571Z","etag":null,"topics":["co2","co2-sensor","environmental","environmental-monitoring","humidity","linux","nox","python","sek-sen66","sen66","sensirion-i2c","sensor-bridge","sensor-drivers","sensorbridge","temperature","voc"],"latest_commit_sha":null,"homepage":"https://sensirion.github.io/python-i2c-sen66/","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.md","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":"2024-10-30T08:14:23.000Z","updated_at":"2025-05-14T11:29:23.000Z","dependencies_parsed_at":"2025-01-30T20:35:33.828Z","dependency_job_id":null,"html_url":"https://github.com/Sensirion/python-i2c-sen66","commit_stats":null,"previous_names":["sensirion/python-i2c-sen66"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Sensirion/python-i2c-sen66","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sen66","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sen66/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sen66/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sen66/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sensirion","download_url":"https://codeload.github.com/Sensirion/python-i2c-sen66/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-i2c-sen66/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260044428,"owners_count":22950749,"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":["co2","co2-sensor","environmental","environmental-monitoring","humidity","linux","nox","python","sek-sen66","sen66","sensirion-i2c","sensor-bridge","sensor-drivers","sensorbridge","temperature","voc"],"created_at":"2024-12-06T10:11:50.798Z","updated_at":"2025-06-15T20:04:47.434Z","avatar_url":"https://github.com/Sensirion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python I2C Driver for Sensirion SEN66\n\nThis repository contains the Python driver to communicate with a Sensirion SEN66 sensor over I2C.\n\n\u003cimg src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sen66/master/images/sen6x.png\"\n    width=\"300px\" alt=\"SEN66 picture\"\u003e\n\n\nClick [here](https://sensirion.com/sen6x-air-quality-sensor-platform) to learn more about the Sensirion SEN66 sensor.\n\n\n\nThe default I²C address of [SEN66](https://www.sensirion.com/products/catalog/SEN66) is **0x6B**.\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\u003cdetails\u003e\u003csummary\u003eSensor pinout\u003c/summary\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-sen66/master/images/sen6x-pinout.png\"\n     width=\"300px\" alt=\"sensor wiring picture\"\u003e\n\n| *Pin* | *Cable Color* | *Name* | *Description*  | *Comments* |\n|-------|---------------|:------:|----------------|------------|\n| 1 | red | VDD | Supply Voltage | 3.3V ±5%\n| 2 | black | GND | Ground |\n| 3 | green | SDA | I2C: Serial data input / output | TTL 5V compatible\n| 4 | yellow | SCL | I2C: Serial clock input | TTL 5V compatible\n| 5 |  | NC | Do not connect | Ground (Pins 2 and 5 are connected internally)\n| 6 |  | NC | Do not connect | Supply voltage (Pins 1 and 6 are connected internally)\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-sen66) for an API description and a\n[quickstart](https://sensirion.github.io/python-i2c-sen66/execute-measurements.html) example.\n\n\n## Contributing\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).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensirion%2Fpython-i2c-sen66","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensirion%2Fpython-i2c-sen66","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensirion%2Fpython-i2c-sen66/lists"}