Entering SSID and Password in ESP32
Entering SSID and Password in ESP32
Normally we enter the SSID and password in ESp32 using the program. I am wondering if there is a simple way where it is attached to PC via USB cable and then simpler way which will ask for the Network name and password without opening the Arduino IDE or Eclipse or the .c file for the code.
Re: Entering SSID and Password in ESP32
You can configure the module as Station and send SSID and pwd via a terminal with the AT commands:
AT+CWMODE=1 and
AT+CWJAP="SSID","pwd"
The AT commands manual is here http://espressif.com/sites/default/file ... les_en.pdf
AT+CWMODE=1 and
AT+CWJAP="SSID","pwd"
The AT commands manual is here http://espressif.com/sites/default/file ... les_en.pdf
-
- Posts: 64
- Joined: Tue Jan 10, 2017 1:09 pm
Re: Entering SSID and Password in ESP32
Hi
maybe you're looking for a "Wifi Manager" library, like:
https://github.com/zhouhan0126/WIFIMANAGER-ESP32
maybe you're looking for a "Wifi Manager" library, like:
https://github.com/zhouhan0126/WIFIMANAGER-ESP32
Who is online
Users browsing this forum: Bing [Bot] and 102 guests