This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:iotprogramming2:espressif_networking [2023/11/22 13:26] – pczekalski | en:iot-open:iotprogramming2:espressif_networking [2024/05/27 10:34] (current) – pczekalski | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== | ====== | ||
| + | {{: | ||
| **Expressif Networking Modes Explained**\\ | **Expressif Networking Modes Explained**\\ | ||
| - | Espressif SoC devices ESP32 and ESP8266 can use a few WiFi network modes (applies to layers 1--3 in ISO-OSI model). ESP8266 or ESP32 SoC can act as an Access Point (AP): a device to connect to like connecting a notebook to the Internet router, and as a client: ESP then behaves like any WiFi-enabled device, e.g. tablet or mobile phone, connecting to the Internet infrastructure. Interestingly, | + | Espressif SoC devices ESP32 and ESP8266 can use a few WiFi network modes (applies to layers 1--3 in ISO-OSI model). ESP8266 or ESP32 SoC can act as an Access Point (AP) - a device to connect to like connecting a notebook to the Internet router, and as a client |
| * as WiFi client connected to WiFi router (figure {{ref> | * as WiFi client connected to WiFi router (figure {{ref> | ||
| <figure esp_client> | <figure esp_client> | ||
| - | {{ : | + | {{ : |
| < | < | ||
| </ | </ | ||
| * as independent WiFi access point (figure {{ref> | * as independent WiFi access point (figure {{ref> | ||
| <figure esp_ap> | <figure esp_ap> | ||
| - | {{ : | + | {{ : |
| < | < | ||
| </ | </ | ||
| * as a repeater with devices connected to ESP and ESP connected to an external router (figure {{ref> | * as a repeater with devices connected to ESP and ESP connected to an external router (figure {{ref> | ||
| <figure esp_both> | <figure esp_both> | ||
| - | {{ : | + | {{ : |
| < | < | ||
| </ | </ | ||
| * as client and server in mesh network (figure {{ref> | * as client and server in mesh network (figure {{ref> | ||
| <figure esp_mesh> | <figure esp_mesh> | ||
| - | {{ : | + | {{ : |
| < | < | ||
| </ | </ | ||