I2C driver for the Sensirion SGP43 sensor family
Project description
Python I2C Driver for Sensirion SGP43
This repository contains the Python driver to communicate with a Sensirion SGP43 sensor over I2C.
Click here to learn more about the Sensirion SGP43 sensor.
Air Quality Sensor for VOC and NOx Measurements.
The default I²C address of SGP43 is 0x59.
Connect the sensor
You can connect your sensor over a SEK-SensorBridge. For special setups you find the sensor pinout in the section below.
Sensor pinout
| 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 |
Documentation & Quickstart
See the documentation page for an API description and a quickstart example.
Contributing
Check coding style
The coding style can be checked with flake8:
pip install -e .[test] # Install requirements
flake8 # Run style check
In addition, we check the formatting of files with
editorconfig-checker:
pip install editorconfig-checker==2.0.3 # Install requirements
editorconfig-checker # Run check
License
See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sensirion_i2c_sgp43-1.0.0.tar.gz.
File metadata
- Download URL: sensirion_i2c_sgp43-1.0.0.tar.gz
- Upload date:
- Size: 92.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71065b1babb57c68f733da501a540ab15042a3874a6c4f5703fbc34f06e345d6
|
|
| MD5 |
34603fff699a42e9fe7b0e9f86d28195
|
|
| BLAKE2b-256 |
ea4139db5d670ed398ca2c6d556ffb7bf97300eb03d61df5a72f94f7b531204f
|
File details
Details for the file sensirion_i2c_sgp43-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sensirion_i2c_sgp43-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0140cff244403fc1376cef4d969e98ebb75fad42e594056ffb42266ff64f1e24
|
|
| MD5 |
cc07dd874c3d494064d31dda14d46aeb
|
|
| BLAKE2b-256 |
0db4dc635a0f6afb7bdb03022f8955d2eebc26650bdef7ee529beef56761653c
|