Skip to content

Commit

Permalink
add s2 pico
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Aug 29, 2021
1 parent 56bac05 commit adac122
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 3 deletions.
Binary file added docs/en/_static/boards/s2_pico_v1.0.0_4_16x9.png
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_pico_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_s2_pico_v1.0.0.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'WEMOS'
copyright = '2019, wemos.cc'
copyright = '2021, wemos.cc'
author = 'wemos.cc'


Expand Down
8 changes: 6 additions & 2 deletions docs/en/s2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ S2 Boards
:hidden:

S2 mini <s2_mini>
S2 Pico <s2_pico>


================== ==================
**S2 mini**
|S2_MINI_IMG|_
**S2 mini** **S2 Pico**
|S2_MINI_IMG|_ |S2_PICO_IMG|_
================== ==================

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

.. |S2_PICO_IMG| image:: ../_static/boards/s2_pico_v1.0.0_1_16x16.jpg
.. _S2_PICO_IMG: ./s2_pico.html




Expand Down
70 changes: 70 additions & 0 deletions docs/en/s2/s2_pico.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
S2 Pico
================

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

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

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

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

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

Features
------------------
* based ESP32-S2FN4R2 WIFI IC
* 128x32 OLED (SSD1306 driver)
* Type-C USB
* 4MB Flash
* 2MB PSRAM
* 21x IO
* ADC, DAC, I2C, SPI, UART, USB OTG
* 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_pico_v1.0.0.pdf>`_
* `Dimension V1.0.0[PDF] <../_static/files/dim_s2_pico_v1.0.0.pdf>`_
* `ESP32-S2 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf>`_


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

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

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

.. image:: ../_static/boards/s2_pico_v1.0.0_4_16x9.png
:alt: Pin
:target: ../_static/boards/s2_pico_v1.0.0_4_16x9.png

0 comments on commit adac122

Please sign in to comment.