add(mlx90632): add B variant with standard range

This commit is contained in:
Tyeth Gundry 2025-08-20 14:41:57 +01:00
parent b901e09c7b
commit de9718baf3

View file

@ -0,0 +1,27 @@
{
"displayName": "MLX90632-B (Standard Range)",
"description": "Non-contact far-infrared temperature sensor (standard range + accuracy)",
"vendor": "Melexis",
"productURL": "https://www.digikey.com/en/products/detail/melexis-technologies-nv/MLX90632SLD-BCB-000-RE/8259656",
"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"
}
]
}