Skip to content

Commit 55ea7e9

Browse files
Rework "Nano RP2040 Connect not being detected on USB port" [HC-1425] (#407)
* Update article structure * Lint * Update Reset-the-sketch-memory-on-Nano-RP2040-Connect.md * Apply suggestions from code review Co-authored-by: Renat0Ribeir0 <[email protected]> * Update Reset-the-sketch-memory-on-Nano-RP2040-Connect.md * lint --------- Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 70da590 commit 55ea7e9

File tree

2 files changed

+18
-24
lines changed

2 files changed

+18
-24
lines changed

content/Hardware Support/Nano Family/Nano-RP2040-Connect-not-being-detected-on-USB-port.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Reset the firmware on Nano RP2040 Connect"
3+
id: 4404168794514
4+
---
5+
6+
If your Nano RP2040 Connect isn't recognized by your computer or fails to power up after a firmware update or sketch upload, performing a firmware reset may resolve the issue. Follow the steps below to reset the firmware:
7+
8+
1. Connect the board to your computer via USB.
9+
10+
1. Double-tap the reset button to enter bootloader mode (Alternatively, connect a jumper wire between the **REC** and **GND** pins, then press the reset button). This will open RP2040's mass storage folder on your computer.
11+
12+
1. If you used a jumper wire, remove it while the mass storage folder is still open.
13+
14+
1. Download the <a class="link-download" href="https://content.arduino.cc/assets/Blink.ino.elf.uf2">`blink.ino.elf.uf2` file</a>.
15+
16+
1. Drag and drop the `blink.ino.elf.uf2` file into RP2040's mass storage folder.
17+
18+
1. The board’s built-in LED should now blink and cycle through red, green, and blue, confirming that the reset process was successful.

0 commit comments

Comments
 (0)