Lines Matching +full:hall +full:- +full:effect
6 The YD-ESP32 development board is one of VCC-GND® Studio's official boards.
7 This board is based on the ESP32-WROOM-32E module, with the ESP32 as the core.
13 with integrated Wi-Fi & dual-mode Bluetooth. The ESP32 series employs a
14 Tensilica Xtensa LX6 microprocessor in both dual-core and single-core
16 Shanghai-based Chinese company, and is manufactured by TSMC using their 40nm
21 - Dual core Xtensa microprocessor (LX6), running at 160 or 240MHz
22 - 520KB of SRAM
23 - 802.11b/g/n/e/i
24 - Bluetooth v4.2 BR/EDR and BLE
25 - Various peripherals:
27 - 12-bit ADC with up to 18 channels
28 - 2x 8-bit DACs
29 - 10x touch sensors
30 - Temperature sensor
31 - 4x SPI
32 - 2x I2S
33 - 2x I2C
34 - 3x UART
35 - SD/SDIO/MMC host
36 - Slave (SDIO/SPI)
37 - Ethernet MAC
38 - CAN bus 2.0
39 - IR (RX/TX)
40 - Motor PWM
41 - LED PWM with up to 16 channels
42 - Hall effect sensor
44 - Cryptographic hardware acceleration (RNG, ECC, RSA, SHA-2, AES)
45 - 5uA deep sleep current
53 Current Zephyr's YD-ESP32 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 *****
232 The board contains an addressable RGB LED (`XL-5050RGBC-WS2812B`_), driven by GPIO16.
233 Here is an example of how to test it using the :zephyr:code-sample:`led-strip` application.
235 .. zephyr-app-commands::
236 :zephyr-app: samples/drivers/led/led_strip
241 .. _`XL-5050RGBC-WS2812B`: http://www.xinglight.cn/index.php?c=show&id=947
248 On the YD-ESP32 board, the JTAG pins are not run to a
249 standard connector (e.g. ARM 20-pin) and need to be manually connected
252 +------------+-----------+
256 +------------+-----------+
258 +------------+-----------+
260 +------------+-----------+
262 +------------+-----------+
264 +------------+-----------+
266 +------------+-----------+
268 +------------+-----------+
272 Here is an example for building the :zephyr:code-sample:`hello_world` application.
274 .. zephyr-app-commands::
275 :zephyr-app: samples/hello_world
279 You can debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hell…
281 .. zephyr-app-commands::
282 :zephyr-app: samples/hello_world
300 .. target-notes::
302 .. _`ESP32-DevKitC-WROVER`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-referenc…
305 …ugging for ESP32`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-deb…
306 .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases