mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
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:
39
src/mag3110/mag3110.json
Executable file
39
src/mag3110/mag3110.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "mag3110",
|
||||
"Description": "API for the MAG3110 Three-Axis Digital Magnetometer",
|
||||
"Sensor Class":
|
||||
{
|
||||
"mag3110":
|
||||
{
|
||||
"Brief": "MAG3110 Three-Axis Digital Magnetometer",
|
||||
"Description": "The MAG3110 is a small, low-power digital 3D magnetic sensor with a wide dynamic range to allow operation in PCBs with high extraneous magnetic fields. It measures the components of the local magnetic field, the sum of the geomagnetic field and the magnetic field created by components on the circuit board. It can be used in conjunction with a 3-axis accelerometer so that orientation-independent accurate compass heading information may be achieved It is capable of measuring local magnetic fields up to 10 Gauss with output data rates up to 80 Hz.",
|
||||
"Part Numbers": ["mag3110"],
|
||||
"Categories": ["magnetometer"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["imu", "prototyping"],
|
||||
"Manufacturers": ["freescale"],
|
||||
"Kits": [],
|
||||
"Image": "mag3110.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["mag3110.py"],
|
||||
"Node.js": [],
|
||||
"C++": ["mag3110.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 1.95, "high": 3.6},
|
||||
"Operating Current": {"unit": "uA", "low": 8.6, "high": 900},
|
||||
"Operating Temperature": {"unit": "degC", "low": -40, "high": 85}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["http://www.nxp.com/products/sensors/magnetometers/high-accuracy-3d-magnetometer:MAG3110"],
|
||||
"Datasheets": ["http://www.nxp.com/docs/en/data-sheet/MAG3110.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user