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

39
src/grovegsr/grovegsr.json Executable file
View 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"]
}
}
}
}