mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +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:
46
src/ad8232/ad8232.json
Executable file
46
src/ad8232/ad8232.json
Executable 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user