From fe5f6792bf63e61dc2a18e6fe13039f6c25616d1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 4 Aug 2023 08:51:39 -0700 Subject: [PATCH] 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 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. --- .../Upload/Errors-when-uploading-a-sketch.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/Software Support/Upload/Errors-when-uploading-a-sketch.md b/content/Software Support/Upload/Errors-when-uploading-a-sketch.md index 6d238ff3..17776ac3 100644 --- a/content/Software Support/Upload/Errors-when-uploading-a-sketch.md +++ b/content/Software Support/Upload/Errors-when-uploading-a-sketch.md @@ -102,6 +102,14 @@ No device found on 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). +#### If you are uploading to UNO R4 WiFi + +1. Press and release the button marked "**RESET**" on the board quickly twice. The LED marked "**L**" on the board should now be pulsing. + +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. + +Now try uploading the sketch to your board again. + ### Couldn't find a Board on the selected port