Skip to content

Commit 3719b9a

Browse files
Update Configure-your-network-for-Arduino-Cloud.md
1 parent c9475da commit 3719b9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

content/Arduino Cloud/Arduino IoT Cloud/Configure-your-network-for-Arduino-Cloud.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,20 @@ The Arduino Cloud uses the following domains and ports, which need to be whiteli
1717
| Domain | Port |
1818
| ------------------------- | ---- |
1919
| `mqtts-up.iot.arduino.cc` | 8884 |
20-
| `mqtts-sa.iot.arduino.cc` | 8883 |
20+
| `mqtts-sa.iot.arduino.cc` | 8885 |
2121
| `wss.iot.arduino.cc` | 8443 |
2222

2323
You will also need to allow NTP access on port 123 UDP for `time.arduino.cc`.
2424

25+
## Over-the-Air updates
26+
27+
Some networks may require additional configuration to enable Over-the-Air (OTA) updates. In these cases, these endpoints should be used by boards to download new firmware.
28+
29+
| Domain | Port |
30+
| ------------------------- | ---- |
31+
| `boards-int.arduino.cc` | 443 |
32+
| `boards-v2.arduino.cc` | 443 |
33+
2534
---
2635

2736
## Using Arduino Cloud on school networks

0 commit comments

Comments
 (0)