Skip to content

Commit 6ba9249

Browse files
Added missing section
1 parent bd8d9f1 commit 6ba9249

File tree

1 file changed

+11
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid

1 file changed

+11
-1
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,17 @@ To turn your board into an HID, you can use the **keyboard/mouse** API that is b
3737
- [Keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/)
3838
- [Mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/)
3939

40-
In the section below, you will see a couple of useful examples to get you started!
40+
## Sketch Upload Interference
41+
42+
As a consequence of the multi-processor design of the UNO R4 WiFi board, uploads may fail with a "`No device found on ...`" error when the board is running a sketch that uses the HID capabilities.
43+
44+
For this reason, you should use the following procedure to upload under these conditions:
45+
46+
**1.** Press and release the button marked "**RESET**" on the board quickly twice. The LED marked "**L**" on the board should now be pulsing.
47+
48+
**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.
49+
50+
**3.** Upload your sketch as usual.
4151

4252
## Keyboard
4353

0 commit comments

Comments
 (0)