Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
samples: add pinout for WROVER as WiFi modem
Browse files Browse the repository at this point in the history
* Add pinouts to use ESP32 WROVER modules as WiFi modems for nRF52840
* Use "simple tables" format for tables. They are easier to read and edit,
  and the syntax more closely matches the rest of the document

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Aug 31, 2023
1 parent 6483037 commit 8207875
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 192 deletions.
30 changes: 14 additions & 16 deletions samples/dfu/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Building and flashing
=====================
Expand Down
30 changes: 14 additions & 16 deletions samples/hello/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/hello_sporadic/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/lightdb/delete/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/lightdb/get/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/lightdb/observe/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/lightdb/set/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/lightdb_led/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/lightdb_stream/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
30 changes: 14 additions & 16 deletions samples/logging/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,20 @@ command:
Connect nRF52840 DK and ESP32-DevKitC V4 (or other ESP32-WROOM-32 based board)
using wires:

+-----------+--------------+
|nRF52840 DK|ESP32-WROOM-32|
| | |
+-----------+--------------+
|P1.01 (RX) |IO17 (TX) |
+-----------+--------------+
|P1.02 (TX) |IO16 (RX) |
+-----------+--------------+
|P1.03 (CTS)|IO14 (RTS) |
+-----------+--------------+
|P1.04 (RTS)|IO15 (CTS) |
+-----------+--------------+
|P1.05 |EN |
+-----------+--------------+
|GND |GND |
+-----------+--------------+
.. table::
:widths: auto
:align: center

=========== ============== ===============
nRF52840 DK ESP32-WROOM-32 ESP32-WROVER-32
=========== ============== ===============
P1.01 (RX) IO17 (TX) IO22 (TX)
P1.02 (TX) IO16 (RX) IO19 (RX)
P1.03 (CTS) IO14 (RTS) IO14 (RTS)
P1.04 (RTS) IO15 (CTS) IO15 (CTS)
P1.05 EN EN
GND GND GND
=========== ============== ===============

Configure the following Kconfig options based on your WiFi AP credentials:

Expand Down
Loading

0 comments on commit 8207875

Please sign in to comment.