Skip to content

Commit

Permalink
Add individual Sensirion SEN5x models
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jun 11, 2024
1 parent 4979134 commit 97dcbf1
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 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.

0 comments on commit 97dcbf1

Please sign in to comment.