I have a complete project that I connected to an Arduino Uno and it is infected with Wi-Fi via ESP-01 and I connected it to Blynk but there is a problem which is that the Wi-Fi network name and password are changed via the code. I want it to be changed via a website or via Blynk. Is this possible with an Arduino Uno that is supported by Wi-Fi via ESP-01?
If possible can you send the steps or help me?
Not as far as I’m aware.
Is there any reason why you’ve chosen this hardware setup?
Pete.
If I convert the project to an ESP32 piece, is it possible to change the Wi-Fi network name and password without modifying the code? Does Blynk support such a thing?
Yes, the Blynk Edgent example sketch allows provisioning of WiFi credentials via the Blynk app.
Pete.
I have a project connected to the Arduino Uno r4 wifi. Can I change the wifi network and password without changing it within the code? Is this possible on the blynk platform?