WIFI Block¶
How this block appears in a Simulink model?¶
What can be configured?¶
- When WiFi mode is in Access Point mode:
- When WiFi mode is in Station mode:
Configuration Parameter | Selectable Option/Value | Description |
---|---|---|
WIFI mode | WIFI AP--WIFI STA | Configure ESP32 to function in Access Point Mode or Station Mode. |
Enable static IP assignment | Check--Uncheck | In STA mode the user has the option to manually assign a static IP or allow the IP to be auto assigned. |
IP Address | Enter the IP address. | |
Gateway address IP | Enter the gateway IP. | |
Subnet mask IP | Enter the subnet mask IP | |
Enable manual DNS IP | Check--Uncheck | Enable manual DNS IP |
DNS IP | Enter the DNS IP | |
Enable WIFI custom configuration string | Check--Uncheck | Enable custom WIFI configuration parameters. |
WIFI configuration string | For advanced users, the block can be used to configure additional parameters using this string. |
When to use this block?¶
This block is used to setup a WIFI network with the user specified configurations.
How does this block work?¶
The WiFi libraries provide support for configuring and monitoring the ESP32 WiFi networking functionality. This includes configuration for:- Station mode (aka STA mode or WiFi client mode). ESP32 connects to an access point.
- AP mode (aka Soft-AP mode or Access Point mode). Stations connect to the ESP32.
Demo¶
Previous : DAC Block
Next : HTTP Block