Skip to content

Commit

Permalink
add bh1750...
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 24, 2019
1 parent 61f9b26 commit 8e922d8
Show file tree
Hide file tree
Showing 23 changed files with 312 additions and 9 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.
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.
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.
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/bh1750fvi-tr.pdf
Binary file not shown.
Binary file added docs/en/_static/files/dim_bh1750_v1.0.0.jpg
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/dim_pir_v1.0.0.jpg
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/hp303b_datasheet.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_bh1750_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_hp303b_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_pir_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_sht30_v2.1.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sht30-dis_datasheet.pdf
Binary file not shown.
72 changes: 72 additions & 0 deletions docs/en/d1_mini_shiled/ambient_light.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
Ambient light Shield (BH1750)
================================

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

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

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

I2C Interface digital illuminance sensor shield based BH1750FVI.
`[Buy it]`_

.. _[Buy it]: https://www.aliexpress.com/store/product/Ambient-light-Shield-V1-0-0-for-LOLIN-D1-mini-BH1750-BH1750FVI-I2C-digital-light-sensor/1331105_32885969140.html

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

* I2C Interface
* Two user selectable addresses
* BH1750FVI Illuminance to Digital Converter
* Wide range and High resolution. ( 1 - 65535 lx )
* Separable design
* Φ2mm mounting holes

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

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



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

* `Schematic v1.0.0 [PDF]`_
* `Dimension v1.0.0 [JPG]`_
* `BH1750FVI Datasheet [PDF]`_


.. _Schematic v1.0.0 [PDF]: ../_static/files/sch_bh1750_v1.0.0.pdf
.. _Dimension v1.0.0 [JPG]: ../_static/files/dim_bh1750_v1.0.0.jpg
.. _BH1750FVI Datasheet [PDF]: ../_static/files/bh1750fvi-tr.pdf



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

* Install `BH1750 Library`_
* `Arduino Examples`_


.. _BH1750 Library: https://github.com/claws/BH1750
.. _Arduino Examples: https://github.com/wemos/D1_mini_Examples/tree/master/examples/04.Shields/Ambient_Light_Shield(BH1750)










73 changes: 73 additions & 0 deletions docs/en/d1_mini_shiled/barometric_pressure.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
Barometric Pressure Shield (HP303B)
=========================================

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

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

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

I2C Barometric Pressure & Temperature shield based on HP303B.
`[Buy it]`_

.. _[Buy it]: https://www.aliexpress.com/store/product/Barometric-Pressure-Shield-V1-0-0-for-LOLIN-WEMOS-D1-mini-HP303B-I2C-digital-pressure-sensor/1331105_32947207904.html

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

* I2C Interface
* Two user selectable addresses (0x77 or 0x76)
* Operation range: Pressure: 300 -1200 hPa. Temperature: -40 - 85 °C.
* Pressure sensor precision: ± 0.005 hPa (or ±0.05 m) (high precision mode).
* Relative accuracy: ± 0.06 hPa (or ±0.5 m)
* Absolute accuracy: ± 1 hPa (or ±8 m)
* Temperature accuracy: ± 0.5°C.
* Separable design
* Φ2mm mounting holes

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

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



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

* `Schematic v1.0.0 [PDF]`_
* `HP303B Datasheet [PDF]`_


.. _Schematic v1.0.0 [PDF]: ../_static/files/sch_hp303b_v1.0.0.pdf
.. _HP303B Datasheet [PDF]: ../_static/files/hp303b_datasheet.pdf



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

* Install `LOLIN HP303B Library`_
* `Arduino Examples`_


.. _LOLIN HP303B Library: https://github.com/wemos/LOLIN_HP303B_Library
.. _Arduino Examples: https://github.com/wemos/D1_mini_Examples/tree/master/examples/04.Shields/Barometric_Pressure_HP303B_Shield










35 changes: 31 additions & 4 deletions docs/en/d1_mini_shiled/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,37 @@ Display&Interactive Shields
Environment Shields
----------------------------------

==================== ==================== ====================
SHT30 PIR Ambient light
Barometric Pressure
==================== ==================== ====================
.. toctree::
:maxdepth: 1
:hidden:

SHT30 <sht30>
PIR <pir>
Ambient light (BH1750) <ambient_light>
Barometric Pressure (HP303B) <barometric_pressure>

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

.. _SHT30: ./sht30.html
.. |SHT30_IMG| image:: ../_static/d1_shields/sht30_v2.1.0_1_16x16.jpg
.. _SHT30_IMG: ./sht30.html

.. _PIR: ./pir.html
.. |PIR_IMG| image:: ../_static/d1_shields/pir_v1.0.0_1_16x16.jpg
.. _PIR_IMG: ./pir.html

.. _Ambient light: ./ambient_light.html
.. |BH1750_IMG| image:: ../_static/d1_shields/bh1750_v1.0.0_1_16x16.jpg
.. _BH1750_IMG: ./ambient_light.html

.. _Barometric Pressure: ./barometric_pressure.html
.. |HP303B_IMG| image:: ../_static/d1_shields/hp303b_v1.0.0_1_16x16.jpg
.. _HP303B_IMG: ./barometric_pressure.html


Power Shields
Expand Down
10 changes: 5 additions & 5 deletions docs/en/d1_mini_shiled/oled_0_66.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Features
Pins
-----------------------

=========== ===========
**D1 mini** **Shield**
D1(GPIO5) SCL
D2(GPIO4) SDA
=========== ===========
=========== =========== ===========
**D1 mini** **GPIO** **Shield**
D1 5 SCL
D2 4 SDA
=========== =========== ===========


Documents
Expand Down
62 changes: 62 additions & 0 deletions docs/en/d1_mini_shiled/pir.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
PIR Shield
===========================

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

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

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

Passive infrared sensor shield.
`[Buy it]`_

.. _[Buy it]: https://www.aliexpress.com/store/product/PIR-Shield-V1-0-0-for-LOLIN-D1-mini-passive-infrared-sensor-module/1331105_32901521233.html

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

* Configurable IO (Default: D3/GPIO0)
* Φ2mm mounting holes

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

=========== =========== ===========
**D1 mini** **GPIO** **Shield**
D3 0 PIR
=========== =========== ===========



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

* `Schematic v1.0.0 [PDF]`_
* `Dimension v1.0.0 [JPG]`_

.. _Schematic v1.0.0 [PDF]: ../_static/files/sch_pir_v1.0.0.pdf
.. _Dimension v1.0.0 [JPG]: ../_static/files/dim_pir_v1.0.0.jpg

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

* `Arduino Examples`_



.. _Arduino Examples: https://github.com/wemos/D1_mini_Examples/tree/master/examples/04.Shields/PIR_Shield











69 changes: 69 additions & 0 deletions docs/en/d1_mini_shiled/sht30.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
SHT30 Shield
===========================

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

.. |TOP_IMG| image:: ../_static/d1_shields/sht30_v2.1.0_1_16x16.jpg
.. _TOP_IMG: ../_static/d1_shields/sht30_v2.1.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/d1_shields/sht30_v2.1.0_2_16x16.jpg
.. _BOTTOM_IMG: ../_static/d1_shields/sht30_v2.1.0_2_16x16.jpg

I2C Interface digital temperature and humidity sensor shield based SHT30.
`[Buy it]`_

.. _[Buy it]: https://www.aliexpress.com/store/product/SHT30-Shield-for-WeMos-D1-mini-SHT30-I2C-digital-temperature-and-humidity-sensor-module/1331105_32762136940.html

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

* I2C Interface
* Two user selectable addresses
* Typical accuracy ±3%RH and ±0.3°C
* Separable design
* Φ2mm mounting holes

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

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



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

* `Schematic v2.1.0 [PDF]`_
* `SHT30 Datasheet [PDF]`_


.. _Schematic v2.1.0 [PDF]: ../_static/files/sch_sht30_v2.1.0.pdf
.. _SHT30 Datasheet [PDF]: ../_static/files/sht30-dis_datasheet.pdf



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

* Install `WEMOS_SHT3x_Arduino_Library`_
* `Arduino Examples`_


.. _WEMOS_SHT3x_Arduino_Library: https://github.com/wemos/WEMOS_SHT3x_Arduino_Library
.. _Arduino Examples: https://github.com/wemos/WEMOS_SHT3x_Arduino_Library/tree/master/examples










0 comments on commit 8e922d8

Please sign in to comment.