Added another batch of JSONs(39)

Signed-off-by: msgtfrank <frankww1@gmail.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
msgtfrank
2017-08-10 16:26:45 -07:00
committed by Abhishek Malik
parent 0f3f0e02ae
commit b0a842229a
39 changed files with 2842 additions and 87 deletions

View File

@ -0,0 +1,69 @@
{
"Library": "mpl3115a2",
"Description": "NXP/Adafruit MPL3115A2 Atmospheric Pressure Sensor library",
"Sensor Class": {
"mpl3115a2": {
"Name": "NXP/Adafruit MPL3115A2 Atmospheric Pressure Sensor",
"Description": "This is the UPM Module for the NXP/Adafruit MPL3115A2 Atmospheric Pressure Sensor. This sensor is a compact absolute pressure sensor, with a wide operating range and high operating accuracy, offering a 24-bit ADC onboard. It also offers internal compensation, and a fast i2c interface.",
"Aliases": ["mpl3115a2", "MPL3115A2 - I2C Barometric Pressure/Altitude/Temperature Sensor"],
"Categories": ["pressure"],
"Connections": ["i2c"],
"Project Type": ["medical", "industrial", "commercial"],
"Manufacturers": ["NXP", "Adafruit"],
"Image": "mpl3115a2.jpg",
"Examples": {
"Java": ["MPL3115A2Sample.java"],
"C++": ["mpl3115a2.cxx"]
},
"Specifications": {
"Vsource": {
"unit": "V",
"min": 3,
"max": 5.5
},
"Supply Current": {
"unit": "uA",
"min" : "8.5",
"max" : "265"
},
"Operating Temperature": {
"unit": "°C",
"min": -40,
"max": 85
},
"Measurement Range":{
"Calibrated Range": {
"unit": "kPa",
"min" : 50,
"max" : 110
},
"Operational Range": {
"unit": "kPa",
"min" : 20,
"max" : 110
}
},
"Pressure Accuracy": {
"unit": "kPa",
"lower": "-0.4",
"upper": "0.4"
}
},
"Platforms": {
"Intel Joule Module": {
"Notes": ["Might need pull up resistors"]
},
"Intel Edison": {
"Notes": ["Might need pull up resistors"]
},
"Arduino 101": {
"Notes": ["Might need pull up resistors"]
}
},
"Urls": {
"Product Pages": ["https://www.adafruit.com/product/1893"],
"Datasheets": ["http://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf"]
}
}
}
}