Skip to content

Commit

Permalink
add d32
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 21, 2019
1 parent d934405 commit f6002b3
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 0 deletions.
Binary file added docs/en/_static/boards/d32_V1.0.0_1_16x16.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/boards/d32_V1.0.0_2_16x16.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_d32_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_d32_v1.0.0.pdf
Binary file not shown.
70 changes: 70 additions & 0 deletions docs/en/d32/d32.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,74 @@
D32
================

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

.. |TOP_IMG| image:: ../_static/boards/d32_V1.0.0_1_16x16.jpg
.. _TOP_IMG: ../_static/boards/d32_V1.0.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/boards/d32_V1.0.0_1_16x16.jpg
.. _BOTTOM_IMG: ../_static/boards/d32_V1.0.0_1_16x16.jpg

A wifi&bluetooth board based ESP-32
`[Buy it] <https://www.aliexpress.com/store/product/WEMOS-LOLIN32-V1-0-0-wifi-bluetooth-board-based-ESP-32-4MB-FLASH/1331105_32808551116.html>`_

Features
------------------
* Espressif official ESP32-WROOM-32 module
* Lastest ESP32 Version: REV1
* 4MB FLASH
* Lithium battery interface, 500mA Max charging current
* Compatible with Arduino, MicroPython
* Default firmware: lastest MicroPython

Tutorials
----------------------
* :doc:`../tutorials/micropython`
* :doc:`../tutorials/arduino`

Documentation
----------------------
* `Schematic V1.0.0[PDF] <../_static/files/sch_d32_v1.0.0.pdf>`_
* `Dimension V1.0.0[PDF] <../_static/files/dim_d32_v1.0.0.pdf>`_
* :doc:`../ch340_driver`

Technical specs
----------------------
+------------------------+----------------------------+
| Operating Voltage | 3.3V |
+------------------------+----------------------------+
| Supported Battery | Lipo 3.7V |
+------------------------+----------------------------+
| Battery Connector | PH-2 2.0mm |
+------------------------+----------------------------+
| Digital I/O Pins | 22 |
+------------------------+----------------------------+
| Analog Input Pins | 6 (VP, VN, 32, 33, 34, 35) |
+------------------------+----------------------------+
| Analog Output Pins | 2 (25, 26) |
+------------------------+----------------------------+
| LED_BUILTIN | GPIO5 |
+------------------------+----------------------------+
| Clock Speed(Max) | 240MHz |
+------------------------+----------------------------+
| Flash | 4M Bytes |
+------------------------+----------------------------+
| Size | 57*25.4mm |
+------------------------+----------------------------+
| Weight | 6.1g |
+------------------------+----------------------------+

Pin
----------------------


.. note:: All of the IO pins run at 3.3V.







1 change: 1 addition & 0 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WEMOS Docs
D1 <d1/index>
D1 mini Shileds <d1_mini_shiled/index>
D32 <d32/index>
W600 <w600/index>

.. toctree::
:hidden:
Expand Down
15 changes: 15 additions & 0 deletions docs/en/w600/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
W600 Boards
===================

.. toctree::
:maxdepth: 1

W600-PICO <w600_pico>








31 changes: 31 additions & 0 deletions docs/en/w600/w600_pico.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
W600-PICO
================

.. ================== ==================
.. |TOP_IMG|_ |BOTTOM_IMG|_
.. ================== ==================
.. |TOP_IMG| image:: ../_static/boards/w600_pico_v1.0.0_1_16x16.jpg
.. _TOP_IMG: ../_static/boards/w600_pico_v1.0.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/boards/w600_pico_v1.0.0_2_16x16.jpg
.. _BOTTOM_IMG: ../_static/boards/w600_pico_v1.0.0_2_16x16.jpg

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

Tutorials
----------------------
* :doc:`../tutorials/micropython`

.. * :doc:`../tutorials/arduino`
Documentation
----------------------
* `Schematic V2.0.0[PDF] <../_static/files/sch_d1_mini_pro_v2.0.0.pdf>`_
* `Dimension V2.0.0[PDF] <../_static/files/dim_d1_mini_pro_v2.0.0.pdf>`_
* :doc:`../ch340_driver`

Technical specs
----------------------

0 comments on commit f6002b3

Please sign in to comment.