mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
Added Another set of JSON files(61)
Signed-off-by: msgtfrank <frankww1@gmail.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
db89d872b4
commit
287d716401
55
src/si7005/si7005.json
Normal file
55
src/si7005/si7005.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"Library": "si7005",
|
||||
"Description": "Silicon Labs SI7005 digital I2C humidity and temperature sensor library",
|
||||
"Sensor Class": {
|
||||
"si7005": {
|
||||
"Name": "API for the Silicon Labs SI7005 digital I2C humidity and temperature sensor",
|
||||
"Description": "This is the UPM Module for the Silicon Labs SI7005 digital I2C humidity and temperature sensor. The Si7005 sensor integrates humidity and temperature sensor elements and offers an analog-to-digital converter and signal processing in a single monolithic CMOS sensor IC. Both the humidity and temperature sensors are factory-calibrated and the data is stored in on-chip non-volatile memory.",
|
||||
"Aliases": ["si7005"],
|
||||
"Categories": ["humidity", "temperature"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["industrial", "commercial"],
|
||||
"Manufacturers": ["Silicon Labs"],
|
||||
"Image": "si7005.jpg",
|
||||
"Examples": {
|
||||
"C++": ["si7005.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 2.1,
|
||||
"max": 3.6
|
||||
},
|
||||
"Supply Current Digital": {
|
||||
"unit": "uA",
|
||||
"min" : 1,
|
||||
"max" : 565
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Conversion Time": {
|
||||
"unit": "ms",
|
||||
"min" : 18,
|
||||
"max" : 40
|
||||
},
|
||||
"Wake-up Time": {
|
||||
"unit": "ms",
|
||||
"min" : 10,
|
||||
"max" : 15
|
||||
},
|
||||
"Power-up Time": {
|
||||
"unit": "ms",
|
||||
"min" : 10,
|
||||
"max" : 15
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.silabs.com/products/sensors/humidity/si7005"],
|
||||
"Datasheets": ["https://www.silabs.com/documents/public/data-sheets/Si7005.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user