Lines Matching +full:esp32 +full:- +full:c3
6 Lilygo TTGO T8-C3 is an IoT mini development board based on the
7 Espressif ESP32-C3 WiFi/Bluetooth dual-mode chip.
11 - ESP32-C3 chip (160MHz single core, 400KB SRAM, Wi-Fi)
12 - on board antenna and IPEX connector
13 - USB-C connector for power and communication
14 - JST GH 2-pin battery connector
15 - LED
19 This board is based on the ESP32-C3 with 4MB of flash, WiFi and BLE support. It
20 has an USB-C port for programming and debugging, integrated battery charging
21 and an on-board antenna. The fitted U.FL external antenna connector can be
22 enabled by moving a 0-ohm resistor.
29 +-----------+------------+------------------+
32 | PMP | on-chip | arch/riscv |
33 +-----------+------------+------------------+
34 | INTMTRX | on-chip | intc_esp32c3 |
35 +-----------+------------+------------------+
36 | PINMUX | on-chip | pinctrl_esp32 |
37 +-----------+------------+------------------+
38 | USB UART | on-chip | serial_esp32_usb |
39 +-----------+------------+------------------+
40 | GPIO | on-chip | gpio_esp32 |
41 +-----------+------------+------------------+
42 | UART | on-chip | uart_esp32 |
43 +-----------+------------+------------------+
44 | I2C | on-chip | i2c_esp32 |
45 +-----------+------------+------------------+
46 | SPI | on-chip | spi_esp32_spim |
47 +-----------+------------+------------------+
48 | TWAI | on-chip | can_esp32_twai |
49 +-----------+------------+------------------+
54 Before powering up your Lilygo TTGO T8-C3, please make sure that the board is in good
66 .. code-block:: console
111 bootstrap the board with the ESP32-C3 SoC.
115 .. zephyr-app-commands::
117 :zephyr-app: samples/hello_world
120 :west-args: --sysbuild
123 By default, the ESP32-C3 sysbuild creates bootloader (MCUboot) and application
129 .. code-block::
144 With ``--sysbuild`` option the bootloader will be re-build and re-flash
165 .. zephyr-app-commands::
166 :zephyr-app: samples/hello_world
171 Here is an example for the :zephyr:code-sample:`hello_world` application.
173 .. zephyr-app-commands::
174 :zephyr-app: samples/hello_world
178 The default baud rate for the Lilygo TTGO T8-C3 is set to 1500000bps. If experiencing issues when f…
179 try using different values by using ``--esp-baud-rate <BAUD>`` option during
180 ``west flash`` (e.g. ``west flash --esp-baud-rate 115200``).
184 .. code-block:: shell
191 .. code-block:: console
193 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
199 The following samples will run out of the box on the TTGO T8-C3 board.
203 .. zephyr-app-commands::
205 :zephyr-app: samples/basic/blinky
211 .. zephyr-app-commands::
213 :zephyr-app: samples/bluetooth/beacon
220 .. _`Lilygo TTGO T8-C3 schematic`: https://github.com/Xinyuan-LilyGO/T8-C3/blob/main/Schematic/T8-C…
221 .. _`Lilygo github repo`: https://github.com/Xinyuan-LilyGo
222 .. _`Espressif ESP32-C3 datasheet`: https://www.espressif.com/sites/default/files/documentation/esp…
223 .. _`Espressif ESP32-C3 technical reference manual`: https://www.espressif.com/sites/default/files/…
224 .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases