mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +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
63
src/mma7455/mma7455.json
Normal file
63
src/mma7455/mma7455.json
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"Library": "mma7455",
|
||||
"Description": "NXP MMA7455 Accelerometer library",
|
||||
"Sensor Class": {
|
||||
"mma7455": {
|
||||
"Name": "API for the NXP MMA7455 Accelerometer",
|
||||
"Description": "This is the UPM Module for the NXP MMA7455 Accelerometer. The MMA7455L 3-Axis Digital Output Accelerometer is a low power, micro machined sensor capable of measuring acceleration along its X, Y, and Z axes. It offers several convenient integrated features including an analog to digital converter (ADC), digital low-pass filter, and selectable sensitivity ranges of ±2g, ±4g, or ±8g. This device can be easily configured to detect quick motion pulses as single taps, double taps, and 0g (free fall) conditions on any or all axes and provides configurable interrupt pins (INT1 and INT2) for each type of event.",
|
||||
"Aliases": ["mma7455", "MMA7455 3-Axis Accelerometer Module"],
|
||||
"Categories": ["accelerometer"],
|
||||
"Connections": ["i2c", "spi"],
|
||||
"Project Type": ["prototyping", "robotics"],
|
||||
"Manufacturers": ["NXP", "Freescale"],
|
||||
"Image": "mma7455.jpg",
|
||||
"Examples": {
|
||||
"Java": ["MMA7455Sample.java"],
|
||||
"C++": ["mma7455.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 2.5,
|
||||
"max": 5.5
|
||||
},
|
||||
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Sensitivity": {
|
||||
"unit": "g",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"Supply Current":{
|
||||
"Standby Mode": {
|
||||
"unit": "uA",
|
||||
"typ": 26
|
||||
},
|
||||
"Full Operation": {
|
||||
"unit": "mA",
|
||||
"typ": "<3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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.parallax.com/product/28526"],
|
||||
"Datasheets": ["https://www.parallax.com/sites/default/files/downloads/28526-Freescale-MMA7455L-Device-Documentation.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user