M5Stack ENV Unit( Humidity, Thermometer and Pressure) (Grove)

From Visuino
Jump to navigation Jump to search

File:TArduinoM5StackENVUnit.png

Summary

The M5Stack ENV Unit component reads humidity, temperature, and atmospheric pressure data from a multi-sensor environmental unit. It connects via Grove interface and outputs the measured values.

Description

The M5Stack ENV Unit is an integrated environmental sensor package that combines humidity, temperature, and pressure sensing capabilities in a single Grove-compatible module. The unit provides simultaneous measurements of all three environmental parameters with configurable averaging and filtering options. Typical applications include weather monitoring stations, indoor climate control systems, and environmental data logging projects.

Diagram:

Properties

  • Averaging:
    • Pressure – Number of samples to average for pressure readings (Default: 1).
    • Temperature – Number of samples to average for temperature readings (Default: 1).
  • Enabled – Enables or disables the component's functionality (Default: True).
  • INFilter Coefficient – Input filter coefficient value (Default: 0).
  • In Fahrenheit – When enabled, temperature is output in Fahrenheit; otherwise in Celsius (Default: False).
  • Inactive Duration – Duration of inactivity before sleep mode in seconds (Default: 0.5).
  • Name – The user-defined name for the component (Default: EnvironmentalUnit1).

Pins

Input Pins

  • Clock (digital) – Clock signal input for triggering measurements.
  • Sensor (I2C) – Grove interface connection for sensor communication.

Output Pins

  • Temperature (analog) – Outputs the measured ambient temperature.
  • Humidity(%) (analog) – Outputs the measured relative humidity percentage.
  • Pressure(Pa) (analog) – Outputs the measured barometric pressure in Pascals.

Categories