Skip to content

WiFi module

doomke edited this page Jul 11, 2023 · 5 revisions

Description

The WiFi module handles the connection of the ESP32 to the WiFi network, making sure a connection is established and trying to recover if no connection can be established.

Settings

setting type range description
ssid String SSID of the network the device will try to connect to
password String password to connect to the network
enterprise boolean set to true if the network is an enterprise level WiFi, making additional options available
username String username used for the login of the network[1]
anonymous String anonymous identity used within the network[1]
  1. only available if enterprise is true

Command Keys

This module is passive and does not accept commands, only reacts to internal events.

Status

This module does not provide status information.

Events

  • wifi disconnected — occurs when the WiFi is disconnected from the network
  • wifi connected — occurs when the connection to a network has been established

General

Guides

Principle of Operation

Modules

Software Hardware
camera camera
infoLED infoLED
input input
macro macro
output output
servo servo
socket socket
stepper stepper
WiFi wifi

Clone this wiki locally