[][src]Crate sps30_i2c

This is a platform agnostic Rust driver for the SPS30 particulate matter sensor using the embedded-hal traits.

The driver supports only floating point output and is written for the firmware version 2.1. Although it is fully compatible with older versions and the 2.2 version, it doesn't fully support the latest.

This driver allows you to:

The device

The SPS30 Particulate Matter (PM) sensor is a technological breakthrough in optical PM sensors. Its measurement principle is based on laser scattering and makes use of Sensirion's innovative contamination-resistance technology. This technology, together with high-quality and long-lasting components, enables precise measurements from its first operation and throughout its lifetime of more than ten years. In addition, Sensiron's advanced algorithms provide superior precision for different PM types and higher-resolution particle size binning, opening up new possibilities for the detection of different sorts of environmental dust and other particles.

The SPS30 has been designed for use in various applications and devices, such as:

  • Air purifiers
  • HVAC equipment
  • Demand-controlled ventilation systems
  • Air conditioners
  • Air quality and environmental monitors
  • Smart home and IoT devices

Documentation:

  • Datasheet: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9.6_Particulate_Matter/Datasheets/Sensirion_PM_Sensors_SPS30_Datasheet.pdf

Usage

To use this driver, import this crate and an embedded-hal implementation, then instantiate the device.

Please see examples folder.

Structs

Sps30

SPS30 device driver