I2C driver for the Sensirion SFM-SF06 sensor family
Project description
Python I2C Driver for Sensirion SFM-SF06
This repository contains the Python driver to communicate with a Sensirion sensor of the SFM-SF06 family over I2C.
Click here to learn more about the Sensirion SFM-SF06 sensor family.
Not all sensors of this driver family support all measurements. In case a measurement is not supported by all sensors, the products that support it are listed in the API description.
Supported sensor types
Sensor name | I²C Addresses |
---|---|
SFM4300 | 0x2A, 0x2B, 0x2C, 0x2D |
SFM3119 | 0x29 |
SFM3003 | 0x28, 0x2D |
SFM3013 | 0x2F |
SFM3019 | 0x2E |
The following instructions and examples use a SFM4300.
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 | ADDR | see data sheet section 4.1 | ||
2 | SDA | I2C: Serial data input / output | Serial data, bidirectional | |
3 | GND | Ground | ||
4 | VDD | Supply Voltage | 3.0V to 5.0V | |
5 | SCL | I2C: Serial clock input | ||
6 | IRQn | Active low. see data sheet section 3.3 |
Documentation & Quickstart
See the documentation page for an API description and a quickstart 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
:
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
File details
Details for the file sensirion_i2c_sfm_sf06-3.0.0.tar.gz
.
File metadata
- Download URL: sensirion_i2c_sfm_sf06-3.0.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.9.6 requests/2.27.1 setuptools/39.0.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23b65e0b457e427bd749e9c19285bc88f92a932f6a3cf4ea5f1a3d0d15af3e08 |
|
MD5 | d7720a3ad1fdb3876e1dfbdbd26d8748 |
|
BLAKE2b-256 | f4cfa2120ba08e2c6ceccc65d1164c4e6f682307e80559f9d6946503dbc23964 |
File details
Details for the file sensirion_i2c_sfm_sf06-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: sensirion_i2c_sfm_sf06-3.0.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.9.6 requests/2.27.1 setuptools/39.0.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76894d3e80896b6cae24f25c50d1724083060caa5ad4759cc0ae472d66917fba |
|
MD5 | d9e2f9e3bd0f066cfd32e43c62426dcd |
|
BLAKE2b-256 | 8ad290c60363683b0024cfea690fd45b0a3e074307cfd5685f3e1754dc93c02a |