Skip to content

Commit e63d900

Browse files
authored
Merge pull request #672 from arduino/karlsoderby/cloud-ethernet
[MKC-758]Ethernet Support in GS for IoTC
2 parents ac1a4e6 + 4092fd4 commit e63d900

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Loading

content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,20 @@ The Arduino IoT Cloud supports a wide range of third party boards based on the E
9696

9797
***To learn more about ESP32/ESP8266 support and how to set it up, visit the [Connecting ESP32 & ESP8266 to Arduino Cloud IoT](/cloud/iot-cloud/tutorials/esp-32-cloud) guide.***
9898

99+
### Ethernet
100+
101+
The Arduino IoT Cloud supports connection via Ethernet on a number of devices.
102+
103+
To connect via Ethernet, you need a [Portenta H7](https://store.arduino.cc/products/portenta-h7) board, in combination with one of the following shields/carriers:
104+
- [Portenta Vision Shield Ethernet](https://store.arduino.cc/products/arduino-portenta-vision-shield-ethernet)
105+
- [Portenta Machine Control](https://store.arduino.cc/portenta-machine-control)
106+
107+
To enable communication via Ethernet with the Portenta H7, while configuring your device, you need to select the "Ethernet" option. If your device is already configured as a Wi-Fi device, you need to remove it before configuring it to Ethernet communication.
108+
109+
![Choose the Ethernet option.](assets/ethernet.png)
110+
111+
***Please note that older hardware such as the [Ethernet Shield Rev2](https://store.arduino.cc/products/arduino-ethernet-shield-2) and [MKR ETH Shield](https://store.arduino.cc/products/arduino-mkr-eth-shield) are currently not supported by the Arduino IoT Cloud.***
112+
99113
## Support
100114

101115
If you have any problems with the Arduino IoT Cloud, you can browse through common troubleshooting issues and find information on different features in the **Arduino Help Center**. If you don’t find the answer you are looking for, we are always happy to help you with any question regarding our products!

0 commit comments

Comments
 (0)