Skip to content

Commit

Permalink
agregar a modulo DTH
Browse files Browse the repository at this point in the history
  • Loading branch information
chepecarlos committed Oct 4, 2024
1 parent 31c55af commit 6df9f58
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 8 deletions.
80 changes: 80 additions & 0 deletions _series/arduino/modulos/09_DTH.md
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
6 changes: 6 additions & 0 deletions _tag/humedad.md
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
---
22 changes: 14 additions & 8 deletions _tag/nube_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from:
<div class="link-list">
<ul>
<li>
<a href="/tag/arduino">#arduino [122]</a>
<a href="/tag/arduino">#arduino [123]</a>
</li>
<li>
<a href="/tag/esp32">#esp32 [48]</a>
Expand Down Expand Up @@ -74,7 +74,7 @@ redirect_from:
<a href="/tag/bot">#bot [9]</a>
</li>
<li>
<a href="/tag/impresion3d">#impresion3d [8]</a>
<a href="/tag/impresion3d">#impresion3d [9]</a>
</li>
<li>
<a href="/tag/android">#android [8]</a>
Expand Down Expand Up @@ -103,6 +103,9 @@ redirect_from:
<li>
<a href="/tag/obs">#obs [6]</a>
</li>
<li>
<a href="/tag/sensor">#sensor [5]</a>
</li>
<li>
<a href="/tag/programacion">#programacion [5]</a>
</li>
Expand All @@ -118,9 +121,6 @@ redirect_from:
<li>
<a href="/tag/3dprinting">#3dprinting [5]</a>
</li>
<li>
<a href="/tag/sensor">#sensor [4]</a>
</li>
<li>
<a href="/tag/editarvideo">#editarvideo [4]</a>
</li>
Expand Down Expand Up @@ -253,6 +253,9 @@ redirect_from:
<li>
<a href="/tag/gpu">#gpu [2]</a>
</li>
<li>
<a href="/tag/stl">#stl [2]</a>
</li>
<li>
<a href="/tag/robotica">#robotica [2]</a>
</li>
Expand Down Expand Up @@ -427,6 +430,12 @@ redirect_from:
<li>
<a href="/tag/keypad">#keypad [1]</a>
</li>
<li>
<a href="/tag/temperatura">#temperatura [1]</a>
</li>
<li>
<a href="/tag/humedad">#humedad [1]</a>
</li>
<li>
<a href="/tag/ipestatica">#ipestatica [1]</a>
</li>
Expand Down Expand Up @@ -601,9 +610,6 @@ redirect_from:
<li>
<a href="/tag/otaku">#otaku [1]</a>
</li>
<li>
<a href="/tag/stl">#stl [1]</a>
</li>
<li>
<a href="/tag/juego">#juego [1]</a>
</li>
Expand Down
6 changes: 6 additions & 0 deletions _tag/temperatura.md
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
---

0 comments on commit 6df9f58

Please sign in to comment.