# ENV II HAT

| 规格 | 参数 |
|---|---|
| 最大温度测量范围 | -40 ~ 120 ℃ |
| 最高测量精度 | 0 ~ 60 ℃/±0.2℃ |
| 湿度测量范围/误差 | 10 ~ 90 %RH / ±2% |
| 大气压测量范围/误差 | 300 ~ 1100hPa / ±1hPa |
| 磁力计范围/误差 | ±1300μT (x, y-axis), ±2500μT (z-axis), 0.3μT |
| 通信协议 | I2C:SHT30(0x44),BMP280(0x76), BMM150(0x10) |
| 工作温度 | 32°F to 104°F ( 0°C to 40°C ) |
| 净重 | 4g |
| 毛重 | 8g |
| 产品尺寸 | 15*24*14mm |
| 包装尺寸 | 36*36*18mm |
| 外壳材质 | Plastic ( PC ) |
| / | SHT30 | DHT12 |
|---|---|---|
| 最大温度测量范围 | -40 ~ 120 ℃ | -20 ~ 60 ℃ |
| 温度测量误差 | 0 ~ 60 ℃/±0.2℃ | ±0.2℃ |
| 湿度测量范围/误差 | 10 ~ 90 %RH / ±2% | 20 ~ 95 %RH/0.1% |
| M5StickC | GPIO26 | GPIO0 | 5V | GND |
| ENV II HAT | SCL | SDA | 5V | GND |
## 相关链接
- **Datasheet**
- **[BMP280 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/BMP280-DS001-11_en.pdf)**
- **[SHT30 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf)**
- **[bmm150 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BMM150_datasheet_en.pdf)**
## 案例程序
### 1. Arduino
- [请点击此处获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/ENVII_HAT/Arduino/ENVII_HAT)
### 2. UIFlow
- [请点击此处获取UIFlow示例](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/ENVII_HAT/UIFlow)