File tree Expand file tree Collapse file tree 4 files changed +81
-0
lines changed Expand file tree Collapse file tree 4 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " MLX90632-B (Standard)" ,
3
+ "description" : " Non-contact far-infrared temperature sensor (standard range + accuracy)" ,
4
+ "vendor" : " Melexis" ,
5
+ "productURL" : " https://www.digikey.com/en/products/detail/melexis-technologies-nv/MLX90632SLD-BCB-000-RE/8259656" ,
6
+ "documentationURL" : " https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF" ,
7
+ "published" : true ,
8
+ "i2cAddresses" : [" 0x3A" , " 0x3B" ],
9
+ "subcomponents" : [
10
+ {
11
+ "displayName" : " Ambient Temperature (°C)" ,
12
+ "sensorType" : " ambient-temp"
13
+ },
14
+ {
15
+ "displayName" : " Ambient Temperature (°F)" ,
16
+ "sensorType" : " ambient-temp-fahrenheit"
17
+ },
18
+ {
19
+ "displayName" : " Measured Object Temp (°C)" ,
20
+ "sensorType" : " object-temp"
21
+ },
22
+ {
23
+ "displayName" : " Measured Object Temp (°F)" ,
24
+ "sensorType" : " object-temp-fahrenheit"
25
+ }
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " MLX90632 (Extended Mode)" ,
3
+ "description" : " Non-contact far-infrared temperature sensor (extended range + lower accuracy)" ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/6403" ,
6
+ "documentationURL" : " https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF" ,
7
+ "published" : true ,
8
+ "i2cAddresses" : [" 0x3A" , " 0x3B" ],
9
+ "subcomponents" : [
10
+ {
11
+ "displayName" : " Ambient Temperature (°C)" ,
12
+ "sensorType" : " ambient-temp"
13
+ },
14
+ {
15
+ "displayName" : " Ambient Temperature (°F)" ,
16
+ "sensorType" : " ambient-temp-fahrenheit"
17
+ },
18
+ {
19
+ "displayName" : " Measured Object Temp (°C)" ,
20
+ "sensorType" : " object-temp"
21
+ },
22
+ {
23
+ "displayName" : " Measured Object Temp (°F)" ,
24
+ "sensorType" : " object-temp-fahrenheit"
25
+ }
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " MLX90632" ,
3
+ "description" : " Non-contact far-infrared temperature sensor (medical range + higher accuracy)." ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/6403" ,
6
+ "documentationURL" : " https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF" ,
7
+ "published" : true ,
8
+ "i2cAddresses" : [" 0x3A" , " 0x3B" ],
9
+ "subcomponents" : [
10
+ {
11
+ "displayName" : " Ambient Temperature (°C)" ,
12
+ "sensorType" : " ambient-temp"
13
+ },
14
+ {
15
+ "displayName" : " Ambient Temperature (°F)" ,
16
+ "sensorType" : " ambient-temp-fahrenheit"
17
+ },
18
+ {
19
+ "displayName" : " Measured Object Temp (°C)" ,
20
+ "sensorType" : " object-temp"
21
+ },
22
+ {
23
+ "displayName" : " Measured Object Temp (°F)" ,
24
+ "sensorType" : " object-temp-fahrenheit"
25
+ }
26
+ ]
27
+ }
You can’t perform that action at this time.
0 commit comments