Files

6.9 KiB
Raw Permalink Blame History

ENV II

SKU:U001-B

Description

ENV II is an environmental sensor which can sense temperature, humidity and atmospheric pressure. It integrates the SHT30 and BMP280 sensors and is programmed over the I2C protocol(SHT30:0x44, BMP280:0x76).

SHT30 is a digital temperature and humidity sensor with high precision and low power consumption.

BMP280 is an absolute barometric pressure sensor which is especially designed for mobile applications. It offers the highest flexibility to optimize the device regarding power consumption, resolution and filter performance.

Product Features

  • High-precision
  • Support I2C
  • GROVE interface, support UIFlow and Arduino
  • Two Lego installation holes

Includes

  • 1x ENV II Unit
  • 1x Grove Cable

Specification

Specification Parameter
Max temperature measuring range -40 ~ 120 ℃
Typical temperature tolerance 0 ~ 60 ℃/±0.2℃
Humidity measuring range 10 ~ 90 %RH / ±2%
Air pressure measuring range 300 ~ 1100hPa / ±1hPa
Communication protocol I2CSHT30(0x44),BMP280(0x76)
Operating temperature range 32°F to 104°F ( 0°C to 40°C )
Net weight 5g
Gross weight 17g
Product Size 24.2*32.2*8.1mm
Package Size 67*53*12mm
Case material Plastic ( PC )

Comparison between SHT30 and DHT12

/ SHT30 DHT12
Max temperature measuring range -40 ~ 120 ℃ -20 ~ 60 ℃
Typical temperature resolution 0 ~ 60 ℃/±0.2℃ ±0.2℃
Humidity measuring range/resolution 10 ~ 90 %RH / ±2% 20 ~ 95 %RH/0.1%

EasyLoader

EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host Please click here to view the CP210X driver installation tutorial, M5StickC/V/T/ATOM series can be used without driver)

Description:

Display temperature, humidity and atmospheric pressure data.

PinMap

M5Core(GROVE A)GPIO22GPIO215VGND
ENV II UnitSCLSDA5VGND

Schematic

Example

?>This case uses ENVII Unit to read temperature, humidity, and atmospheric pressure data. Please select the corresponding case program below according to the equipment you are using.

Arduino

Note: 1. Please install Adafruit BMP280 Library before compiling the program

SHT3X.h - API
  //
  float cTemp=0;
  float fTemp=0;
  float humidity=0

Adafruit_BMP280.h - API

  float readPressure(void);

2. UIFlow

Last updated: 2020-12-11

<script> var purchase_link = 'https://m5stack.com/collections/all/products/env-ii-unit'; anchor_search(purchase_link); scrollFunc(); </script>