Entering SSID and Password in ESP32

bhavenm
Posts: 4
Joined: Sun Oct 08, 2017 5:03 pm

Entering SSID and Password in ESP32

Postby bhavenm » Sat Nov 04, 2017 6:44 pm

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.

Franco
Posts: 102
Joined: Thu Dec 10, 2015 1:11 pm

Re: Entering SSID and Password in ESP32

Postby Franco » Tue Nov 07, 2017 8:58 am

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

kurtzweber
Posts: 64
Joined: Tue Jan 10, 2017 1:09 pm

Re: Entering SSID and Password in ESP32

Postby kurtzweber » Tue Nov 07, 2017 10:11 am

Hi

maybe you're looking for a "Wifi Manager" library, like:
https://github.com/zhouhan0126/WIFIMANAGER-ESP32

Who is online

Users browsing this forum: Google [Bot] and 83 guests