Skip to content

Commit 3827c12

Browse files
authored
Merge pull request #227 from adafruit/add-sen5x-models
Add individual Sensirion SEN5x models
2 parents 4979134 + d82d07a commit 3827c12

File tree

7 files changed

+63
-9
lines changed

7 files changed

+63
-9
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
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
2-
"displayName": "SEN5x",
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": ["0x69"],
8-
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pm10-std", "pm25-std", "pm100-std", "voc-index", "nox-index"]
9-
}
1+
{
2+
"displayName": "SEN5x",
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": false,
7+
"i2cAddresses": ["0x69"],
8+
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pm10-std", "pm25-std", "pm100-std", "voc-index", "nox-index"]
9+
}

0 commit comments

Comments
 (0)