@@ -9,33 +9,33 @@ Learn what to do if there's a problem adding your device to Arduino Cloud.
99
1010## Try these steps in order  
1111
12- 1 .  [ Quick checks] ( #1- quick-checks ) 
13- 1 .  [ Check your USB cable and peripherals] ( #2- check-your-usb-cable-and-peripherals ) 
14- 1 .  [ Rule out hardware issues] ( #3- rule-out-hardware-issues ) 
15- 1 .  [ Reset the sketch] ( #4- reset-the-sketch ) 
16- 1 .  [ Stop applications that may be using the device] ( #5- stop-applications-that-may-be-using-the-device ) 
17- 1 .  [ Manually partition your memory Arduino device for Arduino Cloud] ( #6- manually-partition-your-memory-arduino-device-for-arduino-cloud ) 
12+ 1 .  [ Quick checks] ( #quick-checks ) 
13+ 1 .  [ Check your USB cable and peripherals] ( #check-your-usb-cable-and-peripherals ) 
14+ 1 .  [ Rule out hardware issues] ( #rule-out-hardware-issues ) 
15+ 1 .  [ Reset the sketch] ( #reset-the-sketch ) 
16+ 1 .  [ Stop applications that may be using the device] ( #stop-applications-that-may-be-using-the-device ) 
17+ 1 .  [ Manually partition your memory Arduino device for Arduino Cloud] ( #manually-partition-your-memory-arduino-device-for-arduino-cloud ) 
1818
1919--- 
2020
21- ## 1. Quick checks  
21+ ## 1. Quick checks {#quick-checks}   
2222
2323*  Try disconnecting and reconnecting your device from your computer or power source.
2424*  Confirm that the device is powered by checking that the power LED is lit.
2525  *  _ Exception:_  The Arduino Opta does not have a power LED. The device can be powered even if no LEDs are lit.
2626*  If prompted, allow the device to connect to your computer.
2727*  If Arduino IDE is running, ensure that the serial monitor is closed, or simply close Arduino IDE.
2828
29- ## 2. Check your USB cable and peripherals  
29+ ## 2. Check your USB cable and peripherals {#check-your-usb-cable-and-peripherals}   
3030
3131*  Ensure you're using a working USB cable that supports data transfer. If possible, try using a different cable.
3232*  Ensure that any USB hubs or docks are powered and working. If possible, try connecting the device directly to your computer.
3333
34- ## 3. Rule out hardware issues  
34+ ## 3. Rule out hardware issues {#rule-out-hardware-issues}   
3535
3636*  Detach the device from any shield/carrier or external circuitry.
3737
38- ## 4. Reset the sketch  
38+ ## 4. Reset the sketch {#reset-the-sketch}   
3939
4040A bad sketch or a non-working Cloud configuration can prevent your computer from programming the board.
4141
@@ -57,7 +57,7 @@ If you still can't add the device, use Arduino IDE to the Cloud Editor to progra
5757  *  ** Arduino Opta:**  Press and hold the user button (BTN_USER) until the LED (LED_USER) turns off.
5858  *  ** UNO R4 WiFi:**  Connect Pin 2 to GND until the LED turns off.
5959
60- ## 5. Stop applications that may be using the device  
60+ ## 5. Stop applications that may be using the device {#stop-applications-that-may-be-using-the-device}   
6161
6262When configuring your device over serial (USB), other applications can prevent Arduino Cloud from communicating with the device.
6363
@@ -79,7 +79,7 @@ If you still encounter the issue, follow the steps in [Find and stop process blo
7979
8080--- 
8181
82- ## 6. Manually partition your memory Arduino device for Arduino Cloud  
82+ ## 6. Manually partition your memory Arduino device for Arduino Cloud {#manually-partition-your-memory-arduino-device-for-arduino-cloud}   
8383
8484The following Arduino Cloud devices have QSPI memory:
8585
0 commit comments