mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +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
@ -1,48 +1,50 @@
|
||||
{
|
||||
"Library": "tmp006",
|
||||
"Description": "Texas Instruments Infrared-Thermopile Sensor Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"TMP006":
|
||||
{
|
||||
"Name": "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]).",
|
||||
"Aliases": ["tmp006"],
|
||||
"Description": "Texas Instruments TMP006 Infrared-Thermopile Sensor Library",
|
||||
"Sensor Class": {
|
||||
"tmp006": {
|
||||
"Name": "API for the Texas Instruments TMP006 IR-Thermopile Sensor",
|
||||
"Description": "This is the UPM Module for the Texas Instruments TMP006 IR-Thermopile Sensor. 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.",
|
||||
"Aliases": ["tmp006", "TMP006 Infrared Thermopile Contactless Temperature Sensor in WCSP Package"],
|
||||
"Categories": ["temperature"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["texas instruments"],
|
||||
"Examples":
|
||||
{
|
||||
"Project Type": ["prototyping", "industrial", "commercial"],
|
||||
"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"]
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 2.5,
|
||||
"max": 5.5
|
||||
},
|
||||
"Intel Edison":
|
||||
{
|
||||
"Notes": ["NA"]
|
||||
"Supply Current": {
|
||||
"unit": "uA",
|
||||
"min" : 1.0,
|
||||
"max" : 325.0
|
||||
},
|
||||
"Intel Galileo Gen 2":
|
||||
{
|
||||
"Notes": ["NA"]
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 125
|
||||
},
|
||||
"Effective Range": {
|
||||
"unit": "°C",
|
||||
"min" : 0,
|
||||
"max" : 60
|
||||
},
|
||||
"Accuracy": {
|
||||
"unit": "-/+ °C",
|
||||
"min" : 0.5,
|
||||
"max" : 1.0
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["http://www.ti.com/product/TMP006"],
|
||||
"Datasheets": ["http://www.ti.com/lit/ds/sbos518e/sbos518e.pdf"]
|
||||
"Urls": {
|
||||
"Product Pages": ["http://www.ti.com/product/TMP006/datasheet/abstract#SBOS5183423"],
|
||||
"Datasheets": ["http://www.ti.com/lit/ds/symlink/tmp006.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user