Lines Matching +full:user +full:- +full:nrst

3 Inventek es-WIFI Shield
9 The es-WIFI (embedded Serial-to-WiFi) modules are devices developed by Inventek
10 Systems. It integrates WIFI and optionally Bluetooth Low Energy. The es-WIFI
12 Interoperability Network) AT commands set. The current es-WIFI driver is able
15 The Zephyr es-WIFI drivers was implemented using ISM43362-M3G-L44 with SPI
16 interface. The UART was implemented with ISM4343-WBM-L151. Besides that,
17 user can reprogram the modules to switch from one interface type to another
21 ISMART4343C-EVB
24 The `ISMART4343C-EVB`_ is a development Kit with Arduino Uno R3 compatible
25 shield. It allows evaluate es-WIFI modules with SPI or UART interface. For
28 can use 5V from Arduino header, if board provide it, J17 position 1-2.
29 Otherwise, J17 2-3 will select USB-5V. More information can be found at
30 `ISMART4343C-EVB Users Manual`_.
35 .. image:: ismart4343c-evb.jpg
37 :alt: ISMART4343C-EVB
43 position 3 to enable RX/TX signals when using es-WIFI with UART firmware.
45 To enable full control by Arduino header user should do some manual wiring.
49 as is. Some arduino boards don't have NRST pin connected to a GPIO pin. The
50 recommendation is bend the NRST pin and make a wire to D6. WAKE-UP signal is
52 signal, user need do a wire connecting these two terminals. On the below
55 .. image:: ismart4343c-evb-wiring.jpg
57 :alt: ISMART4343C-EVB Wiring
59 +-----------------------+-----------+---------------------+
63 +-----------------------+-----------+---------------------+
65 +-----------------------+-----------+---------------------+
66 | D3 | CFG-1 | UART/SPI [optional] |
67 +-----------------------+-----------+---------------------+
68 | D4 | CFG-0 | UART/SPI [optional] |
69 +-----------------------+-----------+---------------------+
70 | D5 | BOOT-0 | UART/SPI [optional] |
71 +-----------------------+-----------+---------------------+
72 | D6 | NRST | UART/SPI [wiring] |
73 +-----------------------+-----------+---------------------+
74 | D7 | WAKE-UP | UART/SPI [wiring] |
75 +-----------------------+-----------+---------------------+
77 +-----------------------+-----------+---------------------+
79 +-----------------------+-----------+---------------------+
81 +-----------------------+-----------+---------------------+
83 +-----------------------+-----------+---------------------+
85 +-----------------------+-----------+---------------------+
91 The below table suggests shield variation accordingly with end user
92 application. When a standard Arduino R3 connector is available on board, user
95 built-in module with dedicated <board>.overlay and <board>.defconfig files.
97 +-----------------------------+---------------------------------+-----------+
101 +-----------------------------+---------------------------------+-----------+
103 +-----------------------------+---------------------------------+-----------+
105 +-----------------------------+---------------------------------+-----------+
118 Networking -> Link Layer Options. This will avoid problems running
124 +------------------------------+------------------------------+-----------+
128 +------------------------------+------------------------------+-----------+
130 +------------------------------+------------------------------+-----------+
131 | ST disco_l475_iot1 | | - |
132 +------------------------------+------------------------------+-----------+
136 firmware. It doesn't need this shield to expose es-WIFI. It is only
137 used here as reference to demonstrate how configure an on-board
143 The reference sample for WIFI is :zephyr:code-sample:`wifi-shell`. It allows you to use WIFI
150 Set ``--shield <shield designator>`` when you invoke ``west build``.
152 .. zephyr-app-commands::
153 :zephyr-app: samples/net/wifi
154 :host-os: unix
160 .. zephyr-app-commands::
161 :zephyr-app: samples/net/wifi
162 :host-os: unix
168 .. zephyr-app-commands::
169 :zephyr-app: samples/net/wifi
170 :host-os: unix
179 .. target-notes::
181 .. _ISMART4343C-EVB:
182 https://www.inventeksys.com/ismart4343-c-arduino-shield-wi-fi-2ghz-bluetooth-ble/
184 .. _ISMART4343C-EVB Users Manual:
185 https://www.inventeksys.com/wp-content/uploads/IoT-EVB-Users-Manual.pdf
188 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/inventek_eswifi/inventek_e…
191 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/inventek_eswifi/inventek_e…
194 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/inventek_eswifi/inventek_e…