JSON: Adding new files

Adding JSOn files for:
- sx1276
- tmp006
- abp
- rsc
- veml6070

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-06-30 16:12:50 -07:00
parent f01c89b95a
commit 0cb93331ee
5 changed files with 322 additions and 0 deletions

50
src/tmp006/tmp006.json Normal file
View File

@ -0,0 +1,50 @@
{
"Library": "tmp006",
"Description": "Texas Instruments Infrared-Thermopile Sensor Library",
"Sensor Class":
{
"TMP006":
{
"Brief": "Infrared-Thermopile Sensor",
"Description": " * The TMP006 and TMP006B are fully integrated MEMs thermopile sensors that measure the temperature of an object without having to be in direct contact. The thermopile absorbs passive infrared energy from an object at wavelengths between 4 um to 16 um within the end-user defined field of view. The corresponding change in voltage across the thermopile is digitized and reported with the on-chip die thermal sensor measurement through an I2C- and SMBus-compatible interface. With this data, the target object temperature can be calculated by an external processor. The Infrared thermopile sensor is specified to operate from -40 to +125 [degC]. It is possible to measure an object temperature beyond the device operating range as long as the device itself does not exceed the operating temperature range (-40 to +125 [degC]).",
"Part Numbers": ["tmp006"],
"Categories": ["temperature"],
"Connections": ["i2c"],
"Project Type": ["prototyping"],
"Manufacturers": ["texas instruments"],
"Image": "tmp006.jpg",
"Examples":
{
"Python": ["tmp006.py"],
"C++": ["tmp006.cxx"]
},
"Specifications":
{
"Vsupply": {"unit": "V", "min" : 2.2, "max": 5.5},
"Iactive" : {"unit": "uA", "typ" : 240},
"Ishutdown": {"unit": "uA", "max": 1},
"Temperature Range": {"unit": "°C", "min" : -40, "max": 127}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["NA"]
},
"Intel Edison":
{
"Notes": ["NA"]
},
"Intel Galileo Gen 2":
{
"Notes": ["NA"]
}
},
"Urls" :
{
"Product Pages": ["http://www.ti.com/product/TMP006"],
"Datasheets": ["http://www.ti.com/lit/ds/sbos518e/sbos518e.pdf"]
}
}
}
}