Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
965 stars 227 forks source link

WIFI connection #384

Open yakuza66 opened 3 years ago

yakuza66 commented 3 years ago

How to connect to WiFi, where you must enter SSID name, USER name and PASSWORD ? Network properties: SSID WPA2-Enterprise AES/TKIP PEAP USER NAME / PASSWORD

Edzelf commented 3 years ago

The radio starts in AP mode. Make a connection to 192.168.4.1 and enter your WiFi credentials in the config page of the web interface.

yakuza66 commented 3 years ago

I did it for my home WiFi, where i need to enter just SSID and PASSWORD ( eg. wifi_00 = SSID/password) and work fine. But in my office I need to enter SSID, USERNAME and PASSWORD. In what form do I need enter this WiFi credentials in config page line ?

Edzelf commented 3 years ago

I think it not possible to connect an ESP32 to such a network. If you can find a solution, let me know.

macikm commented 3 years ago

I think it not possible to connect an ESP32 to such a network. If you can find a solution, let me know.

not with WifiManager, but maybe a solution …

https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEnterprise/WiFiClientEnterprise.ino

Edzelf commented 3 years ago

I do not have the possibility to test it.