Skip to content

Commit

Permalink
init d1_mini
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 18, 2019
1 parent 8c80197 commit f9f2d91
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 1 deletion.
Binary file added docs/en/_static/d1_mini_v3.1.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/d1_mini_v3.1.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.
107 changes: 106 additions & 1 deletion docs/en/d1/d1_mini.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,108 @@
D1 mini
LOLIN D1 mini
=====================

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

.. |TOP_IMG| image:: ../_static/d1_mini_v3.1.0_1_16x16.jpg
.. _TOP_IMG: ../_static/d1_mini_v3.1.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/d1_mini_v3.1.0_2_16x16.jpg
.. _BOTTOM_IMG: ../_static/d1_mini_v3.1.0_2_16x16.jpg





A mini wifi board with 4MB flash based on ESP-8266EX.
`[Buy it] <https://www.aliexpress.com/store/product/D1-mini-Mini-NodeMcu-4M-bytes-Lua-WIFI-Internet-of-Things-development-board-based-ESP8266/1331105_32529101036.html>`_

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

* 11 digital IO, interrupt/pwm/I2C/one-wire supported(except D0)
* 1 analog input(3.2V max input)
* a Micro USB connection
* Compatible with MicroPython, Arduino, nodemcu

Tutorials
----------------------
* Get started in MicroPython
* Get started in Arduino

Documentation
----------------------
* Schematic V3.0.0
* Driver

Technical specs
----------------------
+------------------------+------------+
| Operating Voltage | 3.3V |
+------------------------+------------+
| Digital I/O Pins | 11 |
+------------------------+------------+
| Analog Input Pins | 1(3.2V Max)|
+------------------------+------------+
| Clock Speed | 80/160MHz |
+------------------------+------------+
| Flash | 4M Bytes |
+------------------------+------------+
| Size | 34.2*25.6mm|
+------------------------+------------+
| Weight | 3g |
+------------------------+------------+

Pin
----------------------
+------+------------------------------+--------------+
| Pin | Function | ESP-8266 Pin |
+======+==============================+==============+
| TX | TXD | TXD |
+------+------------------------------+--------------+
| RX | RXD | RXD |
+------+------------------------------+--------------+
| A0 | Analog input, max 3.2V | A0 |
+------+------------------------------+--------------+
| D0 | IO | GPIO16 |
+------+------------------------------+--------------+
| D1 | IO, SCL | GPIO5 |
+------+------------------------------+--------------+
| D2 | IO, SDA | GPIO4 |
+------+------------------------------+--------------+
| D3 | IO, 10k Pull-up | GPIO0 |
+------+------------------------------+--------------+
| D4 | IO, 10k Pull-up, BUILTIN_LED | GPIO2 |
+------+------------------------------+--------------+
| D5 | IO, SCK | GPIO14 |
+------+------------------------------+--------------+
| D6 | IO, MISO | GPIO12 |
+------+------------------------------+--------------+
| D7 | IO, MOSI | GPIO13 |
+------+------------------------------+--------------+
| D8 | IO, 10k Pull-down, SS | GPIO15 |
+------+------------------------------+--------------+
| G | Ground | GND |
+------+------------------------------+--------------+
| 5V | 5V | \- |
+------+------------------------------+--------------+
| 3V3 | 3.3V | 3.3V |
+------+------------------------------+--------------+
| RST | Reset | RST |
+------+------------------------------+--------------+

Version
----------------------
* V3.1.0(current)
* V3.0.0
* V2.3.0
* V2.2.0

.. .. code-block:: c
.. #include <main.h>
.. int main()
.. {
.. return 0;
.. }
7 changes: 7 additions & 0 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ WEMOS Docs
D1 mini Shileds <d1_mini_shiled/index>
D32 <d32/index>

.. toctree::
:hidden:
:caption: Tutorials:

Arduino <d1/index>
MicroPython <d1/index>

.. Indices and tables
.. ==================
Expand Down

0 comments on commit f9f2d91

Please sign in to comment.