SDS011 Library
Project description
sds011lib
sds011lib
is a fully-typed, nearly-complete, python 3.8+ library for interacting with the SDS011 Air Quality Sensor.
The SDS011 is a small, low-cost sensor created by www.inovafitness.com, used to measure particulate matter in the air. It can measure both PM 2.5 and PM10 values simultaneously, and connects to devices over a serial port, or via USB with an included adaptor.
The full documentation is available at https://timorme.github.io/sds011lib/
Installation
pip install sds011lib
Quickstart
from sds011lib import SDS011QueryReader
from serial import Serial
# Setup a query-mode reader on /dev/ttyUSB0
sensor = SDS011QueryReader('/dev/ttyUSB0')
# Read some data!
aqi = sensor.query()
print(aqi.pm25)
print(aqi.pm10)
# Put the device to sleep
sensor.sleep()
# Wake it back up
sensor.wake()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sds011lib-0.4.0.tar.gz
(9.8 kB
view details)
Built Distribution
sds011lib-0.4.0-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file sds011lib-0.4.0.tar.gz
.
File metadata
- Download URL: sds011lib-0.4.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.0 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a25cd95ab318715090d06bb84c3388faeb67a17e92283befb7ab3ce1678bb77 |
|
MD5 | 19b606994f0c57f90124610b8f5534ae |
|
BLAKE2b-256 | 8c57f7787cd5dac3fdfb3ccf34c7ad7859721b243afc53a000c56e97ee6e984b |
File details
Details for the file sds011lib-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: sds011lib-0.4.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.0 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76ab2ee0c982fcfe4133935e9460a22a02bec080e0139609308c7a9e05d4bcd8 |
|
MD5 | 01f0c3f69e22f5681acfdbbbd087666f |
|
BLAKE2b-256 | 55d571de08286c53cb4dc70c042954c536ddb9f8754f4adf271235914683225d |