Skip to content

Rework "Nano RP2040 Connect not being detected on USB port" [HC-1425] #407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Reset the firmware on Nano RP2040 Connect"
id: 4404168794514
---

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:

1. Connect the board to your computer via USB.

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.

1. If you used a jumper wire, remove it while the mass storage folder is still open.

1. Download the <a class="link-download" href="https://content.arduino.cc/assets/Blink.ino.elf.uf2">`blink.ino.elf.uf2` file</a>.

1. Drag and drop the `blink.ino.elf.uf2` file into RP2040's mass storage folder.

1. The board’s built-in LED should now blink and cycle through red, green, and blue, confirming that the reset process was successful.