i need to control a product (a keyboard) that is based on esp32 using android app via wifi.
in the first place, off course, i need to connect the device to local wifi NET.
and for this i need a SSID and password.
what is the best way to pass the parameters in the first use? the user is getting a closed product keuboard, and that keyboard should connect to his wifi...
so what is the best way to pass the SSID and password in the first place?
Edit: A simpler and more powerful tool is available: https://www.b4x.com/android/forum/threads/esp-configurator-based-on-b4rserializator.81452/ The attached project allows the user to configure the ESP8266 WiFi settings (SSID and password). When the program starts it does several things: 1...