Multiple wifi connections?

I have a pi 3b+ that I’m trying to connect to multiple networks simultaneously. One connected to the internet, and another connected to a wifi camera. I haven’t found how to configure this yet. Of course, I have the built-in wifi plus a USB dongle.

Hi, you will need two connection profiles defined - one for each device. Since currently our Dashboard provides the ability to define only one (default) WiFi connection, you may define the second one in the system-connections folder of the boot partition of the SD card (after you write the image it should be accessible from any OS). The other option would be to define it from your application code according to our Changing the Network at Runtime documentation.

Please let me know if you encounter any difficulties doing that.