mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21: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
@ -1,42 +1,59 @@
|
||||
{
|
||||
"Library": "mpu9150",
|
||||
"Description": "IMU Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"MPU9150":
|
||||
{
|
||||
"Name": "Inertial Measurement Unit",
|
||||
"Description": "The Grove IMU 9DOF is a 9 axis IMU module based on the MPU-9150. The MPU-9150 is an integrated nine degree of freedom motion tracking device designed for the low power, low cost, and high performance requirements of consumer electronics equipment including smartphones, tablets and wearable sensors. MPU-9150 features three 16-bit ADCs for digitizing the gyroscope outputs, three 16-bit ADCs for digitizing the accelerometer outputs, and three 13-bit ADCs for digitizing the magnetometer outputs. It features an I2C interface.",
|
||||
"Aliases": ["mpu9150", "IMU 9DOF v1.0"],
|
||||
"Categories": ["accelerometer", "compass", "gyroscope"],
|
||||
"Description": "InvenSense/Seeed MPU9150 accelerometer library",
|
||||
"Sensor Class": {
|
||||
"mpu9150": {
|
||||
"Name": "InvenSense/Seeed MPU9150 accelerometer",
|
||||
"Description": "This is the UPM Module for the InvenSense/Seeed MPU9150 accelerometer. The MPU-9150 is the world's first integrated 9-axis motion tracking device designed for the low power, low cost, and high performance requirements of consumer electronics equipment including smartphones, tablets and wearable sensors. MPU-9150 features three 16-bit ADC for digitizing the gyroscope outputs and three 16-bit ADCs for digitizing the accelerometer outputs and three 13-bit ADCs for digitizing the magnetometer outputs",
|
||||
"Aliases": ["mpu9150", "Grove - IMU 9DOF v1.0"],
|
||||
"Categories": ["accelerometer", "gyroscope", "compass"],
|
||||
"Connections": ["i2c", "gpio"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Project Type": ["prototyping", "industrial", "commercial"],
|
||||
"Manufacturers": ["InvenSense", "Seeed"],
|
||||
"Image": "mpu9150.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Examples": {
|
||||
"Java": ["MPU9150Sample.java"],
|
||||
"Python": ["mpu9150.py"],
|
||||
"Node.js": ["mpu9150.js"],
|
||||
"C++": ["mpu9150.cxx"]
|
||||
"C++": ["mpu9150-ak8975.cxx.cxx", "mpu9150-mpu60x0.cxx", "mpu9150-mpu9250.cxx", "mpu9150.cxx"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Vdd": {"unit": "v", "constant": 5},
|
||||
"V_i2c_bus": {"unit": "v", "constant": 5},
|
||||
"I2C Bus Speed": {"unit": "KHz", "typical": 400},
|
||||
"Gyro Full-Scale Range": {"unit":"+/- degrees / sec", "low": 250, "high": 2000},
|
||||
"Accelerometer Full-Scalse Range": {"unit": "+/- g", "low": 2, "high": 16},
|
||||
"Gyro Resolution": {"unit": "bits", "constant": 16},
|
||||
"Accelerometer Resolution": {"unit": "bits", "constant": 16},
|
||||
"Magnetometer Resolution": {"unit": "bits", "constant": 13}
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"typ" : 5
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Communication Speed": {
|
||||
"unit": "kHz",
|
||||
"typ" : 400
|
||||
},
|
||||
"Gyroscope Range": {
|
||||
"unit": "°/sec",
|
||||
"min": "-/+250",
|
||||
"max": "-/+2000"
|
||||
},
|
||||
"Accelerometer Range": {
|
||||
"unit": "g",
|
||||
"min": "-/+2",
|
||||
"max": "-/+16"
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-IMU-9DOF-v2.0-p-2400.html"],
|
||||
"Datasheets": ["http://wiki.seeedstudio.com/wiki/Grove_-_IMU_9DOF_v1.0", "http://wiki.seeedstudio.com/images/5/51/MPU-9150.pdf"],
|
||||
"Schematics": ["http://www.seeedstudio.com/wiki/File:Grove_-_IMU_9DOF_V1.0_sch_pcb.zip"]
|
||||
"Platforms": {
|
||||
"Intel Edison": {
|
||||
"Notes": ["Might need Grove base shield"]
|
||||
},
|
||||
"Arduino 101": {
|
||||
"Notes": ["Might need Grove base shield"]
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["http://wiki.seeedstudio.com/wiki/Grove_-_IMU_9DOF_v1.0"],
|
||||
"Datasheets": ["http://wiki.seeedstudio.com/images/5/51/MPU-9150.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user