Lines Matching +full:output +full:- +full:clk +full:- +full:en
6 M5Stack StampS3 is an ESP32-based development board from M5Stack.
9 - ESP32-S3FN8 chip (240MHz dual core)
10 - 512KB SRAM
11 - 384KB ROM
12 - 8MB Flash
13 - Wi-Fi
14 - Bluetooth
15 - User-Button
23 +---------------+-----------------------------------------------------------------+-----------+
26 | ESP32-S3FN8 | This MPU-ESP32S3 module provides complete Wi-Fi and Bluetooth | supported |
28 +---------------+-----------------------------------------------------------------+-----------+
29 | Status LED | One user LED connected via :dtcompatible:`worldsemi,ws2812-spi` | supported |
30 | | interface (``led-strip``). | |
31 +---------------+-----------------------------------------------------------------+-----------+
34 +---------------+-----------------------------------------------------------------+-----------+
36 +---------------+-----------------------------------------------------------------+-----------+
43 :dtcompatible:`m5stack,stamps3-header`.
54 - ``m5stack_stamps3_clkout0``: PWM output with 2 channels (0 and 2).
55 - ``m5stack_stamps3_spilcd``: SPI interface for interfacing LCDs. Consists of a
56 CLK, MOSI and CS signal.
57 - ``m5stack_stamps3_i2c0`` and ``m5stack_stamps3_i2c1``: I2C interfaces (SDA, SCL).
58 - ``m5stack_stamps3_uart0``: UART interface (RXD, TXD).
59 - ``m5stack_stamps3_header``: All GPIOs are of course accessible via main header
62 +-----+-----------------------------------------+-----+---------------------------------+
66 +-----+-----------------------------------------+-----+---------------------------------+
68 +-----+-----------------------------------------+-----+---------------------------------+
69 | 3 | ``m5stack_stamps3_clkout0`` - Channel 0 | | |
70 +-----+-----------------------------------------+-----+---------------------------------+
72 +-----+-----------------------------------------+-----+---------------------------------+
73 | 5 | ``m5stack_stamps3_spilcd`` - MOSI | | |
74 +-----+-----------------------------------------+-----+---------------------------------+
75 | 6 | ``m5stack_stamps3_spilcd`` - CLK | | |
76 +-----+-----------------------------------------+-----+---------------------------------+
77 | 7 | ``m5stack_stamps3_spilcd`` - CS | 28 | **3V3** |
78 +-----+-----------------------------------------+-----+---------------------------------+
79 | 8 | | 27 | ``m5stack_stamps3_uart0`` - TXD |
80 +-----+-----------------------------------------+-----+---------------------------------+
81 | 9 | ``m5stack_stamps3_clkout0`` - Channel 2 | 26 | |
82 +-----+-----------------------------------------+-----+---------------------------------+
83 | 10 | | 25 | ``m5stack_stamps3_uart0`` - RXD |
84 +-----+-----------------------------------------+-----+---------------------------------+
86 +-----+-----------------------------------------+-----+---------------------------------+
87 | 12 | ``m5stack_stamps3_i2c1`` - SDA | 23 | |
88 +-----+-----------------------------------------+-----+---------------------------------+
89 | 13 | **5V** | 22 | **EN** |
90 +-----+-----------------------------------------+-----+---------------------------------+
91 | 14 | ``m5stack_stamps3_i2c1`` - SCL | 21 | |
92 +-----+-----------------------------------------+-----+---------------------------------+
93 | 15 | ``m5stack_stamps3_i2c0`` - SDA | 20 | |
94 +-----+-----------------------------------------+-----+---------------------------------+
96 +-----+-----------------------------------------+-----+---------------------------------+
97 | 17 | ``m5stack_stamps3_i2c0`` - SCL | 18 | **GND** |
98 +-----+-----------------------------------------+-----+---------------------------------+
104 features a DCDC (MUN3CAD01-SC) to generate the 3.3V needed for the MCU.
106 The **EN** signal (Pin 22) is an active low signal to enable the **3V3** power
108 deactivated. It is internally equipped with a pull-up and can hence be left open
121 -------------
126 .. code-block:: console
135 -------------------
140 .. zephyr-app-commands::
141 :zephyr-app: samples/hello_world
146 configuration. Here is an example for the :zephyr:code-sample:`hello_world`
149 .. zephyr-app-commands::
150 :zephyr-app: samples/hello_world
155 try using different values by using ``--esp-baud-rate <BAUD>`` option during
156 ``west flash`` (e.g. ``west flash --esp-baud-rate 115200``).
160 .. code-block:: shell
167 .. code-block:: console
169 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
173 ---------
175 M5Stack StampS3 exports a JTAG-interface via Pins 19 (MTCK), 21 (MTDO), 23
186 - `M5Stack StampS3 schematic <https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/…
187 - `M5Stack StampS3 <https://docs.m5stack.com/en/core/StampS3>`_
188 - `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.…
189 - `ESP32 Hardware Reference <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-referen…