Skip to content

Commit

Permalink
add c3 mini
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Mar 8, 2022
1 parent 252d674 commit 722be87
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 4 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/c3_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_c3_mini_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_c3_mini_v1.0.0.pdf
Binary file not shown.
66 changes: 66 additions & 0 deletions docs/en/c3/c3_mini.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
C3 mini
================

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

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

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

A mini wifi & Bluetooth5 (LE) boards based ESP32-C3FH4.
`[Buy it]`_

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

Features
------------------
* based ESP32-S2FN4R2 WIFI & Bluetooth LE RISC-V Single-Core CPU
* Type-C USB
* 4MB Flash
* 12x IO
* ADC, I2C, SPI, UART
* Compatible with LOLIN D1 mini shields
* Compatible with MicroPython, Arduino and ESP-IDF
* Default firmware: MicroPython

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

* :doc:`../tutorials/c3/get_started_with_micropython_c3`
* :doc:`../tutorials/c3/get_started_with_arduino_c3`

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

* `Schematic V1.0.0[PDF] <../_static/files/sch_c3_mini_v1.0.0.pdf>`_
* `Dimension V1.0.0[PDF] <../_static/files/dim_c3_mini_v1.0.0.pdf>`_
* `ESP32-C3 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf>`_


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

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

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

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

26 changes: 26 additions & 0 deletions docs/en/c3/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
C3 Boards
===================

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

C3 mini <c3_mini>



================== ==================
**C3 mini**
|C3_MINI_IMG|_
================== ==================

.. |C3_MINI_IMG| image:: ../_static/boards/c3_mini_v1.0.0_1_16x16.jpg
.. _C3_MINI_IMG: ./c3_mini.html








12 changes: 8 additions & 4 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ HOME
D1 mini Shields <d1_mini_shield/index>
D32 <d32/index>
S2 <s2/index>
C3 <c3/index>
W600 <w600/index>

.. toctree::
Expand All @@ -29,16 +30,19 @@ Boards

=================== =================== ===================
`D1`_ `D32`_ `D1 mini shields`_
|D1_MINI_IMG|_ |D32_PRO_IMG|_ |SHT30_IMG|_
`W600`_ `S2`_
|W600_PICO_IMG|_ |S2_MINI_IMG|_
|D1_MINI_IMG|_ |D32_PRO_IMG|_ |SHT30_IMG|_
`S2`_ `C3`_ `W600`_
|S2_MINI_IMG|_ |C3_MINI_IMG|_ |W600_PICO_IMG|_
=================== =================== ===================

.. _C3: ./c3/index.html
.. |C3_MINI_IMG| image:: ./_static/boards/c3_mini_v1.0.0_1_16x16.jpg
.. _C3_MINI_IMG: ./c3/index.html

.. _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_v4.0.0_1_16x16.png
.. _D1_MINI_IMG: ./d1/index.html
Expand Down

0 comments on commit 722be87

Please sign in to comment.