added JSONs form Blain

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

46
src/adxrs610/adxrs610.json Executable file
View File

@ -0,0 +1,46 @@
{
"Library": "adxrs610",
"Description": "Gyro Breakout Board (300 Degrees/second)",
"Sensor Class":
{
"adxrs610":
{
"Brief": "DFRobot ADXRS610 Gyro Breakout Board",
"Description": "The ADXRS610 is a MEMS based single axis gyroscope with a range of +/- 300 degrees/sec. It also incorporates a temperature sensing unit that can be used for advanced calibration. This sensor returns an analog voltage proportional to the rotation about the Z-axis in degrees/sec. The temperature component returns a proportional analog values in degrees C. This driver was developed using the DFRobot ADXRS610 Gyro Beakout board.",
"Part Numbers": ["adxrs610"],
"Categories": ["imu", "gyroscope"],
"Connections": ["analog"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["dfrobot"],
"Kits": [],
"Image": "adxrs610.jpg",
"Examples":
{
"Java": [],
"Python": ["adxrs610.py"],
"Node.js": ["adxrs610.js"],
"C++": ["adxrs610.cxx"],
"C": []
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 5.0, "high": 5.0},
"Quiescent Current": {"unit": "mA", "low": 3.5, "high": 4.5}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Requires pull-up resistors with carrier board"],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.dfrobot.com/product-642.html"],
"Datasheets": ["http://image.dfrobot.com/image/data/SEN0070/ADXRS610%20datasheet_EN.pdf"],
"Schematics": ["http://image.dfrobot.com/image/data/SEN0070/ADXRS610_Gyro_Breakout.pdf"]
}
}
}
}