upm/src/hdc1000/hdc1000.json
malikabh 76949d9358 JSON: Correcting the Sensor Class field
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2018-01-16 15:23:33 -05:00

39 lines
1.9 KiB
JSON

{
"Library": "hdc1000",
"Description": "API for the HDC1000 Temperature & Humidity Sensor",
"Sensor Class":
{
"HDC1000":
{
"Name": "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.",
"Aliases": ["hdc1000"],
"Categories": ["temperature", "humidity"],
"Connections": ["i2c"],
"Project Type": ["environmental", "", "prototyping"],
"Manufacturers": ["ti"],
"Kits": [],
"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": []
}
}
}
}