2017-08-17 14:56:14 -04:00
{
"Library" : "hp20x" ,
"Description" : "API for the HP20X-based Grove Barometer (High-Accuracy)" ,
"Sensor Class" :
{
2018-01-16 15:19:39 -05:00
"HP20X" :
2017-08-17 14:56:14 -04:00
{
2017-08-17 19:42:04 -04:00
"Name" : "HP20X Barometer (High-Accuracy)" ,
2017-08-17 14:56:14 -04:00
"Description" : "This is a high-accuracy barometer providing pressure, altitude, and temperature data. It can be calibrated for a given altitude offset, and a wide range of interrupt generating capabilities are supported. As usual, see the HP20X datasheet for more details. This module was developed using a Grove Barometer (High-Accuracy) based on an HP206C chip." ,
2017-08-17 19:42:04 -04:00
"Aliases" : [ "hp20x" ] ,
2017-08-17 14:56:14 -04:00
"Categories" : [ "pressure" ] ,
"Connections" : [ "i2c" ] ,
"Project Type" : [ "environmental" , "prototyping" ] ,
"Manufacturers" : [ "seeed" ] ,
"Kits" : [ ] ,
"Image" : "hp20x.jpg" ,
"Examples" :
{
"Java" : [ "HP20xExample.java" ] ,
"Python" : [ "hp20x.py" ] ,
"Node.js" : [ "hp20x.js" ] ,
"C++" : [ "hp20x.cxx" ] ,
"C" : [ ]
} ,
"Specifications" :
{
"Operating Voltage" : { "unit" : "V" , "low" : 3.3 , "high" : 5.5 } ,
"Operating Current" : { "unit" : "mA" , "low" : 0.635 , "high" : 1.1 } ,
"Measurement Range" : { "unit" : "hPa" , "low" : 300 , "high" : 1200 }
} ,
"Urls" :
{
"Product Pages" : [ "https://www.seeedstudio.com/Grove-Barometer-HighAccuracy-p-1865.html" ] ,
"Datasheets" : [ "http://www.seeedstudio.com/wiki/File:HP206C_Datasheet.pdf" ] ,
"Schematics" : [ ]
}
}
}
2018-01-16 15:19:39 -05:00
}