Skip to content

Commit 2a2b50b

Browse files
Update "Configure your network for Arduino Cloud" [HC-1641] (#473)
* Update Configure-your-network-for-Arduino-Cloud.md * Apply suggestions from code review Co-authored-by: seaxwi <[email protected]> --------- Co-authored-by: seaxwi <[email protected]>
1 parent 8dff1d1 commit 2a2b50b

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 whitelisted:
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)