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

38
src/max30100/max30100.json Executable file
View File

@ -0,0 +1,38 @@
{
"Library": "max30100",
"Description": "API for the Pulse Oximeter and Heart-Rate Sensor",
"Sensor Class":
{
"max30100":
{
"Brief": "Pulse Oximeter and Heart-rate Sensor",
"Description": "The MAX30100 is an integrated pulse oximetry and heartrate monitor sensor solution. It combines two LEDs, a photodetector, optimized optics, and low-noise analog signal processing to detect pulse oximetry and heart-rate signals.",
"Part Numbers": ["max30100"],
"Categories": ["heartrate", "pulse-ox"],
"Connections": ["i2c", "gpio"],
"Project Type": ["medical", "wearables", "prototyping"],
"Manufacturers": ["maxim"],
"Kits": [],
"Image": "max30100.jpg",
"Examples":
{
"Java": ["MAX30100_Example.java"],
"Python": ["max30100.py"],
"Node.js": ["max30100.js"],
"C++": ["max30100.cxx"],
"C": ["max30100.c"]
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 1.8, "high": 3.3},
"Operating Current": {"unit": "uA", "low": 0.7, "high": 1200}
},
"Urls" :
{
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX30100.html"],
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf"],
"Schematics": []
}
}
}
}