Lines Matching +full:check +full:- +full:bluetooth +full:- +full:files
6 Seeed Studio XIAO ESP32C6 is powered by the highly-integrated ESP32-C6 SoC.
7 It consists of a high-performance (HP) 32-bit RISC-V processor, which can be clocked up to 160 MHz,
8 and a low-power (LP) 32-bit RISC-V processor, which can be clocked up to 20 MHz.
10 This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.
11 For more information, check `Seeed Studio XIAO ESP32C6`_ .
16 This board is based on the ESP32-C6 with 4MB of flash, integrating 2.4 GHz Wi-Fi 6,
17 Bluetooth 5.3 (LE) and the 802.15.4 protocol. It has an USB-C port for programming
26 +------------+------------+-------------------------------------+
29 | UART | on-chip | serial port |
30 +------------+------------+-------------------------------------+
31 | GPIO | on-chip | gpio |
32 +------------+------------+-------------------------------------+
33 | PINMUX | on-chip | pinmux |
34 +------------+------------+-------------------------------------+
35 | USB-JTAG | on-chip | hardware interface |
36 +------------+------------+-------------------------------------+
37 | SPI Master | on-chip | spi |
38 +------------+------------+-------------------------------------+
39 | I2C | on-chip | i2c |
40 +------------+------------+-------------------------------------+
41 | Watchdog | on-chip | watchdog |
42 +------------+------------+-------------------------------------+
43 | LEDC | on-chip | pwm |
44 +------------+------------+-------------------------------------+
45 | SPI DMA | on-chip | spi |
46 +------------+------------+-------------------------------------+
47 | GDMA | on-chip | dma |
48 +------------+------------+-------------------------------------+
49 | TRNG | on-chip | entropy |
50 +------------+------------+-------------------------------------+
51 | USB-CDC | on-chip | serial |
52 +------------+------------+-------------------------------------+
53 | Wi-Fi | on-chip | |
54 +------------+------------+-------------------------------------+
70 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
71 below to retrieve those files.
73 .. code-block:: console
122 .. zephyr-app-commands::
124 :zephyr-app: samples/hello_world
127 :west-args: --sysbuild
136 .. code-block::
151 With ``--sysbuild`` option the bootloader will be re-build and re-flash
172 .. zephyr-app-commands::
173 :zephyr-app: samples/hello_world
178 configuration. Here is an example for the :zephyr:code-sample:`hello_world`
181 .. zephyr-app-commands::
182 :zephyr-app: samples/hello_world
189 .. code-block:: console
196 .. code-block:: console
198 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
204 As with much custom hardware, the ESP32-C6 modules require patches to
209 ``-DOPENOCD=<path/to/bin/openocd> -DOPENOCD_DEFAULT_PATH=<path/to/openocd/share/openocd/scripts>``
212 Here is an example for building the :zephyr:code-sample:`hello_world` application.
214 .. zephyr-app-commands::
215 :zephyr-app: samples/hello_world
218 …:gen-args: -DOPENOCD=<path/to/bin/openocd> -DOPENOCD_DEFAULT_PATH=<path/to/openocd/share/openocd/s…
220 You can debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hell…
222 .. zephyr-app-commands::
223 :zephyr-app: samples/hello_world
230 .. target-notes::
233 .. _`ESP32-C6 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c6_data…
234 .. _`ESP32-C6 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/…
235 .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases