Grove Temperature: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image: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 ana..." |
(No difference)
|
Latest revision as of 23:41, 14 September 2025
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
- File:TArduinoSensorsCategory.png Category Sensors – Temperature and humidity measurement.
- File:TArduinoGroveCategory.png Category Grove – Grove-compatible hardware modules.
- File:TArduinoAnalogCategory.png Category Analog – Analog input/output components.