|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Measurement data produced by the SPS30 particulate matter sensor. Populated by sps30_Read(); check IsDataValid before using the values. More...
#include <sps30.h>
Data Fields | |
| float | Mass_pm1_0 |
| float | Mass_pm2_5 |
| float | Mass_pm4_0 |
| float | Mass_pm10_0 |
| float | Num_pm0_5 |
| float | Num_pm1_0 |
| float | Num_pm2_5 |
| float | Num_pm4_0 |
| float | Num_pm10_0 |
| float | Typical_particle_size |
| int8_t | IsDataValid |
Measurement data produced by the SPS30 particulate matter sensor. Populated by sps30_Read(); check IsDataValid before using the values.
Mass concentrations (µg/m³) reflect the total mass of particles per unit volume, which is the metric used by government AQI indices. Number concentrations (n/cm³) count individual particles and are more sensitive for detecting early-stage smoke or combustion products.
| int8_t sps30_t::IsDataValid |
| float sps30_t::Mass_pm10_0 |
| float sps30_t::Mass_pm1_0 |
| float sps30_t::Mass_pm2_5 |
| float sps30_t::Mass_pm4_0 |
| float sps30_t::Num_pm0_5 |
| float sps30_t::Num_pm10_0 |
| float sps30_t::Num_pm1_0 |
| float sps30_t::Num_pm2_5 |
| float sps30_t::Num_pm4_0 |
| float sps30_t::Typical_particle_size |