You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Traver
d375a1ab43
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
...
The Sensirion SEN6x family includes 6 sensors (SEN62, SEN63C, SEN65,
SEN66, SEN68, SEN69C) that support the following measurements, in
different combinations depending on the model:
- Particulate matter (PM1.0, PM2.5, PM4, and PM10, with the addition
of PM0.5 from the Read Number Concentration Values command)
- Relative humidity
- Temperature
- VOC
- NOx
- Formaldehyde (HCHO)
- CO2
Datasheet: https://sensirion.com/media/documents/FAFC548D/693FBB15/PS_DS_SEN6x.pdf
4 days ago
..
co2.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
co2_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
commands.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
crc.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
crc_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
doc.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
model.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
model_string.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
pm.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
pm_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
rht.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
rht_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
sen6x.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
sen6x_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
status.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
status_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
testhelpers_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
util.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
util_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
vocnox.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago
vocnox_test.go
sen6x: Add driver for Sensirion SEN6x family of environmental sensors
4 days ago