diff --git a/content/Hardware Support/Nano Family/Enable-5-V-power-on-the-VUSB-or-VBUS-pin-on-Nano-boards.md b/content/Hardware Support/Nano Family/Enable-5-V-power-on-the-VUSB-or-VBUS-pin-on-Nano-boards.md
deleted file mode 100644
index 9321319e..00000000
--- a/content/Hardware Support/Nano Family/Enable-5-V-power-on-the-VUSB-or-VBUS-pin-on-Nano-boards.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: "Enable 5 V power on the VUSB or VBUS pin on Nano boards"
-id: 360014779679
----
-
-Some Nano boards that operate on 3.3 V power have a pin called **VUSB** or **VBUS**, that will output power directly from the USB connector. The pin will not receive any power if no power is being supplied to the USB port (such as when powering the board via a battery connected to **Vin**).
-
-On all boards except the Nano ESP32, two pads must be shorted in order to enable the pin.
-
-> **Warning:** Please note the following:
->
-> * Do not short the VUSB or VBUS pin to any of the other pins on the board.
-> * The power output on the VUSB or VBUS pin does not get regulated by the board. A USB connection will typically output 4.4 V to 5.50 V (higher voltages need to be requested by the device).
-
-In this article:
-
-* [Nano RP2040 Connect, Nano 33 IoT, and Nano 33 BLE boards](#rp2040-33)
-* [Nano ESP32](#nano-esp32)
-
----
-
-
-
-## Nano RP2040 Connect, Nano 33 IoT, and Nano 33 BLE boards
-
-This section applies to the following boards:
-
-* Arduino Nano 33 BLE
-* Arduino Nano 33 BLE Sense
-* Arduino Nano 33 BLE Sense Rev2
-* Arduino Nano 33 IoT
-* Arduino Nano RP2040 Connect
-
-### Enabling the VUSB pin
-
-To enable the VUSB pin there are two pads that must be connected. The pads are located on the bottom of the board, next to the VUSB pin:
-
-
-
-### Using the VUSB pin
-
-When the pads have been shorted, the VUSB pin outputs whatever power (if any) is available on the USB port.
-
-> [!NOTE]
-> The board operates on 3.3 V. Do not short the VUSB pin to any of the other pins on the board.
-
----
-
-
-
-## Nano ESP32
-
-This section applies to the following boards:
-
-* Arduino Nano ESP32
-
-### Enabling the VBUS pin
-
-The VBUS pin is enabled by default.
-
-
-
-### Using the VBUS pin
-
-The VBUS pin outputs whatever power (if any) is available on the USB port.
-
-> [!NOTE]
-> The board operates on 3.3 V. Do not short the VBUS pin to any of the other pins on the board.
diff --git a/content/Hardware Support/Nano Family/Nano-family-overview.md b/content/Hardware Support/Nano Family/Nano-family-overview.md
index d93de5aa..df26dffc 100644
--- a/content/Hardware Support/Nano Family/Nano-family-overview.md
+++ b/content/Hardware Support/Nano Family/Nano-family-overview.md
@@ -110,14 +110,9 @@ Some boards in the Nano family have pads that can be soldered or cut to change t
### VUSB pads
-It is possible to [enable 5 V power on the VUSB or VBUS pin on Nano boards](https://support.arduino.cc/hc/en-us/articles/360014779679-Enable-5-V-power-on-the-VUSB-or-VBUS-pin-on-Nano-boards) that operate at 3.3 V. On all of these boards (except the Nano ESP32), two VUSB pads must be shorted in order to enable the VUSB pin. On the Nano ESP 32, the VBUS pin is enabled by default and these two pads are not present.
+On Nano boards that operate at 3.3 V, USB power (~5 V) can be supplied directly to the VUSB/VBUS/5V pin. On some boards, a VUSB jumper pad must be bridged to enable this pin.
-
-
-  |
-  |
-
-
+[Supply USB power via the VUSB, VBUS or 5V pin on Nano boards](https://support.arduino.cc/hc/en-us/articles/360014779679){.link-chevron-right}
### I2C pads
diff --git a/content/Hardware Support/Nano Family/Supply-USB-power-via-the-VUSB-VBUS-or-5V-pin-on-Nano-boards.md b/content/Hardware Support/Nano Family/Supply-USB-power-via-the-VUSB-VBUS-or-5V-pin-on-Nano-boards.md
new file mode 100644
index 00000000..a604ab21
--- /dev/null
+++ b/content/Hardware Support/Nano Family/Supply-USB-power-via-the-VUSB-VBUS-or-5V-pin-on-Nano-boards.md
@@ -0,0 +1,77 @@
+---
+title: "Supply USB power via the VUSB, VBUS or 5V pin on Nano boards"
+id: 360014779679
+---
+
+Many Arduino Nano boards are powered by 3.3 V but include a dedicated pin—labeled VUSB, VBUS, or 5V—that can output power from the USB port. This pin provides direct access to the 5 V line coming from the USB connection and can be used to power external components such as sensors, modules, or LEDs, while the board itself continues running at 3.3 V.
+
+In this article:
+
+* [Before you begin](#before-you-begin)
+* [Solder VUSB jumper pads (if required)](#solder-vusb-jumper-pads)
+* [Use the VUSB or VBUS Pin](#use-the-vusb-or-vbus-pin)
+
+---
+
+## Before you begin
+
+> [!WARNING]
+> Do not connect the VUSB/VBUS/5V pin to any of the other pins on the board.
+
+* The VUSB/VBUS/5V pin outputs power directly from the USB connector when enabled.
+* Power from the USB supply can range from 4.4 V to 5.5 V, per USB specifications.
+* Do not connect the VUSB/VBUS/5V pin to any of the other pins on the board. Supplying 5 V to other pins can permanently damage the board.
+
+---
+
+## Requirements for supported boards
+
+There are two main requirements for using the "VUSB" pin:
+
+* The board must be powered via USB. If you power the board through other means—such as a battery connected to Vin or a 3.3 V supply—the pin will not output anything.
+* On some boards, the VUSB line must be enabled by connecting a pair of jumper pads.
+
+The table below summarizes which Nano boards support 5 V output, what the output pin is called, and whether any action is required to enable it.
+
+| Board | 5 V output pin | How to enable |
+|:-------------------------------|:---------------|:----------------------------------------------------|
+| Arduino Nano 33 BLE | VUSB | [Enable by soldering VUSB jumper pads](#solder-vusb-jumper-pads) |
+| Arduino Nano 33 BLE Rev2 | VUSB | [Enable by soldering VUSB jumper pads](#solder-vusb-jumper-pads) |
+| Arduino Nano 33 BLE Sense | VUSB | [Enable by soldering VUSB jumper pads](#solder-vusb-jumper-pads) |
+| Arduino Nano 33 BLE Sense Rev2 | VUSB | [Enable by soldering VUSB jumper pads](#solder-vusb-jumper-pads) |
+| Arduino Nano 33 IoT | VUSB | [Enable by soldering VUSB jumper pads](#solder-vusb-jumper-pads) |
+| Arduino Nano ESP32 | VBUS | Enabled by default |
+| Arduino Nano Matter | 5V | Enabled by default |
+| Arduino Nano RP2040 Connect | VBUS | [Enable by soldering VUSB jumper pads](#solder-vusb-jumper-pads) |
+
+> [!TIP]
+> On boards with VUSB jumper pads, the **VUSB pin** is located directly under the VUSB jumper pads on the bottom side of the board.
+
+---
+
+## Solder VUSB jumper pads (if required) {#solder-vusb-jumper-pads}
+
+Some boards have jumper pads that need to be connected to enable VUSB output:
+
+| Board | Jumper on bottom | Jumper on top |
+|:-------------------------------|:----------------:|:-------------:|
+| Arduino Nano 33 BLE | ✔ | |
+| Arduino Nano 33 BLE Rev2 | ✔ | ✔ |
+| Arduino Nano 33 BLE Sense | ✔ | |
+| Arduino Nano 33 BLE Sense Rev2 | ✔ | ✔ |
+| Arduino Nano 33 IoT | ✔ | |
+| Arduino Nano RP2040 Connect | ✔ | |
+
+To enable VUSB power on these boards, two unconnected solder pads labeled for VUSB must be shorted with solder or a zero-ohm resistor. This forms a bridge that allows USB power to reach the VUSB/VBUS pin.
+
+### Find the VUSB pads on the bottom side of the board
+
+On all supported boards, you can find a set of VUSB jumper pads on the bottom side of the board.
+
+
+
+### Find the VUSB pads on the top side of the board
+
+These boards include an additional jumper on the top side of the board. You can use either the top or bottom jumper to enable VUSB.
+
+
diff --git a/content/Hardware Support/Nano Family/img/nano-esp32-vbus-pin.png b/content/Hardware Support/Nano Family/img/nano-esp32-vbus-pin.png
deleted file mode 100644
index 9f0d254b..00000000
Binary files a/content/Hardware Support/Nano Family/img/nano-esp32-vbus-pin.png and /dev/null differ
diff --git a/content/Hardware Support/Nano Family/img/nano-sense-rev2-ble-vusb-pad-bottom.png b/content/Hardware Support/Nano Family/img/nano-sense-rev2-ble-vusb-pad-bottom.png
new file mode 100644
index 00000000..802f7c7b
Binary files /dev/null and b/content/Hardware Support/Nano Family/img/nano-sense-rev2-ble-vusb-pad-bottom.png differ
diff --git a/content/Hardware Support/Nano Family/img/nano-sense-rev2-ble-vusb-pad-top.png b/content/Hardware Support/Nano Family/img/nano-sense-rev2-ble-vusb-pad-top.png
new file mode 100644
index 00000000..bdfa6488
Binary files /dev/null and b/content/Hardware Support/Nano Family/img/nano-sense-rev2-ble-vusb-pad-top.png differ
diff --git a/content/Hardware Support/Nano Family/img/nano33blesense-VUSB.png b/content/Hardware Support/Nano Family/img/nano33blesense-VUSB.png
deleted file mode 100644
index eb4198a3..00000000
Binary files a/content/Hardware Support/Nano Family/img/nano33blesense-VUSB.png and /dev/null differ