Skip to content

Commit

Permalink
Rework "Nano RP2040 Connect not being detected on USB port" [HC-1425] (
Browse files Browse the repository at this point in the history
…#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]>
  • Loading branch information
gorillagripcore and Renat0Ribeir0 authored Sep 25, 2024
1 parent 70da590 commit 55ea7e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.

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.

0 comments on commit 55ea7e9

Please sign in to comment.