Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Seeed Grove Temp Humidity Pressure Gas Sensor Module — image 1
Hover to zoom

1 / 5 · Click to enlarge

Seeed Studio

Seeed Grove Temp Humidity Pressure Gas Sensor Module

31+ bought in past month
AI Summary
Temperature and Humidity Sensor for everyday users

The Seeed Grove Temp Humidity Pressure Gas Sensor Module by Seeed Studio is a mid-range temperature and humidity sensor designed for everyday users. It features Item Type: Sensor and Rated Voltage (VDC): 3.3 to 5.

₹2,827
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹2,827
Buying tip: A quality investment for dependable performance and premium build quality.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Sensor
Rated Voltage (VDC): 3.3 to 5
Operating Range: -40~+85?; 0-100% r.H.; 300-1100hPa
Accuracy: Humidity Absolute ? 3%r.H. (20-80 %r.H.,25?)
Resolution: Humidity: 0.008 %r.H., Pressure Resolution: 0.18 Pa
Absolute accuracy: Pressure: ? 0.6 hPa (300-1100 hPa, 0-65?), Temperature: ? 0.5? (25?, At,25) ? 1? (0-65?, At, full)

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-672612Category: Temperature and Humidity Sensor

About This Product

The Seeed Grove Temp Humidity Pressure Gas Sensor Module by Seeed Studio is a mid-range temperature and humidity sensor designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Sensor
  • Rated Voltage (VDC): 3.3 to 5 — works with standard household power
  • Operating Range: -40~+85?; 0-100% r.H.; 300-1100hPa — reliable connection even at a distance
  • Accuracy: Humidity Absolute ? 3%r.H. (20-80 %r.H.,25?)
  • Resolution: Humidity: 0.008 %r.H., Pressure Resolution: 0.18 Pa
  • Absolute accuracy: Pressure: ? 0.6 hPa (300-1100 hPa, 0-65?), Temperature: ? 0.5? (25?, At,25) ? 1? (0-65?, At, full)
  • Interface: Digital I2C(up to 3.4MHZ) SPI(3 and 4 wire, up to 10MHz) — compatible with modern devices
  • I2C Address: 0x76(default) 0x77(optional)

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The SeeedStudio Grove Temperature Humidity Pressure and Gas Sensor(BME680) is not just a simple Arduino temperature sensor or barometer sensor but is a multiple function sensor that can measure temperature, pressure, humidity, and gas at the same time. Based on the BME680 module, it can provide you with rich environmental parameters at low power consumption and a wide measurement range. It integrates the 4-in-1 function on such a small module and will be very beneficial to apply on GPS devices or IoT projects such as your own Arduino weather station or weather forecast system.

Pin Diagram


Features:

  1. 4-in-1 multiple measurements: Temperature, Humidity, Pressure, Gas
  2. Low power consumption
  3. Wide measurement range
  4. Easy project operation: Grove compatible interface
  5. Optional output: Individual humidity, pressure and gas sensors can be independently enabled/disabled

Application:
  1. Indoor air quality monitor
  2. Home automation and control
  3. IoT device
  4. Barometer
  5. Weather forecast system using Arduino
  6. GPS enhancement(e.g. time-to-first-fix improvement, dead reckoning, slope detection)
  7. Indoor navigation(change of floor detection, elevator detection)
  8. Vertical velocity indication(rise/sink speed)

Useful Links
Tutorial

Package Includes:

1 x Grove -Temperature Humidity Pressure and Gas Sensor (BME680)

1 x Grove cable

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.