Grove Barometer High Accuracy
Last updated
Last updated
This Grove - Barometer (High-Accuracy) Sensor features a HP206C high-accuracy chip to detect barometric pressure ,Altimeter and temperature. It can widely measure pressure ranging from 300mbar~1200mbar, with a super high accuracy of 0.01mbar(0.1m) in ultra-high resolution mode.The chip only accepts 1.8V to 3.6V input voltage. However, with outer circuit added, this module becomes compatible with 3.3V and 5V. Therefore, it can be used on Arduino/Seeeduino or Seeeduino Stalker without modification.It is designed to be connected directly to a micro-controller via the I2C bus.
[](http://www.seeedstudio.com/Grove-Barometer-(High-Accuracy)-p-1865.html)
Digital two wire (I2C) interface
Command-based Reading, Compensated (Optional)
Programmable Events and Interrupt Controls
Full Data Compensation
Wide barometric pressure range
Flexible supply voltage range
Ultra-low power consumption
Altitude Resolution down to 0.01 meter
Temperature measurement included
!!!Tip More details about Grove modules please refer to Grove System
High Precision Mobile Altimeter / Barometer
Industrial Pressure and Temperature Sensor System
Automotive Systems
Personal Electronics Altimetry
Adventure and Sports watches
Medical Gas Control System
Weather Station Equipment
Indoor Navigation and Map Assist
Heating, Ventilation, Air Conditioning
Item | Min | Typical | Max | Unit |
Voltage | 3.3 | 5 | 5.5 | VDC |
Current | 635 | / | 1100 | uA |
Pressure Range | 300 | / | 1200 | hPa |
Faster I2C data transfer | / | / | 10 | MHz |
Dimension | 20.4*41.8*9.7 | mm | ||
Weight | / | g |
Barometric condition is one of the criteria used to predict coming change in weather and deduce altitude above sea level. Here is a demo to show you how to read the barometric data from this Grove - Barometer Sensor.
1.Connect it to I2C port of Seeeduino or Grove - Base Shield via a Grove cable. And connect Arduino to PC via a USB cable.
2.Download the library Grove_Barometer_HP20x;Unzip it into the libraries file of Arduino IDE by the path: ..\arduino-1.0.1\libraries.
3.Create a new Arduino sketch and paste the codes below to it or open the code directly by the path:File -> Example ->Barometer_Sensor->Barometer_Sensor.
4.Open the serial monitor to receive the sensor's data including temperature, barometric pressure value, relative atmosphere pressure and altitude.
The following is a reference graph plotting out the relationship between altitude above sea level and barometric pressure.