Can we use Blynk app over only one WiFi network?

Hi,
We are making a device for our project.It’s a product that we want many people to use.I checked the sample code now and found that when we choose to connect over Wi-Fi to our hardware,it asks us to enter the network name and password in the code.Does that mean we can use this over only that particular network.Because what we are making is a portable device and hence we will be using it in different locations. Our device will become useless in this case,if blynk can connect to arduino only over one network or if the code has to change password each time a new network is used.

there are multiple solutions for this, search this forum for

  • wifi manager
  • wifi provisioning
  • wifimulti

Hi everybody

How I can do more than one wifi network.
Same reason making is a portable device and hence we will be using it in different locations.

char ssid[] = “xxxxxxxxxxxxxxxxxx”;

char pass[] = “xxxxxxxxxxxxxxxxx”;

@Moosa no need to reopen old topics, particularly when reading that last post is your best answer :wink:

Search and read :stuck_out_tongue: If you then have issue implementing such knowledge, please create your own topic with lots of details on what you have tried and the results.