Skip to content

Commit

Permalink
add s2 mini
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Aug 14, 2021
1 parent d888e1f commit 9b8208e
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 2 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/boards/s2_mini_v1.0.0_4_16x9.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_s2_mini_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_s2_mini_v1.0.0.pdf
Binary file not shown.
10 changes: 8 additions & 2 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ HOME
D1 <d1/index>
D1 mini Shields <d1_mini_shield/index>
D32 <d32/index>
S2 <s2/index>
W600 <w600/index>

.. toctree::
Expand All @@ -29,10 +30,15 @@ Boards
=================== =================== ===================
`D1`_ `D32`_ `D1 mini shields`_
|D1_MINI_IMG|_ |D32_PRO_IMG|_ |SHT30_IMG|_
`W600`_
|W600_PICO_IMG|_
`W600`_ `S2`_
|W600_PICO_IMG|_ |S2_MINI_IMG|_
=================== =================== ===================

.. _S2: ./s2/index.html
.. |S2_MINI_IMG| image:: ./_static/boards/s2_mini_v1.0.0_1_16x16.jpg
.. _S2_MINI_IMG: ./s2/index.html


.. _D1: ./d1/index.html
.. |D1_MINI_IMG| image:: ./_static/boards/d1_mini_v3.1.0_1_16x16.jpg
.. _D1_MINI_IMG: ./d1/index.html
Expand Down
24 changes: 24 additions & 0 deletions docs/en/s2/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
W600 Boards
===================

.. toctree::
:maxdepth: 1
:hidden:

S2 mini <s2_mini>


================== ==================
**S2 mini**
|S2_MINI_IMG|_
================== ==================

.. |S2_MINI_IMG| image:: ../_static/boards/s2_mini_v1.0.0_1_16x16.jpg
.. _S2_MINI_IMG: ./s2_mini.html







68 changes: 68 additions & 0 deletions docs/en/s2/s2_mini.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
S2 mini
================

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

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

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

A mini wifi boards based ESP32-S2FN4R2.
`[Buy it]`_

.. _[Buy it]: https://www.aliexpress.com/item/4000314757449.html

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

* WIFI
* 4MB Flash
* 2MB PSRAM
* 27x IO
* ADC, DAC, I2C, SPI, UART, USB OTG
* Compatible with LOLIN D1 mini shields
* Compatible with MicroPython, Arduino and ESP-IDF
* Default firmware: MicroPython

Tutorials
----------------------

* :doc:`../tutorials/s2/get_started_with_micropython_s2`
* :doc:`../tutorials/s2/get_started_with_arduino_s2`

Documentation
----------------------

* `Schematic V1.0.0[PDF] <../_static/files/sch_s2_mini_v1.0.0.pdf>`_
* `Dimension V1.0.0[PDF] <../_static/files/dim_s2_mini_v1.0.0.pdf>`_


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

+----------------------+------------+
| Operating Voltage | 3.3V |
+----------------------+------------+
| Digital I/O Pins | 27 |
+----------------------+------------+
| Clock Speed | 240MHz |
+----------------------+------------+
| Flash | 4M Bytes |
+----------------------+------------+
| PSRAM | 2M Bytes |
+----------------------+------------+
| Size | 34.3*25.4mm|
+----------------------+------------+
| Weight | 2.4g |
+----------------------+------------+

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

.. image:: ../_static/boards/s2_mini_v1.0.0_4_16x9.jpg
:target: ../_static/boards/s2_mini_v1.0.0_4_16x9.jpg

0 comments on commit 9b8208e

Please sign in to comment.