Multiple copies of Arduino UNO R4 WiFi for same sketch

I have a sketch for Arduino UNO R4 WiFi using IoT. Obviously, it has a WiFi's credentials (Say WiFi-1). It works well. I understand that as long as the Arduino is within range of WiFi-1, then the Arduino will work

Now I want to make another Arduino which I want to use at another location. It will certainly not be covered within range of WiFi-1 (but will have access to another WiFi say WiFi-2). How do we clone this 2nd Arduino and still use Over the Air uploading of code.

I will take a SWAG and assume the two networks can communicate with each other. If not o are out of luck. Be sure they have different IP and MAC addresses. If you don't plan on spending time working with WiFi that does not work properly.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.