add(i2c): MLX90632-D w/ medical or extended range
This commit is contained in:
parent
275d46b221
commit
0d592fb8ff
2 changed files with 54 additions and 0 deletions
27
components/i2c/mlx90632_ext/definition.json
Normal file
27
components/i2c/mlx90632_ext/definition.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"displayName": "MLX90632 (Extended Range)",
|
||||
"description": "Non-contact MEMS thermal far-infrared sensor for precise temperature detection (extended measurement range).",
|
||||
"vendor": "Melexis",
|
||||
"productURL": "https://www.adafruit.com/product/6403",
|
||||
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF",
|
||||
"published": false,
|
||||
"i2cAddresses": ["0x3A", "0x3B"],
|
||||
"subcomponents": [
|
||||
{
|
||||
"displayName": "Ambient Temperature (°C)",
|
||||
"sensorType": "ambient-temp"
|
||||
},
|
||||
{
|
||||
"displayName": "Ambient Temperature (°F)",
|
||||
"sensorType": "ambient-temp-fahrenheit"
|
||||
},
|
||||
{
|
||||
"displayName": "Measured Object Temp (°C)",
|
||||
"sensorType": "object-temp"
|
||||
},
|
||||
{
|
||||
"displayName": "Measured Object Temp (°F)",
|
||||
"sensorType": "object-temp-fahrenheit"
|
||||
}
|
||||
]
|
||||
}
|
||||
27
components/i2c/mlx90632_med/definition.json
Normal file
27
components/i2c/mlx90632_med/definition.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"displayName": "MLX90632 (Medical Range)",
|
||||
"description": "Non-contact MEMS thermal far-infrared sensor for precise temperature detection (medical measurement range).",
|
||||
"vendor": "Melexis",
|
||||
"productURL": "https://www.adafruit.com/product/6403",
|
||||
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF",
|
||||
"published": false,
|
||||
"i2cAddresses": ["0x3A", "0x3B"],
|
||||
"subcomponents": [
|
||||
{
|
||||
"displayName": "Ambient Temperature (°C)",
|
||||
"sensorType": "ambient-temp"
|
||||
},
|
||||
{
|
||||
"displayName": "Ambient Temperature (°F)",
|
||||
"sensorType": "ambient-temp-fahrenheit"
|
||||
},
|
||||
{
|
||||
"displayName": "Measured Object Temp (°C)",
|
||||
"sensorType": "object-temp"
|
||||
},
|
||||
{
|
||||
"displayName": "Measured Object Temp (°F)",
|
||||
"sensorType": "object-temp-fahrenheit"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue