mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:

committed by
Abhishek Malik

parent
0f3f0e02ae
commit
b0a842229a
66
src/mma7361/mma7361.json
Normal file
66
src/mma7361/mma7361.json
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"Library": "mma7361",
|
||||
"Description": "UPM API for the DFRobot MMA7361 Analog Accelerometer",
|
||||
"Sensor Class": {
|
||||
"mma7361": {
|
||||
"Name": "API for the DFRobot MMA7361 Analog Accelerometer",
|
||||
"Description": "This is the UPM Module for the DFRobot mma7361 analog accelerometer. This triaxial accelerometer has variable sensitivity, and offers an easy to read analog interface. This library was tested with the DFRobot MMA7361 Analog Accelerometer.",
|
||||
"Aliases": ["mma7361", "Triple Axis Accelerometer MMA7361", "DFR0143"],
|
||||
"Categories": ["accelerometer"],
|
||||
"Connections": ["analog", "gpio"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["DFRobot"],
|
||||
"Image": "mma7361.jpg",
|
||||
"Examples": {
|
||||
"Java": ["MMA7361_Example.java"],
|
||||
"Python": ["mma7361.py"],
|
||||
"Node.js": ["mma7361.js"],
|
||||
"C++": ["mma7361.cxx"],
|
||||
"C": ["mma7361.c"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 3.3,
|
||||
"max": 8.0
|
||||
},
|
||||
"Supply Current": {
|
||||
"Measurement Mode": {
|
||||
"unit": "uA",
|
||||
"typ": 500
|
||||
},
|
||||
"Standby Mode": {
|
||||
"unit": "uA",
|
||||
"typ": 3
|
||||
}
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Resolution": {
|
||||
"unit": "mV/g",
|
||||
"sensativity": 800
|
||||
},
|
||||
"Sensitivity": {
|
||||
"unit": "g",
|
||||
"min" : 1.5,
|
||||
"max" : 6.0
|
||||
}
|
||||
},
|
||||
"Platforms": {
|
||||
"Intel Edison": {
|
||||
"Notes": ["Might DFRobot IO/Sensor expansion board."]
|
||||
},
|
||||
"Arduino 101": {
|
||||
"Notes": ["Might DFRobot IO/Sensor expansion board."]
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.dfrobot.com/product-507.html#.V7YEj99ytNJ"],
|
||||
"Datasheets": ["https://www.dfrobot.com/wiki/index.php/Triple_Axis_Accelerometer_MMA7361_SKU:DFR0143", "http://www.nxp.com/docs/en/data-sheet/MMA7361L.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user