2017-08-17 14:56:14 -04:00
{
"Library" : "flex" ,
"Description" : "API for the Spectra Symbol Flex Sensor" ,
"Sensor Class" :
{
2018-01-10 13:47:50 -05:00
"Flex" :
2017-08-17 14:56:14 -04:00
{
2017-08-17 19:42:04 -04:00
"Name" : "Resistive Flex Sensor" ,
2017-08-17 14:56:14 -04:00
"Description" : "A simple flex sensor. The resistance across the sensor increases when flexed. Patented technology by Spectra Symbol, these sensors were used in the original Nintendo* Power Glove." ,
2017-08-17 19:42:04 -04:00
"Aliases" : [ "flex" ] ,
2017-08-17 14:56:14 -04:00
"Categories" : [ "flex sensors" ] ,
"Connections" : [ "analog" ] ,
"Project Type" : [ "prototyping" , "industrial" ] ,
"Manufacturers" : [ "sparkfun" ] ,
"Kits" : [ ] ,
"Image" : "flex.jpg" ,
"Examples" :
{
"Java" : [ "FlexSensorExample.java" ] ,
"Python" : [ ] ,
"Node.js" : [ "flex.js" ] ,
"C++" : [ "flex.cxx" ] ,
"C" : [ ]
} ,
"Specifications" :
{
"Flat Resistance" : { "unit" : "KOhms" , "typ" : 10 } ,
"Bend Resistance" : { "unit" : "KOhms" , "low" : 60 , "high" : 110 } ,
"Temperature Range" : { "unit" : "degC" , "low" : -35 , "high" : 80 }
} ,
"Urls" :
{
"Product Pages" : [ "https://www.sparkfun.com/products/8606" ] ,
"Datasheets" : [ "https://cdn.sparkfun.com/datasheets/Sensors/ForceFlex/FLEXSENSORREVA1.pdf" ] ,
"Schematics" : [ ]
}
}
}
2018-01-10 13:47:50 -05:00
}