added JSONs form Blain

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

39
src/hdc1000/hdc1000.json Executable file
View File

@ -0,0 +1,39 @@
{
"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": []
}
}
}
}