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

46
src/ad8232/ad8232.json Executable file
View File

@ -0,0 +1,46 @@
{
"Library": "ad8232",
"Description": "Single Lead Heart Rate Monitor",
"Sensor Class":
{
"AD8232":
{
"Brief": "AD8232 Heart Rate Monitor Library",
"Description": "This module simply spits out the ADC values reported by the sensor, with the intent to send that data, via serial or network port, somewhere to another piece of software running on a computer that plots the data for you, like an EKG.",
"Part Numbers": ["ad8232"],
"Categories": ["heartrate"],
"Connections": ["gpio", "aio"],
"Project Type": ["medical"],
"Manufacturers": ["sparkfun"],
"Kits": [],
"Image": "ad8232.jpg",
"Examples":
{
"Java": ["Ad8232Example.java"],
"Python": ["ad8232.py"],
"Node.js": ["ad8232.js"],
"C++": ["ad8232.cxx"],
"C": ["bmp280.c"]
},
"Specifications":
{
"Vdd": {"unit": "V", "low" : 2.0, "high": 3.5},
"ESD Rating": {"unit": "kV", "low": 8}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Sensor must be driven at 3.3v only."],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.sparkfun.com/products/12650"],
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232.pdf"],
"Schematics": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232_Heart_Rate_Monitor_v10.pdf"]
}
}
}
}