Hi
I would appreciate so much how do you approach this issue:
I’m developing a device that it’s using ESP32.
When Users will receive this device, they should configure with their wifi. So I would like to know how you will approach this issue that they should setup an user and password to the device (ESP32), in order to connect with their wifi. This device, no have any button, keyboard or OLED
I’m trying to make easier for the user, and I would like to avoid to download any kind of mobile app.
Do you have any idea?
Regards
This ESP32/ESP8266 Library may be a solution to your question: AutoConnect
Video: Manage WiFi Networks: Using AutoConnect On The ESP32 Boards
William