Skip to content

Commit 97dcbf1

Browse files
committed
Add individual Sensirion SEN5x models
1 parent 4979134 commit 97dcbf1

File tree

6 files changed

+54
-0
lines changed

6 files changed

+54
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"displayName": "SEN50",
3+
"vendor": "Sensirion",
4+
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
5+
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
6+
"published": true,
7+
"i2cAddresses": [
8+
"0x69"
9+
],
10+
"subcomponents": [
11+
"pm10-std",
12+
"pm25-std",
13+
"pm100-std"
14+
]
15+
}

components/i2c/sen50/image.png

80 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"displayName": "SEN54",
3+
"vendor": "Sensirion",
4+
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
5+
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
6+
"published": true,
7+
"i2cAddresses": [
8+
"0x69"
9+
],
10+
"subcomponents": [
11+
"ambient-temp",
12+
"ambient-temp-fahrenheit",
13+
"humidity",
14+
"pm10-std",
15+
"pm25-std",
16+
"pm100-std",
17+
"voc-index"
18+
]
19+
}

components/i2c/sen54/image.png

80 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"displayName": "SEN55",
3+
"vendor": "Sensirion",
4+
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
5+
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
6+
"published": true,
7+
"i2cAddresses": [
8+
"0x69"
9+
],
10+
"subcomponents": [
11+
"ambient-temp",
12+
"ambient-temp-fahrenheit",
13+
"humidity",
14+
"pm10-std",
15+
"pm25-std",
16+
"pm100-std",
17+
"voc-index",
18+
"nox-index"
19+
]
20+
}

components/i2c/sen55/image.png

80 KB
Loading

0 commit comments

Comments
 (0)