Skip to content

Commit

Permalink
add dht
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 25, 2019
1 parent 850c1b9 commit 9b375e7
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 5 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/_static/files/sch_dht_v3.0.0.pdf
Binary file not shown.
65 changes: 65 additions & 0 deletions docs/en/d1_mini_shiled/dht.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
DHT Shield
===========================

================== ==================
|TOP_IMG|_ |BOTTOM_IMG|_
================== ==================

.. |TOP_IMG| image:: ../_static/d1_shields/dht_v3.0.0_1_16x16.jpg
.. _TOP_IMG: ../_static/d1_shields/dht_v3.0.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/d1_shields/dht_v3.0.0_2_16x16.jpg
.. _BOTTOM_IMG: ../_static/d1_shields/dht_v3.0.0_2_16x16.jpg

a digital temperature and humidity sensor shield based DHT12.
`[Buy it]`_

.. _[Buy it]: http://www.aliexpress.com/store/product/DHT-Shield-for-WeMos-D1-mini-DHT11-Single-bus-digital-temperature-and-humidity-sensor-module-sensor/1331105_32534235492.html

Features
---------------------

* Temperature: -20~60°C (±0.5°C)
* Humidity: 20-95%RH (±5%RH)

Pins
----------------------

=========== =========== ===========
**D1 mini** **GPIO** **Shield**
D1 5 SCL
D2 4 SDA
=========== =========== ===========



Documents
-----------------------

* `Schematic v3.0.0 [PDF]`_


.. _Schematic v3.0.0 [PDF]: ../_static/files/sch_dht_v3.0.0.pdf




Arduino
------------------------

* Install `WEMOS_DHT12_Arduino_Library`_
* `Arduino Examples`_


.. _WEMOS_DHT12_Arduino_Library: https://github.com/wemos/WEMOS_DHT12_Arduino_Library
.. _Arduino Examples: https://github.com/wemos/WEMOS_DHT12_Arduino_Library/tree/master/examples










12 changes: 7 additions & 5 deletions docs/en/d1_mini_shiled/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,15 @@ Environment Shields
PIR <pir>
Ambient light (BH1750) <ambient_light>
Barometric Pressure (HP303B) <barometric_pressure>
DHT <dht>

====================== ====================== ======================
`SHT30`_ `Barometric Pressure`_ `Ambient light`_
|SHT30_IMG|_ |HP303B_IMG|_ |BH1750_IMG|_
`PIR`_
|PIR_IMG|_
`PIR`_ `DHT`_
|PIR_IMG|_ |DHT_IMG|_
====================== ====================== ======================




.. _SHT30: ./sht30.html
.. |SHT30_IMG| image:: ../_static/d1_shields/sht30_v2.1.0_1_16x16.jpg
.. _SHT30_IMG: ./sht30.html
Expand All @@ -108,6 +106,10 @@ Environment Shields
.. |HP303B_IMG| image:: ../_static/d1_shields/hp303b_v1.0.0_1_16x16.jpg
.. _HP303B_IMG: ./barometric_pressure.html

.. _DHT: ./dht.html
.. |DHT_IMG| image:: ../_static/d1_shields/dht_v3.0.0_1_16x16.jpg
.. _DHT_IMG: ./dht.html


Power Shields
-----------------------------------
Expand Down

0 comments on commit 9b375e7

Please sign in to comment.