Lines Matching +full:hall +full:- +full:effect

7 with integrated Wi-Fi & dual-mode Bluetooth. The ESP32 series employs a
8 Tensilica Xtensa LX6 microprocessor in both dual-core and single-core
10 Shanghai-based Chinese company, and is manufactured by TSMC using their 40nm
11 process. For more information, check `ESP32-DevKitC-WROVER`_.
15 - Dual core Xtensa microprocessor (LX6), running at 160 or 240MHz
16 - 520KB of SRAM
17 - 802.11b/g/n/e/i
18 - Bluetooth v4.2 BR/EDR and BLE
19 - Various peripherals:
21 - 12-bit ADC with up to 18 channels
22 - 2x 8-bit DACs
23 - 10x touch sensors
24 - Temperature sensor
25 - 4x SPI
26 - 2x I2S
27 - 2x I2C
28 - 3x UART
29 - SD/SDIO/MMC host
30 - Slave (SDIO/SPI)
31 - Ethernet MAC
32 - CAN bus 2.0
33 - IR (RX/TX)
34 - Motor PWM
35 - LED PWM with up to 16 channels
36 - Hall effect sensor
38 - Cryptographic hardware acceleration (RNG, ECC, RSA, SHA-2, AES)
39 - 5uA deep sleep current
47-DevKitC-WROVER allows 2 different applications to be executed in ESP32 SoC. Due to its dual-core …
48 and/or exchanging data over OpenAMP framework. See :zephyr:code-sample-category:`ipc` folder as cod…
53 Current Zephyr's ESP32-DevKitC-WROVER board supports the following features:
55 +------------+------------+-------------------------------------+
58 | UART | on-chip | serial port |
59 +------------+------------+-------------------------------------+
60 | GPIO | on-chip | gpio |
61 +------------+------------+-------------------------------------+
62 | PINMUX | on-chip | pinmux |
63 +------------+------------+-------------------------------------+
64 | USB-JTAG | on-chip | hardware interface |
65 +------------+------------+-------------------------------------+
66 | SPI Master | on-chip | spi |
67 +------------+------------+-------------------------------------+
68 | Timers | on-chip | counter |
69 +------------+------------+-------------------------------------+
70 | Watchdog | on-chip | watchdog |
71 +------------+------------+-------------------------------------+
72 | TRNG | on-chip | entropy |
73 +------------+------------+-------------------------------------+
74 | LEDC | on-chip | pwm |
75 +------------+------------+-------------------------------------+
76 | MCPWM | on-chip | pwm |
77 +------------+------------+-------------------------------------+
78 | PCNT | on-chip | qdec |
79 +------------+------------+-------------------------------------+
80 | SPI DMA | on-chip | spi |
81 +------------+------------+-------------------------------------+
82 | TWAI | on-chip | can |
83 +------------+------------+-------------------------------------+
84 | ADC | on-chip | adc |
85 +------------+------------+-------------------------------------+
86 | DAC | on-chip | dac |
87 +------------+------------+-------------------------------------+
88 | Wi-Fi | on-chip | |
89 +------------+------------+-------------------------------------+
90 | Bluetooth | on-chip | |
91 +------------+------------+-------------------------------------+
97 -------------
102 .. code-block:: console
151 .. zephyr-app-commands::
153 :zephyr-app: samples/hello_world
156 :west-args: --sysbuild
165 .. code-block::
180 With ``--sysbuild`` option the bootloader will be re-build and re-flash
201 .. zephyr-app-commands::
202 :zephyr-app: samples/hello_world
207 configuration. Here is an example for the :zephyr:code-sample:`hello_world`
210 .. zephyr-app-commands::
211 :zephyr-app: samples/hello_world
217 .. code-block:: shell
224 .. code-block:: console
226 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
234 On the ESP32-DevKitC-WROVER board, the JTAG pins are not run to a
235 standard connector (e.g. ARM 20-pin) and need to be manually connected
238 +------------+-----------+
242 +------------+-----------+
244 +------------+-----------+
246 +------------+-----------+
248 +------------+-----------+
250 +------------+-----------+
252 +------------+-----------+
254 +------------+-----------+
258 Here is an example for building the :zephyr:code-sample:`hello_world` application.
260 .. zephyr-app-commands::
261 :zephyr-app: samples/hello_world
265 You can debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hell…
267 .. zephyr-app-commands::
268 :zephyr-app: samples/hello_world
286 .. target-notes::
288 .. _`ESP32-DevKitC-WROVER`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-referenc…
291 …ugging for ESP32`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-deb…
292 .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases