Grove Temperature

From Visuino
Jump to navigation Jump to search

File:TArduinoGroveDHT11.png

Summary

Reads temperature and humidity data from the Grove Temperature & Humidity Sensor (DHT11).

Description

The **Grove Temperature & Humidity Sensor (DHT11)** component measures both ambient temperature and relative humidity. It supports temperature output in either Celsius or Fahrenheit, depending on the **In Fahrenheit** property. The sensor is triggered via the **Clock** pin, and outputs the readings as analog signals for temperature and humidity.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • In Fahrenheit – When enabled, outputs temperature in Fahrenheit instead of Celsius.

Pins

Input Pins

  • Clock – Triggers a sensor read cycle.
  • Grove – Grove connector for power and data (Grove compatibility).

Output Pins

  • Temperature (analog) – Temperature output in Celsius or Fahrenheit.
  • Humidity (%) (analog) – Relative humidity output as a percentage.

Categories