You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/wifi_remote_over_at/README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,26 @@
5
5
This component has no public API, it only provides definitions of `esp_wifi_remote` functions.
6
6
7
7
It uses `esp_modem` as a host implementation, and `esp-at` at the communication coprocessor side.
8
+
9
+
## Build the host side
10
+
11
+
`esp_wifi_remote` does not provide a backend selection for `wifi_remote_over_at` directly. You need to choose "custom implementation" and add this component to the project dependencies.
12
+
- set `CONFIG_ESP_WIFI_REMOTE_LIBRARY_CUSTOM=y`
13
+
- run `idf.py add-dependency wifi_remote_over_at`
14
+
15
+
## Build the slave side
16
+
17
+
The slave side uses `modem_sim` component from https://github.com/espressif/esp-protocols repository.
0 commit comments