Lines Matching +full:i2c +full:- +full:command
6 ESP32C3 0.42 OLED is a mini development board based on the `Espressif ESP32-C3`_
7 RISC-V WiFi/Bluetooth dual-mode chip.
14 This board is based on the ESP32-C3-FH4 with WiFi and BLE support.
17 * RISC-V SoC @ 160MHz with 4MB flash and 400kB RAM
19 * 0.42-inch OLED over I2C
20 * Qwiic I2C connector
23 * On-chip USB-UART converter
31 The ESP32-C3 does not have native USB, it has an on-chip USB-serial converter
39 +-----------+------------+------------------+
42 | PMP | on-chip | arch/riscv |
43 +-----------+------------+------------------+
44 | INTMTRX | on-chip | intc_esp32c3 |
45 +-----------+------------+------------------+
46 | PINMUX | on-chip | pinctrl_esp32 |
47 +-----------+------------+------------------+
48 | USB UART | on-chip | serial_esp32_usb |
49 +-----------+------------+------------------+
50 | GPIO | on-chip | gpio_esp32 |
51 +-----------+------------+------------------+
52 | UART | on-chip | uart_esp32 |
53 +-----------+------------+------------------+
54 | I2C | on-chip | i2c_esp32 |
55 +-----------+------------+------------------+
56 | SPI | on-chip | spi_esp32_spim |
57 +-----------+------------+------------------+
58 | RADIO | on-chip | Bluetooth |
59 +-----------+------------+------------------+
60 | DISPLAY | off-chip | display |
61 +-----------+------------+------------------+
74 It also features a 0.42 inch OLED display, driven by a SSD1306-compatible chip.
75 It is connected over I2C: SDA on GPIO5, SCL on GPIO6.
80 Espressif HAL requires WiFi and Bluetooth binary blobs. Run the command below to
83 .. code-block:: console
89 It is recommended running the command above after :file:`west update`.
104 Use the following command to build a sample hello_world application:
106 .. zephyr-app-commands::
107 :zephyr-app: samples/hello_world
120 To build the sample application using sysbuild, use this command:
122 .. zephyr-app-commands::
124 :zephyr-app: samples/hello_world
127 :west-args: --sysbuild
136 .. zephyr-app-commands::
137 :zephyr-app: samples/hello_world
140 :flash-args: --esp-device /dev/ttyACM0
145 .. code-block:: console
147 $ west espressif monitor -p /dev/ttyACM0
152 .. code-block:: console
154 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
160 .. target-notes::
162 .. _`Espressif ESP32-C3`: https://www.espressif.com/en/products/socs/esp32-c3
163 .. _`01space ESP32C3 0.42 OLED`: https://github.com/01Space/ESP32-C3-0.42LCD