Skip to content

Commit

Permalink
Merge pull request #227 from adafruit/add-sen5x-models
Browse files Browse the repository at this point in the history
Add individual Sensirion SEN5x models
  • Loading branch information
brentru authored Jun 11, 2024
2 parents 4979134 + d82d07a commit 3827c12
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 9 deletions.
15 changes: 15 additions & 0 deletions components/i2c/sen50/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"displayName": "SEN50",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
"published": true,
"i2cAddresses": [
"0x69"
],
"subcomponents": [
"pm10-std",
"pm25-std",
"pm100-std"
]
}
Binary file added components/i2c/sen50/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions components/i2c/sen54/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"displayName": "SEN54",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
"published": true,
"i2cAddresses": [
"0x69"
],
"subcomponents": [
"ambient-temp",
"ambient-temp-fahrenheit",
"humidity",
"pm10-std",
"pm25-std",
"pm100-std",
"voc-index"
]
}
Binary file added components/i2c/sen54/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions components/i2c/sen55/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"displayName": "SEN55",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
"published": true,
"i2cAddresses": [
"0x69"
],
"subcomponents": [
"ambient-temp",
"ambient-temp-fahrenheit",
"humidity",
"pm10-std",
"pm25-std",
"pm100-std",
"voc-index",
"nox-index"
]
}
Binary file added components/i2c/sen55/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions components/i2c/sen5x/definition.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"displayName": "SEN5x",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
"published": true,
"i2cAddresses": ["0x69"],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pm10-std", "pm25-std", "pm100-std", "voc-index", "nox-index"]
}
{
"displayName": "SEN5x",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
"published": false,
"i2cAddresses": ["0x69"],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pm10-std", "pm25-std", "pm100-std", "voc-index", "nox-index"]
}

0 comments on commit 3827c12

Please sign in to comment.