@@ -11,7 +11,7 @@ Learn what to do if there's a problem adding your device to Arduino Cloud.
11
11
12
12
1 . [ Quick checks] ( #quick-checks )
13
13
1 . [ Check your USB cable and peripherals] ( #check-your-usb-cable-and-peripherals )
14
- 1 . [ Rule out hardware issues ] ( #rule-out-hardware-issues )
14
+ 1 . [ Disconnect shields, carriers and external circuitry ] ( #disconnect-shields-carriers-and-external-circuitry )
15
15
1 . [ Reset the sketch] ( #reset-the-sketch )
16
16
1 . [ Install drivers and configuration files] ( #install-drivers-and-configuration-files )
17
17
1 . [ Stop applications that may be using the device] ( #stop-applications-that-may-be-using-the-device )
@@ -32,12 +32,17 @@ Try this first to solve common issues:
32
32
33
33
## 2. Check your USB cable and peripherals {#check-your-usb-cable-and-peripherals}
34
34
35
+ Connection issues can be caused by faulty or incompatible cables or USB accessories:
36
+
35
37
* Ensure you're using a working USB cable that supports data transfer. If possible, try using a different cable.
36
38
* Ensure that any USB hubs or docks are powered and working. If possible, try connecting the device directly to your computer.
37
39
38
- ## 3. Rule out hardware issues {#rule-out-hardware-issues}
40
+ ## 3. Disconnect shields, carriers and external circuitry {#disconnect-shields-carriers-and-external-circuitry}
41
+
42
+ External hardware can interfere with power, reset, or serial communication, preventing uploads:
39
43
40
- * Detach the device from any shield/carrier or external circuitry.
44
+ * Detach the device from any shield or carrier.
45
+ * Disconnect jumper cables and external circuitry.
41
46
42
47
## 4. Reset the sketch {#reset-the-sketch}
43
48
0 commit comments