Home
last modified time | relevance | path

Searched +full:esp +full:- +full:wrover +full:- +full:kit (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/boards/espressif/esp_wrover_kit/
Dboard.yml3 full_name: ESP-WROVER-KIT
6 - name: esp32
DKconfig.defconfig1 # ESP-WROVER-KIT board configuration
4 # SPDX-License-Identifier: Apache-2.0
DKconfig.esp_wrover_kit1 # ESP-WROVER-KIT board configuration
4 # SPDX-License-Identifier: Apache-2.0
Desp_wrover_kit_procpu.yaml2 name: ESP WROVER KIT PROCPU
6 - zephyr
8 - adc
9 - dac
10 - gpio
11 - i2c
12 - watchdog
13 - uart
14 - nvs
15 - pwm
[all …]
Desp_wrover_kit_appcpu.yaml2 name: ESP WROVER KIT APPCPU
6 - zephyr
8 - uart
11 - net
12 - bluetooth
13 - flash
14 - cpp
15 - posix
16 - watchdog
17 - logging
[all …]
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst6 ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://www.espressif.co…
8 ESP-WROVER-KIT features the following integrated components:
10 - ESP32-WROVER-E module
11 - LCD screen
12 - MicroSD card slot
14 Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface
16 without a separate JTAG debugger. ESP-WROVER-KIT makes development convenient, easy, and
17 cost-effective.
26 For more information, check `ESP32-WROVER-E Datasheet`_ and `ESP32 Datasheet`_.
31 The block diagram below shows the main components of ESP-WROVER-KIT and their interconnections.
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Despressif,esp32-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
7 states are composed by groups of pre-defined pin muxing definitions and user
10 Each Zephyr-based application has its own set of pin muxing/pin configuration
11 requirements. The next steps use ESP-WROVER-KIT's I2C_0 to illustrate how one
15 Suppose an application running on top of the ESP-WROVER-KIT board, for some
18 you'll notice that the I2C_0 node is already assigned to a pre-defined state.
22 #include "esp_wrover_kit-pinctrl.dtsi"
26 pinctrl-0 = <&i2c0_default>;
27 pinctrl-names = "default";
31 From the above excerpt, the pincrl-0 property is assigned the 'i2c0_default'
[all …]
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst6 The ESP32-Ethernet-Kit is an Ethernet-to-Wi-Fi development board that enables
7 Ethernet devices to be interconnected over Wi-Fi. At the same time, to provide
8 more flexible power supply options, the ESP32-Ethernet-Kit also supports power
11 .. _get-started-esp32-ethernet-kit-v1.2-overview:
13 ESP32-Ethernet-Kit is an ESP32-WROVER-E based development.
14 For more information, check the datasheet at `ESP32-WROVER-E Datasheet`_.
17 board B. The `Ethernet Board (A)`_ contains Bluetooth/Wi-Fi dual-mode
18 ESP32-WROVER-E module and IP101GRI, a Single Port 10/100 Fast Ethernet
23 .. _get-started-esp32-ethernet-kit-v1.2:
25 .. figure:: img/esp32-ethernet-kit-v1.2.jpg
[all …]