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/21 21:40] – 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 | + | * as WiFi client connected to WiFi router (figure |
<figure esp_client> | <figure esp_client> | ||
- | {{ : | + | {{ : |
- | < | + | < |
</ | </ | ||
- | * as independent WiFi access point (Figure | + | * as independent WiFi access point (figure |
<figure esp_ap> | <figure esp_ap> | ||
- | {{ : | + | {{ : |
- | < | + | < |
</ | </ | ||
- | * as a repeater with devices connected to ESP and ESP connected to an external router (Figure | + | * as a repeater with devices connected to ESP and ESP connected to an external router (figure |
<figure esp_both> | <figure esp_both> | ||
- | {{ : | + | {{ : |
- | < | + | < |
</ | </ | ||
- | * as client and server in mesh network (Figure | + | * as client and server in mesh network (figure |
<figure esp_mesh> | <figure esp_mesh> | ||
- | {{ : | + | {{ : |
- | < | + | < |
</ | </ | ||
- | |||
- | A set of samples is present in the following subchapters. | ||
<WRAP excludefrompdf> | <WRAP excludefrompdf> | ||
- | | + | A set of samples is present in the following subchapters: |
- | * [[en: | + | |
- | * [[en: | + | * [[en: |
- | * [[en: | + | * [[en: |
+ | * [[en: | ||
</ | </ |