mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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:
39
src/grovegsr/grovegsr.json
Executable file
39
src/grovegsr/grovegsr.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "grovegsr",
|
||||
"Description": "API for the Grove GSR Galvanic Skin Response Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"grovegsr":
|
||||
{
|
||||
"Brief": "Galvanic Skin Response (GSR) Sensor",
|
||||
"Description": "Measures the electrical conductance of skin to measure strong emotional reactions. In other words, it measures sweat on your fingers as an indicator of strong emotional reactions.",
|
||||
"Part Numbers": ["grovegsr"],
|
||||
"Categories": ["skinresponse"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["medical", "interface", "wearables", "prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "grovegsr.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["GroveGsr.java"],
|
||||
"Python": ["grovegsr.py"],
|
||||
"Node.js": ["grovegsr.js"],
|
||||
"C++": ["grovegsr.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
|
||||
"Operating Current": {"unit": "mA", "low": 0.7, "high": 3},
|
||||
"Operating Temperature": {"unit": "degC", "min": 0, "max": 70}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-GSR-sensor-p-1614.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-GSR_Sensor/", "file:///C:/Users/Malachai/Downloads/Lm324.pdf"],
|
||||
"Schematics": ["https://github.com/SeeedDocument/Grove-GSR_Sensor/raw/master/res/Grove%20-%20GSR_v1.2_SCH.pdf", "https://github.com/SeeedDocument/Grove-GSR_Sensor/raw/master/res/Grove%20-%20GSR%20v1.0%20SCH.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user