Lines Matching +full:jst +full:- +full:sh

6 Lilygo TTGO T8-S3 is an IoT mini development board based on the
7 Espressif ESP32-S3 WiFi/Bluetooth dual-mode chip.
11 - ESP32-S3 chip (240MHz dual core, Bluetooth LE, Wi-Fi)
12 - on board antenna and IPEX connector
13 - USB-C connector for power and communication
14 - MX 1.25mm 2-pin battery connector
15 - JST SH 1.0mm 4-pin UART connector
16 - SD card slot
20 This board is based on the ESP32-S3 with 16MB of flash, WiFi and BLE support. It
21 has an USB-C port for programming and debugging, integrated battery charging
22 and an on-board antenna. The fitted U.FL external antenna connector can be
23 enabled by moving a 0-ohm resistor.
30 +------------+------------+-------------------------------------+
33 | UART | on-chip | serial port |
34 +------------+------------+-------------------------------------+
35 | GPIO | on-chip | gpio |
36 +------------+------------+-------------------------------------+
37 | PINMUX | on-chip | pinmux |
38 +------------+------------+-------------------------------------+
39 | USB-JTAG | on-chip | hardware interface |
40 +------------+------------+-------------------------------------+
41 | SPI Master | on-chip | spi, sdmmc |
42 +------------+------------+-------------------------------------+
43 | TWAI/CAN | on-chip | can |
44 +------------+------------+-------------------------------------+
45 | ADC | on-chip | adc |
46 +------------+------------+-------------------------------------+
47 | Timers | on-chip | counter |
48 +------------+------------+-------------------------------------+
49 | Watchdog | on-chip | watchdog |
50 +------------+------------+-------------------------------------+
51 | TRNG | on-chip | entropy |
52 +------------+------------+-------------------------------------+
53 | LEDC | on-chip | pwm |
54 +------------+------------+-------------------------------------+
55 | MCPWM | on-chip | pwm |
56 +------------+------------+-------------------------------------+
57 | PCNT | on-chip | qdec |
58 +------------+------------+-------------------------------------+
59 | GDMA | on-chip | dma |
60 +------------+------------+-------------------------------------+
61 | USB-CDC | on-chip | serial |
62 +------------+------------+-------------------------------------+
67 Before powering up your Lilygo TTGO T8-S3, please make sure that the board is in good
79 .. code-block:: console
116 .. code-block:: cfg
128 .. zephyr-app-commands::
130 :zephyr-app: samples/hello_world
133 :west-args: --sysbuild
142 .. code-block::
157 With ``--sysbuild`` option the bootloader will be re-build and re-flash
178 .. zephyr-app-commands::
179 :zephyr-app: samples/hello_world
184 configuration. Here is an example for the :zephyr:code-sample:`hello_world`
187 .. zephyr-app-commands::
188 :zephyr-app: samples/hello_world
192 The default baud rate for the Lilygo TTGO T8-S3 is set to 1500000bps. If experiencing issues when f…
193 try using different values by using ``--esp-baud-rate <BAUD>`` option during
194 ``west flash`` (e.g. ``west flash --esp-baud-rate 115200``).
198 .. code-block:: shell
205 .. code-block:: console
207 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
213 The following code samples will run out of the box on the TTGO T8-S3 board:
215 * :zephyr:code-sample:`wifi-shell`
216 * :zephyr:code-sample:`fs`
222 .. target-notes::
224 .. _`Lilygo TTGO T8-S3 schematic`: https://github.com/Xinyuan-LilyGO/T8-S3/blob/main/schematic/T8_S…
225 .. _`Lilygo github repo`: https://github.com/Xinyuan-LilyGo
226 .. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini
227 .. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentat…
228 .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases
229 .. _`JTAG debugging for ESP32-S3`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/ap…