diff --git a/content/Hardware Support/Nano Family/Nano-family-overview.md b/content/Hardware Support/Nano Family/Nano-family-overview.md
index df26dffc..37fdd957 100644
--- a/content/Hardware Support/Nano Family/Nano-family-overview.md
+++ b/content/Hardware Support/Nano Family/Nano-family-overview.md
@@ -23,49 +23,68 @@ The table below presents an overview of the pinout differences visible on the bo
Board |
"RST/REC/B1" pin |
- “AREF/ B0” pin |
+ “REF/ B0” pin |
“5V/ VUSB/ VBUS” pin |
Nano |
RST |
- AREF |
+ REF |
5V |
Nano Every |
RST |
- AREF |
+ REF |
5V |
Nano 33 BLE |
RST |
- AREF |
+ REF |
+ VUSB |
+
+
+ Nano 33 BLE Rev2 |
+ RST |
+ REF |
VUSB |
Nano 33 BLE Sense |
RST |
- AREF |
+ REF |
VUSB |
Nano 33 BLE Sense Rev2 |
RST |
- AREF |
+ REF |
VUSB |
Nano 33 IoT |
RST |
- AREF |
+ REF |
VUSB |
+
+
+ Nano Matter |
+ B1 (Boot 1) |
+ B0 (Boot 0) |
+ 5V |
+
+
+
+ Nano R4 |
+ B1 (Boot 1) |
+ B0 (Boot 0) |
+ 5V |
Nano RP2040 Connect |
REC |
- AREF |
+ REF |
VUSB |
@@ -90,6 +109,7 @@ The boards in the Nano Family operate at different voltages:
* Arduino Nano
* Arduino Nano Every
+* Arduino Nano R4
**Boards that operate at 3.3 V:**
@@ -97,6 +117,7 @@ The boards in the Nano Family operate at different voltages:
* Arduino Nano 33 BLE Sense
* Arduino Nano 33 BLE Sense Rev2
* Arduino Nano 33 IoT
+* Arduino Nano Matter
* Arduino Nano RP2040 Connect
* Arduino Nano ESP32
@@ -104,9 +125,15 @@ The boards in the Nano Family operate at different voltages:
-## Surface mount pads
+## Jumper pads
+
+Some boards in the Nano family have jumper pads that can be soldered or cut to reroute connections and modify the board's default behavior.
+
+### 3.3V pads
+
+Some Nano boards that operate at 3.3 V have an exposed trace that can be cut to bypass the step down converter. This disables the USB port, but allows you to power the board directly with a 3.3 V source for lower power consumption.
-Some boards in the Nano family have pads that can be soldered or cut to change the board's configuration.
+[Nano boards that can be powered directly with 3.3 V](https://support.arduino.cc/hc/en-us/articles/360014735580-Nano-boards-that-can-be-powered-directly-with-3-3-V){.link-chevron-right}
### VUSB pads
diff --git a/content/Software Support/Compilation/Compilation-error-Invalid-FQBN-board-X-not-found.md b/content/Software Support/Compilation/Compilation-error-Invalid-FQBN-board-X-not-found.md
index 01217563..ba18cbc6 100644
--- a/content/Software Support/Compilation/Compilation-error-Invalid-FQBN-board-X-not-found.md
+++ b/content/Software Support/Compilation/Compilation-error-Invalid-FQBN-board-X-not-found.md
@@ -1,5 +1,6 @@
---
title: "Compilation error: Invalid FQBN: board \"X\" not found"
+id: 21448454878748
---
> [!IMPORTANT]