2017-08-17 14:56:14 -04:00
{
"Library" : "hx711" ,
"Description" : "API for the HX711 Analog-to-Digital Converter" ,
"Sensor Class" :
{
2018-01-16 15:19:39 -05:00
"HX711" :
2017-08-17 14:56:14 -04:00
{
2017-08-17 19:42:04 -04:00
"Name" : "24-bit Analog-to-digital Converter" ,
2017-08-17 14:56:14 -04:00
"Description" : "HX711 is a precision 24-bit analog-to-digital converter (ADC) designed for weight scales and industrial control applications to interface directly with a bridge sensor. This module was tested on the Intel(R) Galileo Gen 2 board." ,
2017-08-17 19:42:04 -04:00
"Aliases" : [ "hx711" ] ,
2017-08-17 14:56:14 -04:00
"Categories" : [ "adc" ] ,
"Connections" : [ "gpio" ] ,
"Project Type" : [ "prototyping" ] ,
"Manufacturers" : [ "generic" ] ,
"Kits" : [ ] ,
"Examples" :
{
"Java" : [ ] ,
"Python" : [ ] ,
"Node.js" : [ "hx711.js" ] ,
"C++" : [ "hx711.cxx" ] ,
"C" : [ ]
} ,
"Specifications" :
{
"Operating Voltage" : { "unit" : "V" , "low" : 2.7 , "high" : 5.5 } ,
"Operating Current" : { "unit" : "mA" , "max" : 1.4 }
} ,
"Urls" :
{
"Product Pages" : [ ] ,
"Datasheets" : [ "http://image.dfrobot.com/image/data/SEN0160/hx711_english.pdf" ] ,
"Schematics" : [ ]
}
}
}
2018-01-16 15:19:39 -05:00
}