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

47
src/bmm150/bmm150.json Executable file
View File

@ -0,0 +1,47 @@
{
"Library": "bmx050",
"Description": "Bosch 3-axis Magnetometer",
"Sensor Class":
{
"BME280":
{
"Brief": "3-axis Geomagnetic Sensor",
"Description": "The BMM150 is a standalone geomagnetic sensor for consumer market applications. It allows measurements of the magnetic field in three perpendicular axes. Based on Bosch's proprietary FlipCore technology, performance and features of BMM150 are carefully tuned and perfectly match the demanding requirements of all 3-axis mobile applications such as electronic compass, navigation or augmented reality. An evaluation circuitry (ASIC) converts the output of the geomagnetic sensor to digital results which can be read out over the industry standard digital interfaces (SPI and I2C). Not all functionality of this chip has been implemented in this driver, however all the pieces are present to add any desired functionality. This driver supports both I2C (default) and SPI operation.",
"Part Numbers": ["bme280"],
"Categories": ["pressure", "humidity", "temperature"],
"Connections": ["gpio", "i2c", "spi"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["bosch"],
"Kits": [],
"Image": "bmm150.jpg",
"Examples":
{
"Java": ["bmm150_Example.java"],
"Python": ["bmm150.py"],
"Node.js": ["bmm150.js"],
"C++": ["bmm150.cxx"],
"C": ["bmm150.c"]
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 1.62, "high": 3.6},
"Temperature Range": {"unit": "degC", "low" : -40, "high": 85},
"Sensing Range": {"unit": "uT (±)", "low": 1300, "high": 2500}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Requires pull-up resistors with carrier board"],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.bosch-sensortec.com/bst/products/all_products/bmm150"],
"Datasheets": ["https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMM150-DS001-01.pdf"],
"Schematics": []
}
}
}
}