-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31c55af
commit 6df9f58
Showing
4 changed files
with
106 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
title: Aprende a usar Sensor de temperatura y Humedad DTH11 y DTH22 | ||
video_number: 9 | ||
date: 2024-10-3 | ||
video_id: xj446L2J_3U | ||
repository: arduino/modulos/10_DHT11 | ||
tags: | ||
- arduino | ||
- temperatura | ||
- humedad | ||
- sensor | ||
|
||
variations: | ||
- name: | ||
lang: | ||
folder: | ||
web_editor: | ||
|
||
topics: | ||
- title: Inicio | ||
time: "00:00" | ||
- title: Diagrama de DHT11 y DHT22 | ||
time: "00:23" | ||
- title: Armar DHT11 y DTH22 con resistencia | ||
time: "00:56" | ||
- title: Librería del Sensor DTH11 y DTH22 | ||
time: "02:50" | ||
- title: Demo DTH11 con Arduino | ||
time: "03:26" | ||
- title: Diferencia entre DHT22 y DTH11 | ||
time: "03:51" | ||
- title: temperatura a Fahrenheit | ||
time: "07:11" | ||
- title: Demo DTH11 con ESP8266 | ||
time: "07:43" | ||
- title: Demo DTH11 con ESP32 | ||
time: "09:06" | ||
- title: Demo de Información del DTH22 y DTH11 | ||
time: "10:28" | ||
- title: Detectar error con DTH11 y DTH22 | ||
time: "11:47" | ||
|
||
links: | ||
- title: Librería del sensor DHT | ||
url: https://github.com/adafruit/DHT-sensor-library | ||
|
||
piezas: | ||
- title: arduino uno | ||
- title: esp32 | ||
- title: esp8266 | ||
|
||
colaboradores: | ||
- title: Editor | ||
colaborador: ingjuan | ||
- title: programador | ||
colaborador: luis | ||
- title: fotografo | ||
colaborador: paty | ||
|
||
miembros: | ||
- title: Maker ESP | ||
items: | ||
- title: EDUARDO MARCELO PALACIOS | ||
- title: Maker Uno | ||
items: | ||
- title: JORGE LUIS RODRIGUEZ RAMIREZ | ||
- title: alexis carrasco | ||
- title: Carlos Jiménez | ||
- title: Mauricio Miramont | ||
- title: Nippur Nestor | ||
- title: federicoymarta garcia garcia | ||
- title: Fernando Armada | ||
- title: Waldo Ratti | ||
- title: Claudio Bloise | ||
- title: Lolailo Aviles Arroyo | ||
|
||
actualizado: true | ||
--- | ||
|
||
Un sensor muy pequeño muy util para medir la temperatura y humedad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: tag | ||
title: "#humedad" | ||
subtitle: "videos sobre #humedad" | ||
tag-name: humedad | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: tag | ||
title: "#temperatura" | ||
subtitle: "videos sobre #temperatura" | ||
tag-name: temperatura | ||
--- |