Skip to content

Commit fe5f679

Browse files
authored
Document UNO R4 WiFi-specific fix for "No device found on ..." upload error (#258)
Document UNO R4 WiFi-specific fix for "No device found on ..." upload error When an UNO R4 WiFi board is running a sketch that uses the HID capabilities, the port address changes during the upload. Since this change does not occur under other conditions, the platform is not configured to handle such a change. This causes uploads via the standard procedure to fail under these conditions: No device found on <port> This error can occur under other conditions and with other boards, so there is already an entry for it in the Help Center. However, the documented fixes are not applicable to the error as it occurs under these special conditions. There is a reliable fix for the error specific to the UNO R4 WiFi, which was not previously documented in the article.
1 parent 6d3b6b5 commit fe5f679

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/Software Support/Upload/Errors-when-uploading-a-sketch.md

+8
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ No device found on <port>
102102

103103
4. See [Find and stop process blocking a port](https://support.arduino.cc/hc/en-us/articles/4407830972050-Find-and-stop-process-blocking-a-port).
104104

105+
#### If you are uploading to UNO R4 WiFi
106+
107+
1. Press and release the button marked "**RESET**" on the board quickly twice. The LED marked "**L**" on the board should now be pulsing.
108+
109+
2. Select the port of the board from the menu in Arduino IDE. The port might have changed after the previous step, so make sure to verify that it is selected.
110+
111+
Now try uploading the sketch to your board again.
112+
105113
<a id="no-board-on-selected-port"></a>
106114

107115
### Couldn't find a Board on the selected port

0 commit comments

Comments
 (0)