mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41: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
67
src/bmi160/bmi160.json
Normal file
67
src/bmi160/bmi160.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"Library": "bmi160",
|
||||
"Description": "Bosch Sensortec accelerometer and gyroscope library.",
|
||||
"Sensor Class": {
|
||||
"BMI160": {
|
||||
"Name": "Bosch accelerometer and gyroscope",
|
||||
"Description": "This is the UPM Module for the BMI160 Bosch low power inertial measurement unit. High performance hardware synchronized accelerometer and gyroscope, with very low power consumption. Extended i2c mode with 1 MHz clock frequencies. This sensor is able to handle external sensor data from other Bosch sensors.",
|
||||
"Aliases": ["BMI160"],
|
||||
"Categories": ["accelerometer", "gyroscope", "compass"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["industrial", "commercial"],
|
||||
"Manufacturers": ["bosch"],
|
||||
"Image": "bmi160.jpg",
|
||||
"Examples": {
|
||||
"Java": ["BMI190_Example.java"],
|
||||
"Python": ["bmi160.py"],
|
||||
"Node.js": ["bmi160.js"],
|
||||
"C++": ["bmi160.cxx"],
|
||||
"C": ["bmi160.c"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vdd": {
|
||||
"unit": "V",
|
||||
"min": 1.71,
|
||||
"max": 3.6
|
||||
},
|
||||
"Supply Current Digital": {
|
||||
"Full operation": {
|
||||
"unit": "uA",
|
||||
"typ": "925",
|
||||
"max": "990"
|
||||
},
|
||||
"Suspended mode": {
|
||||
"unit": "uA",
|
||||
"typ": "3",
|
||||
"max": "10"
|
||||
},
|
||||
"Significant motion detection": {
|
||||
"unit": "uA",
|
||||
"max": "20"
|
||||
},
|
||||
"Step detector": {
|
||||
"unit": "uA",
|
||||
"max": "20"
|
||||
}
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Start up time accelerometer": {
|
||||
"unit": "ms",
|
||||
"time": 3.2
|
||||
},
|
||||
"Response time gyroscope": {
|
||||
"unit": "ms",
|
||||
"time": 55
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.bosch-sensortec.com/bst/products/all_products/bmi160"],
|
||||
"Datasheets": ["https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user