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

40
src/hmc5883l/hmc5883l.json Executable file
View File

@ -0,0 +1,40 @@
{
"Library": "hmc5883l",
"Description": "HMC5883L Magnetometer Library",
"Sensor Class":
{
"hmc5883l":
{
"Brief": "Grove 3-Axis Digital Compass",
"Description": "Honeywell [HMC5883L] (http://www.adafruit.com/datasheets/HMC5883L_3-Axis_Digital_Compass_IC.pdf) is a 3-axis digital compass. Communication with HMC5883L is simple and all done through an I2C interface. Different breakout boards are available. Typically, a 3V supply is all that is needed to power the sensor.",
"Part Numbers": ["hmc5883l"],
"Categories": ["compass", "magnetometer"],
"Connections": ["i2c"],
"Project Type": ["IMU", "prototyping"],
"Manufacturers": ["seeed", "honeywell"],
"Kits": ["robok"],
"Image": "hmc5883l.jpg",
"Examples":
{
"Java": ["Hmc5883lSample.java"],
"Python": ["hmc5883l.py"],
"Node.js": ["hmc5883l.js"],
"C++": ["hmc5883l.cxx"],
"C": ["hmc5883l.c"]
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
"Operating Current": {"unit": "uA", "low": 2.5, "high": 640},
"Output Rate": {"unit": "Hz", "max": 116}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-3-Axis-Digital-Compass-p-759.html"],
"Datasheets": ["http://wiki.seeed.cc/Grove-3-Axis_Compass_V1.0/", "https://raw.githubusercontent.com/SeeedDocument/Grove-3-Axis_Compass_V1.0/master/res/HMC5883.pdf"],
"Schematics": []
}
}
}
}