upm/src/hdc1000/hdc1000.json
Wai Lun c5cdfc702c added JSONs form Blain
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-08-18 11:55:39 -07:00

39 lines
1.9 KiB
JSON
Executable File

{
"Library": "hdc1000",
"Description": "API for the HDC1000 Temperature & Humidity Sensor",
"Sensor Class":
{
"hdc1000":
{
"Brief": "HDC1000 Temperature and Humidity Sensor",
"Description": "The HDC1000 is a digital humidity sensor with integrated temperature sensor that provides excellent measurement accuracy at very low power. The device measures humidity based on a novel capacitive sensor. The humidity and temperature sensors are factory calibrated. The innovative WLCSP (Wafer Level Chip Scale Package) simplifies board design with the use of an ultra-compact package. The sensing element of the HDC1000 is placed on the bottom part of the device, which makes the HDC1000 more robust against dirt, dust, and other environmental contaminants. The HDC1000 is functional within the full -40 to +125 [degC] temperature range.",
"Part Numbers": ["hdc1000"],
"Categories": ["temperature", "humidity"],
"Connections": ["i2c"],
"Project Type": ["environmental", "", "prototyping"],
"Manufacturers": ["ti"],
"Kits": [],
"Image": "hdc1000.jpg",
"Examples":
{
"Java": [],
"Python": ["hdc1000.py"],
"Node.js": [],
"C++": ["hdc1000.cxx"],
"C": []
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 3, "high": 5},
"Operating Current": {"unit": "uA", "low": 0.82, "high": 1.2},
"Operating Temperature": {"unit": "degC", "low": -40, "high": 125}
},
"Urls" :
{
"Product Pages": ["http://www.ti.com/product/HDC1000/description"],
"Datasheets": ["http://www.ti.com/lit/ds/symlink/hdc1000.pdf"],
"Schematics": []
}
}
}
}